@plusscommunities/pluss-maintenance-aws-forms 2.1.7-beta.0 → 2.1.8

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.
@@ -20,4 +20,6 @@ exports.getStrategy = async (site) => {
20
20
  return new IntegrationStrategy();
21
21
  }
22
22
  } catch (e) {}
23
+
24
+ return new IntegrationStrategy();
23
25
  };
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-aws-forms",
3
- "version": "2.1.7-beta.0",
3
+ "version": "2.1.8",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -1468,9 +1468,9 @@
1468
1468
  }
1469
1469
  },
1470
1470
  "@plusscommunities/pluss-core-aws": {
1471
- "version": "2.0.16-beta.0",
1472
- "resolved": "https://registry.npmjs.org/@plusscommunities/pluss-core-aws/-/pluss-core-aws-2.0.16-beta.0.tgz",
1473
- "integrity": "sha512-dAbO6T5z7DzF9zsWoHbg6ehsvxVjqV+M8oJIkPk4g+wuIN8OyJtpWLltbpUCgnDC+/GvFuv2+AznASAUhQ8Mmg==",
1471
+ "version": "2.0.18",
1472
+ "resolved": "https://registry.npmjs.org/@plusscommunities/pluss-core-aws/-/pluss-core-aws-2.0.18.tgz",
1473
+ "integrity": "sha512-/EDCCMAUWDgMU9ETqNEHzSZE7RUyDWGU6ZI5BbtlgWCt1QbUM2OKDzZ/1yVnJ6gPzFE5J+D724txaiVLbt6lKA==",
1474
1474
  "requires": {
1475
1475
  "@aws/dynamodb-auto-marshaller": "^0.7.1",
1476
1476
  "amazon-cognito-identity-js": "^2.0.19",
@@ -1481,6 +1481,7 @@
1481
1481
  "https": "^1.0.0",
1482
1482
  "lodash": "^4.17.10",
1483
1483
  "moment": "^2.30.1",
1484
+ "moment-timezone": "^0.5.41",
1484
1485
  "node-fetch": "^2.2.0",
1485
1486
  "node-jose": "^1.0.0",
1486
1487
  "nodemailer": "^6.9.12",
@@ -6227,6 +6228,14 @@
6227
6228
  "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz",
6228
6229
  "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how=="
6229
6230
  },
6231
+ "moment-timezone": {
6232
+ "version": "0.5.47",
6233
+ "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.47.tgz",
6234
+ "integrity": "sha512-UbNt/JAWS0m/NJOebR0QMRHBk0hu03r5dx9GK8Cs0AS3I81yDcOc9k+DytPItgVvBP7J6Mf6U2n3BPAacAV9oA==",
6235
+ "requires": {
6236
+ "moment": "^2.29.4"
6237
+ }
6238
+ },
6230
6239
  "ms": {
6231
6240
  "version": "2.0.0",
6232
6241
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-aws-forms",
3
- "version": "2.1.7-beta.0",
3
+ "version": "2.1.8",
4
4
  "description": "Extension package to enable maintenance on Pluss Communities Platform",
5
5
  "scripts": {
6
6
  "gc": "node ../../tools/gc ./",
@@ -24,7 +24,7 @@
24
24
  "license": "ISC",
25
25
  "dependencies": {
26
26
  "@aws/dynamodb-auto-marshaller": "^0.7.1",
27
- "@plusscommunities/pluss-core-aws": "2.0.16-beta.0",
27
+ "@plusscommunities/pluss-core-aws": "2.0.18",
28
28
  "amazon-cognito-identity-js": "^2.0.19",
29
29
  "aws-sdk": "^2.1591.0",
30
30
  "axios": "^1.6.8",