@goldstack/infra
Advanced tools
Comparing version 0.1.27 to 0.1.28
@@ -1,2 +0,4 @@ | ||
export { Deployment, DeploymentName, InfrastructureConfiguration, } from './infraTypes'; | ||
export { Deployment, DeploymentName, InfrastructureConfiguration, } from './types/deploymentTypes'; | ||
export { DeploymentState, DeploymentsState, } from './types/deploymentStatesTypes'; | ||
export * from './deploymentState'; | ||
//# sourceMappingURL=infra.d.ts.map |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./deploymentState"), exports); | ||
//# sourceMappingURL=infra.js.map |
{ | ||
"name": "@goldstack/infra", | ||
"version": "0.1.27", | ||
"version": "0.1.28", | ||
"description": "Utilities for defining infrastructure", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js", | ||
"generate:ts": "rm -rf ./src/generated && json2ts -i src/schemas/ -o src/generated --style.singleQuote && renamer --find .d.ts --replace .ts \"./src/generated/**\"", | ||
"generate:schema": "ts-json-schema-generator --tsconfig tsconfig.generate.json --path './src/types/**/*' --type 'DeploymentsState' -o src/schemas/deploymentsStateSchema.json", | ||
"prepublishOnly": "yarn run build", | ||
@@ -35,4 +35,5 @@ "publish": "utils-git changed --exec \"yarn npm publish $@\"", | ||
"ts-jest": "^26.1.0", | ||
"ts-json-schema-generator": "^0.70.2", | ||
"typescript": "^3.9.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
13853
19
175
8
2
1