alkanesjs 1.0.7 → 1.0.9

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.
@@ -122666,4 +122666,4 @@ lodash/lodash.js:
122666
122666
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
122667
122667
  *)
122668
122668
  */
122669
- //# sourceMappingURL=index.browser.js.map
122669
+ //# sourceMappingURL=index.browser.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alkanesjs",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "An expressive CLI toolset for Alkanes mantained by Bitapes Labs",
5
5
  "license": "ISC",
6
6
  "type": "commonjs",
@@ -11,23 +11,17 @@
11
11
  "dist"
12
12
  ],
13
13
  "main": "./dist/index.js",
14
- "module": "./dist/index.browser.js",
15
- "browser": "./dist/index.browser.js",
14
+ "module": "./dist/index.browser.mjs",
15
+ "browser": "./dist/index.browser.mjs",
16
16
  "types": "./dist/index.d.ts",
17
17
  "exports": {
18
18
  ".": {
19
19
  "types": "./dist/index.d.ts",
20
+ "import": "./dist/index.browser.mjs",
20
21
  "require": "./dist/index.js",
21
- "import": {
22
- "browser": "./dist/index.browser.js",
23
- "default": "./dist/index.browser.js"
24
- },
25
- "node": {
26
- "import": "./dist/index.js",
27
- "require": "./dist/index.js"
28
- },
29
- "default": "./dist/index.browser.js"
30
- }
22
+ "default": "./dist/index.browser.mjs"
23
+ },
24
+ "./package.json": "./package.json"
31
25
  },
32
26
  "scripts": {
33
27
  "dev": "node esbuild.config.mjs && node dist/index.js",