wechaty-web-panel 1.6.111 → 1.6.112

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.js CHANGED
@@ -57382,10 +57382,10 @@ __name(callbackAibotApi, "callbackAibotApi");
57382
57382
  // src/package-json.js
57383
57383
  var packageJson = {
57384
57384
  "name": "wechaty-web-panel",
57385
- "version": "1.6.111",
57385
+ "version": "1.6.112",
57386
57386
  "exports": {
57387
57387
  ".": {
57388
- "import": "./dist/esm/src/index.js"
57388
+ "import": "./dist/index.js"
57389
57389
  }
57390
57390
  },
57391
57391
  "type": "module",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "wechaty-web-panel",
3
- "version": "1.6.111",
3
+ "version": "1.6.112",
4
4
  "exports": {
5
5
  ".": {
6
- "import": "./dist/esm/src/index.js"
6
+ "import": "./dist/index.js"
7
7
  }
8
8
  },
9
9
  "type": "module",
@@ -3,10 +3,10 @@
3
3
  */
4
4
  export const packageJson = {
5
5
  "name": "wechaty-web-panel",
6
- "version": "1.6.111",
6
+ "version": "1.6.112",
7
7
  "exports": {
8
8
  ".": {
9
- "import": "./dist/esm/src/index.js"
9
+ "import": "./dist/index.js"
10
10
  }
11
11
  },
12
12
  "type": "module",