@goldstack/infra
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -44,3 +44,3 @@ "use strict"; | ||
} | ||
throw new Error(`Deployment state not defined for deployment '${deploymentName}'. Did you already deploy this deployment?`); | ||
throw new Error(`Deployment state not defined for deployment '${deploymentName}'. Did you set up the infrastructure for this deployment with 'yarn infra up [deploymentName]'?`); | ||
} | ||
@@ -47,0 +47,0 @@ return deploymentState; |
{ | ||
"name": "@goldstack/infra", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Utilities for defining infrastructure for npm packages.", | ||
@@ -40,8 +40,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@goldstack/utils-config": "0.4.2", | ||
"@goldstack/utils-log": "0.3.2", | ||
"@goldstack/utils-sh": "0.5.2" | ||
"@goldstack/utils-config": "0.4.3", | ||
"@goldstack/utils-log": "0.3.3", | ||
"@goldstack/utils-sh": "0.5.3" | ||
}, | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.2.2", | ||
"@goldstack/utils-git": "0.2.3", | ||
"@types/jest": "^29.0.1", | ||
@@ -48,0 +48,0 @@ "@types/node": "^18.7.13", |
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
16949
+ Added@goldstack/utils-config@0.4.3(transitive)
+ Added@goldstack/utils-log@0.3.3(transitive)
+ Added@goldstack/utils-sh@0.5.3(transitive)
- Removed@goldstack/utils-config@0.4.2(transitive)
- Removed@goldstack/utils-log@0.3.2(transitive)
- Removed@goldstack/utils-sh@0.5.2(transitive)
Updated@goldstack/utils-log@0.3.3
Updated@goldstack/utils-sh@0.5.3