@plusscommunities/pluss-maintenance-aws 1.0.22 → 1.0.26-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/config.json CHANGED
@@ -1 +1 @@
1
- {"keys_url":"https://cognito-idp.ap-southeast-2.amazonaws.com/ap-southeast-2_cLZpGqJql/.well-known/jwks.json","maintenanceInstantComplete":false,"communityConfig":{"name":"Pluss Communities","company":"Pluss","subdomain":"pluss60","onelinkUrl":"http://onelink.to/pluss60","iosAppUrl":"https://itunes.apple.com/au/app/aveo/id1358888537?mt=8","androidAppUrl":"https://play.google.com/store/apps/details?id=pluss.android.aveo","emailBrandingAbovePoweredBy":{"image":"https://pluss60-dev-media.s3-ap-southeast-2.amazonaws.com/pluss/website/plusscommunites.png","height":29,"width":100},"adminSiteUrl":"https://dev.plusscommunities.com"},"anySignUpSite":"newstead","strings":{"FACILITY":"facility"},"hasIntroTerms":false}
1
+ {"keys_url":"https://cognito-idp.ap-southeast-2.amazonaws.com/ap-southeast-2_qC95qHeQz/.well-known/jwks.json","maintenanceInstantComplete":false,"communityConfig":{"name":"Pluss Communities Development","company":"Pluss Communities Development","subdomain":"dev","onelinkUrl":"http://onelink.to/pluss60","iosAppUrl":"https://itunes.apple.com/au/app/aveo/id1358888537?mt=8","androidAppUrl":"https://play.google.com/store/apps/details?id=pluss.android.aveo","emailBrandingAbovePoweredBy":{"image":"https://pluss60-dev-media.s3-ap-southeast-2.amazonaws.com/pluss/website/plusscommunites.png","height":29,"width":100},"adminSiteUrl":"https://dev.plusscommunities.com"},"anySignUpSite":"newstead","strings":{"FACILITY":"facility"},"hasIntroTerms":false,"serverlessConfig":{"profile":"dev-serverless-admin","key":"AKIA4LLDS4NHWYEE4MAI","secret":"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"}}
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-aws",
3
- "version": "1.0.22",
3
+ "version": "1.0.26-beta.0",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -13,9 +13,9 @@
13
13
  }
14
14
  },
15
15
  "@plusscommunities/pluss-core-aws": {
16
- "version": "1.1.6",
17
- "resolved": "https://registry.npmjs.org/@plusscommunities/pluss-core-aws/-/pluss-core-aws-1.1.6.tgz",
18
- "integrity": "sha512-6ZwFLgCe/rbNxeKnpbNmevlIgQV8yNrmnc31hVnJud0klgFQVkLdcIhDQDcflMwDCXa5xeoqa8lcrmgXDHMvNA==",
16
+ "version": "1.3.7-beta.0",
17
+ "resolved": "https://registry.npmjs.org/@plusscommunities/pluss-core-aws/-/pluss-core-aws-1.3.7-beta.0.tgz",
18
+ "integrity": "sha512-DHkVexGbMBO8892MycRkqzVhJ33oLqk2PQMAEYdOxsQRH2TAk0OnvgI9jn6NlkTvrSr2fbQX4Z9W2a4f/AgnAw==",
19
19
  "requires": {
20
20
  "@aws/dynamodb-auto-marshaller": "^0.7.1",
21
21
  "amazon-cognito-identity-js": "^2.0.19",
package/package.json CHANGED
@@ -1,20 +1,23 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-aws",
3
- "version": "1.0.22",
3
+ "version": "1.0.26-beta.0",
4
4
  "description": "Extension package to enable maintenance on Pluss Communities Platform",
5
5
  "scripts": {
6
6
  "gc": "node ../../tools/gc ./",
7
7
  "gs": "node ../../tools/gs ./ ../../activity/serverless.yml",
8
- "core": "npm i @plusscommunities/pluss-core-aws@latest",
9
- "upload": "npm version patch && npm publish --access public",
10
- "deploy": "npm run gc && npm run gs && npm run core && serverless deploy",
11
- "test": "echo \"Error: no test specified\" && exit 1"
8
+ "betapatch": "npm version prepatch --preid=beta",
9
+ "patch": "npm version patch",
10
+ "deploy": "npm run gc && npm run gs && serverless deploy",
11
+ "betaupload": "rm -rf .serverless && npm publish --access public --tag beta",
12
+ "betaupload:p": "npm run betapatch && npm run betaupload",
13
+ "upload": "rm -rf .serverless && npm publish --access public",
14
+ "upload:p": "npm run patch && npm run upload"
12
15
  },
13
16
  "author": "Phillip Suh",
14
17
  "license": "ISC",
15
18
  "dependencies": {
16
19
  "@aws/dynamodb-auto-marshaller": "^0.7.1",
17
- "@plusscommunities/pluss-core-aws": "^1.1.6",
20
+ "@plusscommunities/pluss-core-aws": "1.3.7-beta.0",
18
21
  "amazon-cognito-identity-js": "^2.0.19",
19
22
  "axios": "^0.18.0",
20
23
  "expo-server-sdk": "^3.0.1",
package/serverless.yml CHANGED
@@ -1,14 +1,14 @@
1
- service: pluss60-maintenance
1
+ service: dev-maintenance
2
2
 
3
3
  frameworkVersion: ">=1.1.0 <2.0.0"
4
4
 
5
5
  provider:
6
6
  name: aws
7
- runtime: nodejs10.x
7
+ runtime: nodejs14.x
8
8
  region: ap-southeast-2
9
- profile: minuss-admin
9
+ profile: dev-serverless-admin
10
10
  stage: dev
11
- deploymentBucket: serverless.deploys.pluss60.${self:provider.region}
11
+ deploymentBucket: serverless.deploys.pluss60.${self:custom.client}.${self:provider.region}
12
12
  environment:
13
13
  tablePrefix: ${self:custom.tablePrefix}
14
14
  iamRoleStatements:
@@ -27,11 +27,11 @@ plugins:
27
27
  - serverless-prune-plugin
28
28
 
29
29
  custom:
30
- client: pluss60
31
- functionPrefix: ''
30
+ client: dev
31
+ functionPrefix: ""
32
32
  tablePrefix: ${self:custom.client}-${self:provider.stage}-
33
33
  customDomain:
34
- domainName: ${self:custom.client}.pluss60-api.com
34
+ domainName: dev.pluss60-api.com
35
35
  basePath: maintenance-${self:provider.stage}
36
36
  stage: ${self:provider.stage}
37
37
  createRoute53Record: true