@goldstack/infra 0.3.35 → 0.3.38

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.
@@ -4,9 +4,9 @@ export declare const hasDeploymentsState: (packageDir: string) => boolean;
4
4
  export interface ReadDeploymentsStateOptions {
5
5
  createIfNotExist: boolean;
6
6
  }
7
- export declare const readDeploymentsState: (packageDir: string, options?: ReadDeploymentsStateOptions | undefined) => DeploymentsState;
8
- export declare const getDeploymentState: (deploymentsState: DeploymentsState, deploymentName: string, options?: ReadDeploymentsStateOptions | undefined) => DeploymentState;
9
- export declare const readDeploymentState: (packageDir: string, deploymentName: string, options?: ReadDeploymentsStateOptions | undefined) => DeploymentState;
7
+ export declare const readDeploymentsState: (packageDir: string, options?: ReadDeploymentsStateOptions) => DeploymentsState;
8
+ export declare const getDeploymentState: (deploymentsState: DeploymentsState, deploymentName: string, options?: ReadDeploymentsStateOptions) => DeploymentState;
9
+ export declare const readDeploymentState: (packageDir: string, deploymentName: string, options?: ReadDeploymentsStateOptions) => DeploymentState;
10
10
  export declare const writeDeploymentsState: (packageDir: string, deploymentsState: DeploymentsState) => void;
11
11
  export declare const writeDeploymentState: (packageDir: string, deploymentState: DeploymentState) => void;
12
12
  export declare const readTerraformStateVariable: (deploymentState: DeploymentState, variableName: string) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"deploymentState.d.ts","sourceRoot":"","sources":["../../src/deploymentState.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,eAAe,EAChB,MAAM,+BAA+B,CAAC;AASvC,eAAO,MAAM,wBAAwB,qBAEjB,GAAG,qBAKtB,CAAC;AAEF,eAAO,MAAM,mBAAmB,eAAgB,MAAM,KAAG,OAExD,CAAC;AAEF,MAAM,WAAW,2BAA2B;IAC1C,gBAAgB,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,oBAAoB,eACnB,MAAM,wEAiBnB,CAAC;AAEF,eAAO,MAAM,kBAAkB,uDAEb,MAAM,wDAErB,eAeF,CAAC;AAEF,eAAO,MAAM,mBAAmB,eAClB,MAAM,kBACF,MAAM,wDAErB,eAIF,CAAC;AAEF,eAAO,MAAM,qBAAqB,eACpB,MAAM,yCAEjB,IAKF,CAAC;AAEF,eAAO,MAAM,oBAAoB,eACnB,MAAM,mBACD,eAAe,KAC/B,IAgBF,CAAC;AAEF,eAAO,MAAM,0BAA0B,oBACpB,eAAe,gBAClB,MAAM,KAEnB,GAaF,CAAC"}
1
+ {"version":3,"file":"deploymentState.d.ts","sourceRoot":"","sources":["../../src/deploymentState.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,eAAe,EAChB,MAAM,+BAA+B,CAAC;AASvC,eAAO,MAAM,wBAAwB,qBAEjB,GAAG,qBAKtB,CAAC;AAEF,eAAO,MAAM,mBAAmB,eAAgB,MAAM,KAAG,OAExD,CAAC;AAEF,MAAM,WAAW,2BAA2B;IAC1C,gBAAgB,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,oBAAoB,eACnB,MAAM,YACR,2BAA2B,qBAgBtC,CAAC;AAEF,eAAO,MAAM,kBAAkB,uDAEb,MAAM,YACZ,2BAA2B,KACpC,eAeF,CAAC;AAEF,eAAO,MAAM,mBAAmB,eAClB,MAAM,kBACF,MAAM,YACZ,2BAA2B,KACpC,eAIF,CAAC;AAEF,eAAO,MAAM,qBAAqB,eACpB,MAAM,yCAEjB,IAKF,CAAC;AAEF,eAAO,MAAM,oBAAoB,eACnB,MAAM,mBACD,eAAe,KAC/B,IAgBF,CAAC;AAEF,eAAO,MAAM,0BAA0B,oBACpB,eAAe,gBAClB,MAAM,KAEnB,GAaF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goldstack/infra",
3
- "version": "0.3.35",
3
+ "version": "0.3.38",
4
4
  "description": "Utilities for defining infrastructure for npm packages.",
5
5
  "keywords": [
6
6
  "goldstack",
@@ -37,12 +37,12 @@
37
37
  "version:apply:force": "yarn version $@ && yarn version apply"
38
38
  },
39
39
  "dependencies": {
40
- "@goldstack/utils-config": "0.3.32",
41
- "@goldstack/utils-log": "0.2.13",
42
- "@goldstack/utils-sh": "0.4.30"
40
+ "@goldstack/utils-config": "0.3.35",
41
+ "@goldstack/utils-log": "0.2.16",
42
+ "@goldstack/utils-sh": "0.4.33"
43
43
  },
44
44
  "devDependencies": {
45
- "@goldstack/utils-git": "0.1.33",
45
+ "@goldstack/utils-git": "0.1.36",
46
46
  "@types/jest": "^27.5.1",
47
47
  "@types/node": "^17.0.33",
48
48
  "jest": "^28.1.0",
@@ -50,7 +50,7 @@
50
50
  "rimraf": "^3.0.2",
51
51
  "ts-jest": "^28.0.2",
52
52
  "ts-json-schema-generator": "^1.0.0",
53
- "typescript": "^4.6.4"
53
+ "typescript": "^4.7.4"
54
54
  },
55
55
  "publishConfig": {
56
56
  "main": "dist/src/infra.js"