@devcontainer/amplify-devimage
Advanced tools
Comparing version 2.3.4 to 2.3.5
@@ -5,6 +5,5 @@ const {DevcontainerGenerator} = require('@devcontainer/generator'); | ||
const run = async () => { | ||
const devGenerator = new DevcontainerGenerator('disco'); | ||
const devGenerator = new DevcontainerGenerator('stretch'); | ||
devGenerator.updateGit(); | ||
devGenerator.setNodeVersion('current'); | ||
devGenerator.setDocker(); | ||
devGenerator.setNodeVersion('lts'); | ||
devGenerator.setAmplify(); | ||
@@ -11,0 +10,0 @@ devGenerator.setZsh(); |
@@ -16,6 +16,6 @@ { | ||
"dependencies": { | ||
"@devcontainer/generator": "^2.3.4", | ||
"@devcontainer/generator": "^2.3.5", | ||
"load-text-file": "^1.2.0" | ||
}, | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"description": "devcontainer vscode node zsh", | ||
@@ -27,3 +27,3 @@ "main": "index.js", | ||
"private": false, | ||
"gitHead": "4c9b57d1a2b49752467597163fd1cd6474b0944b", | ||
"gitHead": "29a9fa3c611095fe8c820d5070bcc16964be1109", | ||
"publishConfig": { | ||
@@ -30,0 +30,0 @@ "access": "public" |
## Devcontainer | ||
- Base image: buildpack-deps:disco | ||
- Node: 13.0.1 | ||
- Base image: buildpack-deps:stretch | ||
- Node: 10.16.3 | ||
- Yarn: 1.19.1 | ||
- docker preinstalled | ||
@@ -8,0 +7,0 @@ - Installed trough npm: @aws-amplify/cli - {AMPLIFY_VERSION} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7488
23