@plusscommunities/pluss-maintenance-app 6.0.2-auth.0 → 6.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/package.json +4 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@plusscommunities/pluss-maintenance-app",
|
3
|
-
"version": "6.0.2
|
3
|
+
"version": "6.0.2",
|
4
4
|
"description": "Extension package to enable maintenance on Pluss Communities Platform",
|
5
5
|
"main": "dist/module/index.js",
|
6
6
|
"module": "dist/module/index.js",
|
@@ -15,20 +15,17 @@
|
|
15
15
|
"patch": "npm version patch",
|
16
16
|
"betaupload": "npm run build && npm publish --access public --tag beta",
|
17
17
|
"betaupload:p": "npm run betapatch && npm run betaupload",
|
18
|
-
"authpatch": "npm version prepatch --preid=auth",
|
19
|
-
"authupload": "npm run build && npm publish --access public --tag auth",
|
20
|
-
"authupload:p": "npm run authpatch && npm run authupload",
|
21
18
|
"upload": "npm run build && npm publish --access public",
|
22
19
|
"upload:p": "npm run patch && npm run upload"
|
23
20
|
},
|
24
|
-
"author": "
|
21
|
+
"author": "Thorbjorn Kappel Davis",
|
25
22
|
"license": "ISC",
|
26
23
|
"dependencies": {},
|
27
24
|
"peerDependencies": {
|
28
|
-
"@plusscommunities/pluss-core-app": "^6.0.
|
25
|
+
"@plusscommunities/pluss-core-app": "^6.0.2",
|
29
26
|
"axios": "^1.6.8",
|
30
27
|
"lodash": "^4.17.4",
|
31
|
-
"moment": "^2.
|
28
|
+
"moment": "^2.30.1",
|
32
29
|
"react": "18.2.0",
|
33
30
|
"react-native": "0.73.6",
|
34
31
|
"react-native-elements": "^0.17.0",
|