@goldstack/utils-docker 0.3.38 → 0.3.41
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.
|
@@ -2,6 +2,6 @@ export declare const hasDocker: () => boolean;
|
|
|
2
2
|
export declare const assertDocker: () => void;
|
|
3
3
|
export declare const renderHostEnvironmentVariables: () => string;
|
|
4
4
|
export declare const imageNodeYarn: () => string;
|
|
5
|
-
export declare const imageTerraform: (version?: string
|
|
5
|
+
export declare const imageTerraform: (version?: string) => string;
|
|
6
6
|
export declare const imageAWSCli: () => string;
|
|
7
7
|
//# sourceMappingURL=utilsDocker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utilsDocker.d.ts","sourceRoot":"","sources":["../../src/utilsDocker.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,QAAO,OAM5B,CAAC;AAEF,eAAO,MAAM,YAAY,QAAO,IAY/B,CAAC;AA0FF,eAAO,MAAM,8BAA8B,QAAO,MAgCjD,CAAC;AAEF,eAAO,MAAM,aAAa,QAAO,MAA6B,CAAC;AAE/D,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"utilsDocker.d.ts","sourceRoot":"","sources":["../../src/utilsDocker.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,QAAO,OAM5B,CAAC;AAEF,eAAO,MAAM,YAAY,QAAO,IAY/B,CAAC;AA0FF,eAAO,MAAM,8BAA8B,QAAO,MAgCjD,CAAC;AAEF,eAAO,MAAM,aAAa,QAAO,MAA6B,CAAC;AAE/D,eAAO,MAAM,cAAc,aAAc,MAAM,KAAG,MA4BjD,CAAC;AAEF,eAAO,MAAM,WAAW,QAAO,MAAgC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goldstack/utils-docker",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.41",
|
|
4
4
|
"description": "Utilities to run commands in local docker containers.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"goldstack",
|
|
@@ -34,16 +34,16 @@
|
|
|
34
34
|
"version:apply:force": "yarn version $@ && yarn version apply"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@goldstack/utils-sh": "0.4.
|
|
37
|
+
"@goldstack/utils-sh": "0.4.34"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@goldstack/utils-git": "0.1.
|
|
41
|
-
"@types/jest": "^
|
|
42
|
-
"@types/node": "^
|
|
40
|
+
"@goldstack/utils-git": "0.1.37",
|
|
41
|
+
"@types/jest": "^28.1.8",
|
|
42
|
+
"@types/node": "^18.7.13",
|
|
43
43
|
"jest": "^28.1.0",
|
|
44
44
|
"rimraf": "^3.0.2",
|
|
45
45
|
"ts-jest": "^28.0.2",
|
|
46
|
-
"typescript": "^4.
|
|
46
|
+
"typescript": "^4.7.4"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"main": "dist/src/utilsDocker.js"
|