@plusscommunities/pluss-newsletter-aws-projects 2.0.1-beta.0 → 2.0.2-beta.0
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-lock.json +1 -1
- package/package.json +3 -2
package/package-lock.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plusscommunities/pluss-newsletter-aws-projects",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2-beta.0",
|
|
4
4
|
"description": "Extension package to enable newsletter on Pluss Communities Platform",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"gc": "run(){ node ../../tools/inject_config_ext ./ ${1} ${2}; }; run",
|
|
7
7
|
"gs": "run(){ node ../../tools/inject_serverless ${1}; }; run",
|
|
8
8
|
"betapatch": "npm version prepatch --preid=beta",
|
|
9
9
|
"patch": "npm version patch",
|
|
10
|
-
"deploy": "run() { npm run
|
|
10
|
+
"deploy": "run() { npm run gs ${1}; serverless deploy; }; run",
|
|
11
|
+
"deploy:full": "run(){ npm run gc ${1} ${2}; npm run deploy ${2}; }; run",
|
|
11
12
|
"betaupload": "rm -rf .serverless && npm i && npm publish --access public --tag beta",
|
|
12
13
|
"betaupload:p": "npm run betapatch && npm run betaupload",
|
|
13
14
|
"upload": "rm -rf .serverless && npm i && npm publish --access public",
|