bard-legends-framework 1.0.0 → 1.0.2
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.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +9 -9
- package/dist/index.mjs +9 -9
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bard-legends-framework",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Bard Legends Framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"publishConfig": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"build": "npx ts-node scripts/generate-mangle-cache.ts && tsc -p tsconfig.build.json && tsup && npx ts-node scripts/remove-private-properties-from-build.ts && npm run restart-vitest",
|
|
37
37
|
"restart-vitest": "touch vitest.config.ts",
|
|
38
38
|
"lint": "biome check . --write --max-diagnostics=1",
|
|
39
|
-
"deploy": "
|
|
39
|
+
"deploy": "vitest run && npm run build && npm publish",
|
|
40
40
|
"prepack": "cp package.json package.json.bak && ts-node scripts/prepare-package-json.ts",
|
|
41
41
|
"postpack": "mv package.json.bak package.json"
|
|
42
42
|
},
|