create-wirejs-deploy-amplify-basic 1.0.6 → 1.0.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.
@@ -1,6 +1,9 @@
1
1
  version: 1
2
2
  backend:
3
3
  phases:
4
+ preBuild:
5
+ commands:
6
+ - nvm install 22
4
7
  build:
5
8
  commands:
6
9
  - npx wirejs-deploy-amplify-basic@latest prebuild
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-wirejs-deploy-amplify-basic",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "Initializes very basic Amplify deployment configuration.",
5
5
  "author": "Jon Wire",
6
6
  "license": "MIT",