adminforth 2.25.0-test.8 → 2.25.0-test.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.
- package/dist/spa/package-lock.json +5618 -0
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adminforth",
|
|
3
|
-
"version": "2.25.0-test.
|
|
3
|
+
"version": "2.25.0-test.9",
|
|
4
4
|
"description": "OpenSource Vue3 powered forth-generation admin panel",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"rollout-doc": "cd documentation && pnpm build && pnpm deploy",
|
|
21
21
|
"docs": "typedoc",
|
|
22
22
|
"--comment_postinstall": "postinstall executed after package installed in other project package and when we do pnpm i in the package",
|
|
23
|
-
"postinstall": "node
|
|
23
|
+
"postinstall": "node scripts/postinstall.js"
|
|
24
24
|
},
|
|
25
25
|
"release": {
|
|
26
26
|
"plugins": [
|