mr-chat-bird 1.0.7 → 1.0.8

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/dist/index.css CHANGED
@@ -386,4 +386,3 @@
386
386
  .mrchat-messagePreviewContent {
387
387
  font-size: 14px;
388
388
  }
389
- /*# sourceMappingURL=index.css.map */
package/dist/index.js CHANGED
@@ -6412,4 +6412,3 @@ function MrChat(props) {
6412
6412
  0 && (module.exports = {
6413
6413
  MrChat
6414
6414
  });
6415
- //# sourceMappingURL=index.js.map
package/dist/index.mjs CHANGED
@@ -6407,4 +6407,3 @@ function MrChat(props) {
6407
6407
  export {
6408
6408
  MrChat
6409
6409
  };
6410
- //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mr-chat-bird",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
@@ -12,7 +12,7 @@
12
12
  "scripts": {
13
13
  "start": "next start",
14
14
  "build": "next build",
15
- "build:npm": "tsup",
15
+ "build:npm": "tsup index.ts --format esm,cjs --dts",
16
16
  "dev": "next dev",
17
17
  "analyze": "ANALYZE=true next build"
18
18
  },