@marianmeres/stuic 2.11.3 → 2.11.4
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marianmeres/stuic",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.4",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"!dist/**/*.test.*",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"dev": "vite dev",
|
|
62
|
-
"build": "vite build &&
|
|
62
|
+
"build": "vite build && pnpm run prepack",
|
|
63
63
|
"preview": "vite preview",
|
|
64
|
-
"package": "
|
|
64
|
+
"package": "pnpm run prepack",
|
|
65
65
|
"package:watch": "svelte-kit sync && svelte-package --watch && publint",
|
|
66
66
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
67
67
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"test": "vitest --dir src/",
|
|
71
71
|
"svelte-check": "svelte-check",
|
|
72
72
|
"svelte-package": "svelte-package",
|
|
73
|
-
"rp": "
|
|
74
|
-
"rpm": "
|
|
73
|
+
"rp": "pnpm run build && ./release.sh patch",
|
|
74
|
+
"rpm": "pnpm run build && ./release.sh minor"
|
|
75
75
|
}
|
|
76
76
|
}
|