@plusscommunities/pluss-maintenance-app 1.1.8-beta.0 → 1.1.12
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 +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@plusscommunities/pluss-maintenance-app",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.12",
|
4
4
|
"description": "Extension package to enable maintenance on Pluss Communities Platform",
|
5
5
|
"main": "src/index.js",
|
6
6
|
"scripts": {
|
@@ -8,9 +8,9 @@
|
|
8
8
|
"core": "npm i @plusscommunities/pluss-core-app@latest",
|
9
9
|
"prepatch": "npm version prepatch --preid=beta",
|
10
10
|
"patch": "npm version patch",
|
11
|
-
"
|
12
|
-
"
|
13
|
-
"
|
11
|
+
"preasdupload": "npm publish --access public --tag beta && rm -rf node_modules",
|
12
|
+
"preasdupload:p": "npm run prepatch && npm run preupload",
|
13
|
+
"preupasdload:cp": "npm run precore && npm run preupload:p",
|
14
14
|
"upload": "npm publish --access public && rm -rf node_modules",
|
15
15
|
"upload:p": "npm run patch && npm run upload",
|
16
16
|
"upload:cp": "npm run core && npm run upload:p"
|