wirejs-deploy-amplify-basic 0.1.174 → 0.1.175

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.
@@ -3,6 +3,6 @@
3
3
  "dependencies": {
4
4
  "jsdom": "^25.0.1",
5
5
  "wirejs-dom": "^1.0.44",
6
- "wirejs-resources": "^0.1.174"
6
+ "wirejs-resources": "^0.1.175"
7
7
  }
8
8
  }
package/build.js CHANGED
@@ -56,7 +56,8 @@ async function installDeps() {
56
56
  ...{
57
57
  '@aws-amplify/backend': '^1.14.0',
58
58
  '@aws-amplify/backend-cli': '^1.4.8',
59
- "@aws-sdk/client-dynamodb": "^3.774.0", // for GSI handler
59
+ '@aws-sdk/client-dynamodb': "^3.774.0", // for GSI handler
60
+ '@aws-sdk/client-ses': '^3.998.0', // for SES verification during deploy
60
61
  'aws-cdk': '^2.177.0',
61
62
  'aws-cdk-lib': '^2.177.0',
62
63
  'constructs': '^10.4.2',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wirejs-deploy-amplify-basic",
3
- "version": "0.1.174",
3
+ "version": "0.1.175",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -45,7 +45,7 @@
45
45
  "recursive-copy": "^2.0.14",
46
46
  "rimraf": "^6.0.1",
47
47
  "wirejs-dom": "^1.0.44",
48
- "wirejs-resources": "^0.1.174"
48
+ "wirejs-resources": "^0.1.175"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@aws-amplify/backend": "^1.14.0",