@banta/sdk 4.6.6 → 4.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/banta-sdk.umd.js +2 -1
- package/bundles/banta-sdk.umd.js.map +1 -1
- package/bundles/banta-sdk.umd.min.js +1 -1
- package/bundles/banta-sdk.umd.min.js.map +1 -1
- package/esm2015/lib/banta-sdk.module.js +3 -2
- package/fesm2015/banta-sdk.js +2 -1
- package/fesm2015/banta-sdk.js.map +1 -1
- package/package.json +1 -1
package/bundles/banta-sdk.umd.js
CHANGED
|
@@ -11657,7 +11657,8 @@
|
|
|
11657
11657
|
BantaLogoComponent,
|
|
11658
11658
|
LiveMessageComponent,
|
|
11659
11659
|
ChatModule,
|
|
11660
|
-
CommentsModule
|
|
11660
|
+
CommentsModule,
|
|
11661
|
+
EmojiModule
|
|
11661
11662
|
]
|
|
11662
11663
|
},] }
|
|
11663
11664
|
];
|