Skip to content

Commit

Permalink
bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisallo committed Apr 12, 2022
1 parent 6f7df2d commit e67157d
Show file tree
Hide file tree
Showing 14 changed files with 2,094 additions and 0 deletions.
1 change: 1 addition & 0 deletions bundles/__bundle-35260110.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions bundles/__bundle-86e9a5d0.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bundles/__bundle-e0e512f3.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bundles/__bundle-edd6c4b7.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bundles/groupChannel.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bundles/message.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bundles/openChannel.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bundles/sendbird.js

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "4.0.0-beta",
"description": "Sendbird SDK for JavaScript",
"name": "@sendbird/chat",
"author": "Sendbird <[email protected]>",
"keywords": [
"sendbird",
"sendbird.com",
"messaging",
"chat",
"js"
],
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://sendbird.com",
"repository": {
"type": "git",
"url": "https://github.com/sendbird/sendbird-chat-sdk-javascript"
},
"type": "module",
"main": "bundles/sendbird.js",
"types": "types/index.d.ts",
"exports": {
"./message": "./bundles/message.js",
"./groupChannel": "./bundles/groupChannel.js",
"./openChannel": "./bundles/openChannel.js"
},
"typesVersions": {
"*": {
"message": [
"./types/message.d.ts"
],
"groupChannel": [
"./types/groupChannel.d.ts"
],
"openChannel": [
"./types/openChannel.d.ts"
]
}
}
}
Loading

0 comments on commit e67157d

Please sign in to comment.