@zeus-js/output-icons 0.1.0-beta.1 → 0.1.0-beta.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * output-icons v0.1.0-beta.1
2
+ * output-icons v0.1.0-beta.3
3
3
  * (c) 2026 baicie
4
4
  * Released under the MIT License.
5
5
  **/
@@ -1,5 +1,5 @@
1
1
  /**
2
- * output-icons v0.1.0-beta.1
2
+ * output-icons v0.1.0-beta.3
3
3
  * (c) 2026 baicie
4
4
  * Released under the MIT License.
5
5
  **/
@@ -1,5 +1,5 @@
1
1
  /**
2
- * output-icons v0.1.0-beta.1
2
+ * output-icons v0.1.0-beta.3
3
3
  * (c) 2026 baicie
4
4
  * Released under the MIT License.
5
5
  **/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeus-js/output-icons",
3
- "version": "0.1.0-beta.1",
3
+ "version": "0.1.0-beta.3",
4
4
  "description": "No-runtime icon output plugin for Zeus component compiler host",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -13,16 +13,15 @@
13
13
  "exports": {
14
14
  ".": {
15
15
  "types": "./dist/output-icons.d.ts",
16
+ "module": "./dist/output-icons.esm-bundler.js",
17
+ "import": "./dist/output-icons.esm-bundler.js",
18
+ "require": "./index.js",
16
19
  "node": {
17
20
  "production": "./dist/output-icons.cjs.prod.js",
18
21
  "development": "./dist/output-icons.cjs.js",
19
22
  "default": "./index.js"
20
- },
21
- "module": "./dist/output-icons.esm-bundler.js",
22
- "import": "./dist/output-icons.esm-bundler.js",
23
- "require": "./index.js"
24
- },
25
- "./*": "./*"
23
+ }
24
+ }
26
25
  },
27
26
  "sideEffects": false,
28
27
  "repository": {
@@ -37,7 +36,7 @@
37
36
  ]
38
37
  },
39
38
  "dependencies": {
40
- "@zeus-js/bundler-plugin": "0.1.0-beta.1"
39
+ "@zeus-js/bundler-plugin": "0.1.0-beta.3"
41
40
  },
42
41
  "peerDependencies": {
43
42
  "react": ">=18 || >=19",