stera-icons 8.1.0 → 8.1.1
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stera-icons",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A lightweight, tree-shakeable React icon library (ESM-only)",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
},
|
|
102
102
|
"scripts": {
|
|
103
103
|
"build": "rm -f dist/*.cjs dist/*.mjs dist/*.d.ts dist/*.d.cts dist/esm/stera-icons.js dist/esm/stera-icons.d.ts && tsup && node scripts/build-icons.js icons-export.json && node scripts/generate-declarations.js",
|
|
104
|
-
"build:icons": "node scripts/build-icons.js icons-export.json",
|
|
104
|
+
"build:icons": "node scripts/build-icons.js icons-export.json && node scripts/generate-declarations.js",
|
|
105
105
|
"build:dev": "tsup --config tsup.config.dev.ts",
|
|
106
106
|
"dev": "NODE_OPTIONS='--max-old-space-size=8192' tsup --watch --config tsup.config.dev.ts",
|
|
107
107
|
"dev:demo": "pnpm --filter stera-icons-react-demo dev",
|