@devcontainer/generator
Advanced tools
Comparing version 2.9.1 to 2.9.2
@@ -1,2 +0,2 @@ | ||
declare type Base = "stretch" | "buster" | "disco" | "eoan"; | ||
declare type Base = "stretch" | "buster" | "disco" | "eoan" | "focal"; | ||
declare type NodeVesion = "lts" | "current"; | ||
@@ -3,0 +3,0 @@ export declare class DevcontainerGenerator { |
@@ -6,3 +6,4 @@ "use strict"; | ||
b === "buster" ? '10' : | ||
b === "disco" ? '19.04' : '19.10'; | ||
b === "disco" ? '19.04' : | ||
b === "eoan" ? '19.10' : '20.04'; | ||
const getDistro = (b) => (b === "stretch" || b === "buster") ? "debian" : "ubuntu"; | ||
@@ -9,0 +10,0 @@ const softwareVersions = require("../versions.json"); |
@@ -5,3 +5,3 @@ { | ||
"lts": "12.13.1", | ||
"current": "13.1.0" | ||
"current": "13.2.0" | ||
}, | ||
@@ -8,0 +8,0 @@ "amplify": "3.17.0", |
{ | ||
"name": "@devcontainer/generator", | ||
"version": "2.9.1", | ||
"version": "2.9.2", | ||
"description": "generates custorm devcontainer Dockerfiles", | ||
@@ -23,3 +23,3 @@ "files": [ | ||
"license": "MIT", | ||
"gitHead": "9ced35fbfe9ba712dba69d63d142caa16bbaff7c" | ||
"gitHead": "f978fd54491fa6bc44d6bcad541132227935537c" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"lts": "12.13.1", | ||
"current": "13.1.0" | ||
"current": "13.2.0" | ||
}, | ||
@@ -8,0 +8,0 @@ "amplify": "3.17.0", |
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
33943
299