@jrapps/my_tickets_chat_ui 0.3.1 → 0.3.2

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.
@@ -1299,4 +1299,4 @@ export {
1299
1299
  useSiteChatComponentNewErc,
1300
1300
  SiteChatComponentNewErc
1301
1301
  };
1302
- //# sourceMappingURL=chunk-KT236RUF.js.map
1302
+ //# sourceMappingURL=chunk-364KVRPG.mjs.map
@@ -1265,4 +1265,4 @@ export {
1265
1265
  useSiteChatComponentNew,
1266
1266
  SiteChatComponentNew
1267
1267
  };
1268
- //# sourceMappingURL=chunk-QGWQSJDB.js.map
1268
+ //# sourceMappingURL=chunk-54X5DYPJ.mjs.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  SiteChatComponentNew,
3
3
  useSiteChatComponentNew
4
- } from "../../chunks/chunk-QGWQSJDB.js";
4
+ } from "../../chunks/chunk-54X5DYPJ.mjs";
5
5
  export {
6
6
  SiteChatComponentNew,
7
7
  useSiteChatComponentNew
8
8
  };
9
- //# sourceMappingURL=index.js.map
9
+ //# sourceMappingURL=index.mjs.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  SiteChatComponentNewErc,
3
3
  useSiteChatComponentNewErc
4
- } from "../../chunks/chunk-KT236RUF.js";
4
+ } from "../../chunks/chunk-364KVRPG.mjs";
5
5
  export {
6
6
  SiteChatComponentNewErc,
7
7
  useSiteChatComponentNewErc
8
8
  };
9
- //# sourceMappingURL=index.js.map
9
+ //# sourceMappingURL=index.mjs.map
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  SiteChatComponentNew,
3
3
  useSiteChatComponentNew
4
- } from "./chunks/chunk-QGWQSJDB.js";
4
+ } from "./chunks/chunk-54X5DYPJ.mjs";
5
5
  import {
6
6
  SiteChatComponentNewErc,
7
7
  useSiteChatComponentNewErc
8
- } from "./chunks/chunk-KT236RUF.js";
8
+ } from "./chunks/chunk-364KVRPG.mjs";
9
9
  export {
10
10
  SiteChatComponentNew,
11
11
  SiteChatComponentNewErc,
12
12
  useSiteChatComponentNew,
13
13
  useSiteChatComponentNewErc
14
14
  };
15
- //# sourceMappingURL=index.js.map
15
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@jrapps/my_tickets_chat_ui",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Chat UI for My Tickets Application",
5
5
  "license": "UNLICENSED",
6
6
  "author": "JRApplications",
7
7
  "type": "commonjs",
8
8
  "main": "dist/cjs/index.js",
9
- "module": "dist/esm/index.js",
9
+ "module": "dist/esm/index.mjs",
10
10
  "types": "dist/types/index.d.ts",
11
11
  "exports": {
12
12
  ".": {
13
13
  "types": "./dist/types/index.d.ts",
14
14
  "require": "./dist/cjs/index.js",
15
- "import": "./dist/esm/index.js"
15
+ "import": "./dist/esm/index.mjs"
16
16
  }
17
17
  },
18
18
  "scripts": {
File without changes