@plusscommunities/pluss-maintenance-aws 2.1.7-beta.0 → 2.1.8-auth.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/integration/index.js +2 -0
- package/package-lock.json +67 -52
- package/package.json +6 -2
package/integration/index.js
CHANGED
package/package-lock.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plusscommunities/pluss-maintenance-aws",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.8-auth.0",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -94,11 +94,26 @@
|
|
|
94
94
|
"semver": "^6.3.1"
|
|
95
95
|
},
|
|
96
96
|
"dependencies": {
|
|
97
|
+
"lru-cache": {
|
|
98
|
+
"version": "5.1.1",
|
|
99
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
100
|
+
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|
101
|
+
"dev": true,
|
|
102
|
+
"requires": {
|
|
103
|
+
"yallist": "^3.0.2"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
97
106
|
"semver": {
|
|
98
107
|
"version": "6.3.1",
|
|
99
108
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
100
109
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
101
110
|
"dev": true
|
|
111
|
+
},
|
|
112
|
+
"yallist": {
|
|
113
|
+
"version": "3.1.1",
|
|
114
|
+
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
115
|
+
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
116
|
+
"dev": true
|
|
102
117
|
}
|
|
103
118
|
}
|
|
104
119
|
},
|
|
@@ -1468,9 +1483,9 @@
|
|
|
1468
1483
|
}
|
|
1469
1484
|
},
|
|
1470
1485
|
"@plusscommunities/pluss-core-aws": {
|
|
1471
|
-
"version": "2.0.
|
|
1472
|
-
"resolved": "https://registry.npmjs.org/@plusscommunities/pluss-core-aws/-/pluss-core-aws-2.0.
|
|
1473
|
-
"integrity": "sha512
|
|
1486
|
+
"version": "2.0.18",
|
|
1487
|
+
"resolved": "https://registry.npmjs.org/@plusscommunities/pluss-core-aws/-/pluss-core-aws-2.0.18.tgz",
|
|
1488
|
+
"integrity": "sha512-/EDCCMAUWDgMU9ETqNEHzSZE7RUyDWGU6ZI5BbtlgWCt1QbUM2OKDzZ/1yVnJ6gPzFE5J+D724txaiVLbt6lKA==",
|
|
1474
1489
|
"requires": {
|
|
1475
1490
|
"@aws/dynamodb-auto-marshaller": "^0.7.1",
|
|
1476
1491
|
"amazon-cognito-identity-js": "^2.0.19",
|
|
@@ -1481,6 +1496,7 @@
|
|
|
1481
1496
|
"https": "^1.0.0",
|
|
1482
1497
|
"lodash": "^4.17.10",
|
|
1483
1498
|
"moment": "^2.30.1",
|
|
1499
|
+
"moment-timezone": "^0.5.41",
|
|
1484
1500
|
"node-fetch": "^2.2.0",
|
|
1485
1501
|
"node-jose": "^1.0.0",
|
|
1486
1502
|
"nodemailer": "^6.9.12",
|
|
@@ -1603,6 +1619,14 @@
|
|
|
1603
1619
|
"dev": true,
|
|
1604
1620
|
"requires": {
|
|
1605
1621
|
"undici-types": "~6.13.0"
|
|
1622
|
+
},
|
|
1623
|
+
"dependencies": {
|
|
1624
|
+
"undici-types": {
|
|
1625
|
+
"version": "6.13.0",
|
|
1626
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz",
|
|
1627
|
+
"integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==",
|
|
1628
|
+
"dev": true
|
|
1629
|
+
}
|
|
1606
1630
|
}
|
|
1607
1631
|
},
|
|
1608
1632
|
"@types/stack-utils": {
|
|
@@ -1754,9 +1778,9 @@
|
|
|
1754
1778
|
}
|
|
1755
1779
|
},
|
|
1756
1780
|
"aws-sdk": {
|
|
1757
|
-
"version": "2.
|
|
1758
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
1759
|
-
"integrity": "sha512-
|
|
1781
|
+
"version": "2.1591.0",
|
|
1782
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1591.0.tgz",
|
|
1783
|
+
"integrity": "sha512-9HbejaKZM89OK4YpE5TpjJItAtU1xhsFvy2p9qZN7nEpfx3G0FpepaW2fdpHu51gFeUn1+g0XUwekyq2N/Xagw==",
|
|
1760
1784
|
"requires": {
|
|
1761
1785
|
"buffer": "4.9.2",
|
|
1762
1786
|
"events": "1.1.1",
|
|
@@ -1793,13 +1817,25 @@
|
|
|
1793
1817
|
}
|
|
1794
1818
|
},
|
|
1795
1819
|
"axios": {
|
|
1796
|
-
"version": "1.
|
|
1797
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
1798
|
-
"integrity": "sha512-
|
|
1820
|
+
"version": "1.6.8",
|
|
1821
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
|
|
1822
|
+
"integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
|
|
1799
1823
|
"requires": {
|
|
1800
1824
|
"follow-redirects": "^1.15.6",
|
|
1801
1825
|
"form-data": "^4.0.0",
|
|
1802
1826
|
"proxy-from-env": "^1.1.0"
|
|
1827
|
+
},
|
|
1828
|
+
"dependencies": {
|
|
1829
|
+
"form-data": {
|
|
1830
|
+
"version": "4.0.0",
|
|
1831
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
|
|
1832
|
+
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
|
|
1833
|
+
"requires": {
|
|
1834
|
+
"asynckit": "^0.4.0",
|
|
1835
|
+
"combined-stream": "^1.0.8",
|
|
1836
|
+
"mime-types": "^2.1.12"
|
|
1837
|
+
}
|
|
1838
|
+
}
|
|
1803
1839
|
}
|
|
1804
1840
|
},
|
|
1805
1841
|
"babel-code-frame": {
|
|
@@ -3250,16 +3286,6 @@
|
|
|
3250
3286
|
"is-callable": "^1.1.3"
|
|
3251
3287
|
}
|
|
3252
3288
|
},
|
|
3253
|
-
"form-data": {
|
|
3254
|
-
"version": "4.0.0",
|
|
3255
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
|
|
3256
|
-
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
|
|
3257
|
-
"requires": {
|
|
3258
|
-
"asynckit": "^0.4.0",
|
|
3259
|
-
"combined-stream": "^1.0.8",
|
|
3260
|
-
"mime-types": "^2.1.12"
|
|
3261
|
-
}
|
|
3262
|
-
},
|
|
3263
3289
|
"fs.realpath": {
|
|
3264
3290
|
"version": "1.0.0",
|
|
3265
3291
|
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
@@ -6128,15 +6154,6 @@
|
|
|
6128
6154
|
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
6129
6155
|
}
|
|
6130
6156
|
},
|
|
6131
|
-
"lru-cache": {
|
|
6132
|
-
"version": "5.1.1",
|
|
6133
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
6134
|
-
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|
6135
|
-
"dev": true,
|
|
6136
|
-
"requires": {
|
|
6137
|
-
"yallist": "^3.0.2"
|
|
6138
|
-
}
|
|
6139
|
-
},
|
|
6140
6157
|
"make-dir": {
|
|
6141
6158
|
"version": "4.0.0",
|
|
6142
6159
|
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
|
|
@@ -6170,9 +6187,9 @@
|
|
|
6170
6187
|
"dev": true
|
|
6171
6188
|
},
|
|
6172
6189
|
"micromatch": {
|
|
6173
|
-
"version": "4.0.
|
|
6174
|
-
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.
|
|
6175
|
-
"integrity": "sha512-
|
|
6190
|
+
"version": "4.0.8",
|
|
6191
|
+
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
6192
|
+
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
6176
6193
|
"dev": true,
|
|
6177
6194
|
"requires": {
|
|
6178
6195
|
"braces": "^3.0.3",
|
|
@@ -6227,6 +6244,14 @@
|
|
|
6227
6244
|
"resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz",
|
|
6228
6245
|
"integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how=="
|
|
6229
6246
|
},
|
|
6247
|
+
"moment-timezone": {
|
|
6248
|
+
"version": "0.5.47",
|
|
6249
|
+
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.47.tgz",
|
|
6250
|
+
"integrity": "sha512-UbNt/JAWS0m/NJOebR0QMRHBk0hu03r5dx9GK8Cs0AS3I81yDcOc9k+DytPItgVvBP7J6Mf6U2n3BPAacAV9oA==",
|
|
6251
|
+
"requires": {
|
|
6252
|
+
"moment": "^2.29.4"
|
|
6253
|
+
}
|
|
6254
|
+
},
|
|
6230
6255
|
"ms": {
|
|
6231
6256
|
"version": "2.0.0",
|
|
6232
6257
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
@@ -6307,9 +6332,9 @@
|
|
|
6307
6332
|
"dev": true
|
|
6308
6333
|
},
|
|
6309
6334
|
"nodemailer": {
|
|
6310
|
-
"version": "6.9.
|
|
6311
|
-
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.
|
|
6312
|
-
"integrity": "sha512-
|
|
6335
|
+
"version": "6.9.13",
|
|
6336
|
+
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.13.tgz",
|
|
6337
|
+
"integrity": "sha512-7o38Yogx6krdoBf3jCAqnIN4oSQFx+fMa0I7dK1D+me9kBxx12D+/33wSb+fhOCtIxvYJ+4x4IMEhmhCKfAiOA=="
|
|
6313
6338
|
},
|
|
6314
6339
|
"normalize-path": {
|
|
6315
6340
|
"version": "3.0.0",
|
|
@@ -6624,11 +6649,6 @@
|
|
|
6624
6649
|
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
6625
6650
|
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
|
|
6626
6651
|
},
|
|
6627
|
-
"punycode": {
|
|
6628
|
-
"version": "1.3.2",
|
|
6629
|
-
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
|
|
6630
|
-
"integrity": "sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw=="
|
|
6631
|
-
},
|
|
6632
6652
|
"pure-rand": {
|
|
6633
6653
|
"version": "6.1.0",
|
|
6634
6654
|
"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz",
|
|
@@ -7280,12 +7300,6 @@
|
|
|
7280
7300
|
"which-boxed-primitive": "^1.0.2"
|
|
7281
7301
|
}
|
|
7282
7302
|
},
|
|
7283
|
-
"undici-types": {
|
|
7284
|
-
"version": "6.13.0",
|
|
7285
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz",
|
|
7286
|
-
"integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==",
|
|
7287
|
-
"dev": true
|
|
7288
|
-
},
|
|
7289
7303
|
"update-browserslist-db": {
|
|
7290
7304
|
"version": "1.1.0",
|
|
7291
7305
|
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
|
|
@@ -7303,6 +7317,13 @@
|
|
|
7303
7317
|
"requires": {
|
|
7304
7318
|
"punycode": "1.3.2",
|
|
7305
7319
|
"querystring": "0.2.0"
|
|
7320
|
+
},
|
|
7321
|
+
"dependencies": {
|
|
7322
|
+
"punycode": {
|
|
7323
|
+
"version": "1.3.2",
|
|
7324
|
+
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
|
|
7325
|
+
"integrity": "sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw=="
|
|
7326
|
+
}
|
|
7306
7327
|
}
|
|
7307
7328
|
},
|
|
7308
7329
|
"url-parse": {
|
|
@@ -7582,12 +7603,6 @@
|
|
|
7582
7603
|
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
|
7583
7604
|
"dev": true
|
|
7584
7605
|
},
|
|
7585
|
-
"yallist": {
|
|
7586
|
-
"version": "3.1.1",
|
|
7587
|
-
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
7588
|
-
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
7589
|
-
"dev": true
|
|
7590
|
-
},
|
|
7591
7606
|
"yargs": {
|
|
7592
7607
|
"version": "17.7.2",
|
|
7593
7608
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plusscommunities/pluss-maintenance-aws",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.8-auth.0",
|
|
4
4
|
"description": "Extension package to enable maintenance on Pluss Communities Platform",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"gc": "node ../../tools/gc ./",
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"deploy": "npm run gc && npm run gs && serverless deploy",
|
|
11
11
|
"betaupload": "rm -rf .serverless && npm i && npm publish --access public --tag beta",
|
|
12
12
|
"betaupload:p": "npm run betapatch && npm run betaupload",
|
|
13
|
+
"authpatch": "npm version prepatch --preid=auth",
|
|
14
|
+
"authupload": "npm i && npm i && npm publish --access public --tag auth",
|
|
15
|
+
"authupload:p": "npm run authpatch && npm run authupload",
|
|
13
16
|
"upload": "rm -rf .serverless && npm i && npm publish --access public",
|
|
14
17
|
"upload:p": "npm run patch && npm run upload",
|
|
15
18
|
"copy:add": "run(){ ext=${1:-default}; test -f values.config.$ext.js || cp values.config.default.js values.config.$ext.js; }; run",
|
|
@@ -17,6 +20,7 @@
|
|
|
17
20
|
"copy:set": "run(){ target='\\@plusscommunities\\/pluss-maintenance-aws'; ext=${1:-default}; [ $ext == 'default' ] && replace=$target || replace=$target'-'$ext; echo 'Setting target to '$replace; test -f values.config.$ext.js && cp -f values.config.$ext.js values.config.js; sed -i '' -e 's/'$target'.*\"/'$replace'\"/g' package.json; }; run",
|
|
18
21
|
"copy:deploy": "for file in `ls ./values.config.*.js`; do dup=`echo $file | sed 's/.*values\\.config\\.\\(.*\\)\\.js/\\1/'`; npm run copy:set $dup; npm run deploy; done; npm run copy:set; npm run gs;",
|
|
19
22
|
"copy:betaupload": "npm run betapatch; for file in `ls ./values.config.*.js`; do dup=`echo $file | sed 's/.*values\\.config\\.\\(.*\\)\\.js/\\1/'`; npm run copy:set $dup; npm run betaupload; done; npm run copy:set;",
|
|
23
|
+
"copy:authupload": "npm run authpatch; for file in `ls ./values.config.*.js`; do dup=`echo $file | sed 's/.*values\\.config\\.\\(.*\\)\\.js/\\1/'`; npm run copy:set $dup; npm run authupload; done; npm run copy:set;",
|
|
20
24
|
"copy:upload": "npm run patch; for file in `ls ./values.config.*.js`; do dup=`echo $file | sed 's/.*values\\.config\\.\\(.*\\)\\.js/\\1/'`; npm run copy:set $dup; npm run upload; done; npm run copy:set;",
|
|
21
25
|
"test": "jest tests -i"
|
|
22
26
|
},
|
|
@@ -24,7 +28,7 @@
|
|
|
24
28
|
"license": "ISC",
|
|
25
29
|
"dependencies": {
|
|
26
30
|
"@aws/dynamodb-auto-marshaller": "^0.7.1",
|
|
27
|
-
"@plusscommunities/pluss-core-aws": "2.0.
|
|
31
|
+
"@plusscommunities/pluss-core-aws": "^2.0.18-auth.0",
|
|
28
32
|
"amazon-cognito-identity-js": "^2.0.19",
|
|
29
33
|
"aws-sdk": "^2.1591.0",
|
|
30
34
|
"axios": "^1.6.8",
|