Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@goldstack/infra

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldstack/infra - npm Package Compare versions

Comparing version 0.1.27 to 0.1.28

dist/deploymentState.d.ts

4

dist/infra.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc