@base-web-kits/base-tools-web 1.3.0 → 1.3.3

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.
@@ -1514,4 +1514,4 @@ export {
1514
1514
  uploadFile,
1515
1515
  windowScrollTo
1516
1516
  };
1517
- //# sourceMappingURL=index.js.map
1517
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-web-kits/base-tools-web",
3
- "version": "1.3.0",
3
+ "version": "1.3.3",
4
4
  "sideEffects": false,
5
5
  "description": "Independent Web utilities package built from src/web.",
6
6
  "keywords": [
@@ -10,12 +10,12 @@
10
10
  ],
11
11
  "license": "MIT",
12
12
  "main": "./dist/index.cjs",
13
- "module": "./dist/index.js",
13
+ "module": "./dist/index.mjs",
14
14
  "types": "./dist/index.d.ts",
15
15
  "exports": {
16
16
  ".": {
17
17
  "types": "./dist/index.d.ts",
18
- "import": "./dist/index.js",
18
+ "import": "./dist/index.mjs",
19
19
  "require": "./dist/index.cjs"
20
20
  }
21
21
  },
File without changes