Skip to content

Commit e67157d

Browse files
committed
bundle
1 parent 6f7df2d commit e67157d

14 files changed

+2094
-0
lines changed

bundles/__bundle-35260110.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/__bundle-86e9a5d0.js

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/__bundle-e0e512f3.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/__bundle-edd6c4b7.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/groupChannel.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/message.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/openChannel.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/sendbird.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"version": "4.0.0-beta",
3+
"description": "Sendbird SDK for JavaScript",
4+
"name": "@sendbird/chat",
5+
"author": "Sendbird <support@sendbird.com>",
6+
"keywords": [
7+
"sendbird",
8+
"sendbird.com",
9+
"messaging",
10+
"chat",
11+
"js"
12+
],
13+
"license": "SEE LICENSE IN LICENSE.md",
14+
"homepage": "https://sendbird.com",
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/sendbird/sendbird-chat-sdk-javascript"
18+
},
19+
"type": "module",
20+
"main": "bundles/sendbird.js",
21+
"types": "types/index.d.ts",
22+
"exports": {
23+
"./message": "./bundles/message.js",
24+
"./groupChannel": "./bundles/groupChannel.js",
25+
"./openChannel": "./bundles/openChannel.js"
26+
},
27+
"typesVersions": {
28+
"*": {
29+
"message": [
30+
"./types/message.d.ts"
31+
],
32+
"groupChannel": [
33+
"./types/groupChannel.d.ts"
34+
],
35+
"openChannel": [
36+
"./types/openChannel.d.ts"
37+
]
38+
}
39+
}
40+
}

0 commit comments

Comments
 (0)