@goldstack/utils-package
Advanced tools
Comparing version 0.1.7 to 0.1.8
import { Package } from './generated/packageSchema'; | ||
export { Package } from './generated/packageSchema'; | ||
export { Package, Configuration } from './generated/packageSchema'; | ||
export declare const getPackageConfigSchema: () => object; | ||
export declare const readPackageConfig: (path?: string) => Package; | ||
//# sourceMappingURL=utilsPackage.d.ts.map |
@@ -6,6 +6,9 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.readPackageConfig = void 0; | ||
exports.readPackageConfig = exports.getPackageConfigSchema = void 0; | ||
var utils_config_1 = require("@goldstack/utils-config"); | ||
var packageSchema_json_1 = __importDefault(require("./schemas/packageSchema.json")); | ||
var utils_sh_1 = require("@goldstack/utils-sh"); | ||
exports.getPackageConfigSchema = function () { | ||
return packageSchema_json_1.default; | ||
}; | ||
exports.readPackageConfig = function (path) { | ||
@@ -12,0 +15,0 @@ if (path === void 0) { path = 'goldstack.json'; } |
{ | ||
"name": "@goldstack/utils-package", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Utilities to work with Goldstack package configurations.", | ||
@@ -23,7 +23,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@goldstack/utils-config": "0.1.8", | ||
"@goldstack/utils-sh": "0.1.8" | ||
"@goldstack/utils-config": "0.1.9", | ||
"@goldstack/utils-sh": "0.1.9" | ||
}, | ||
"devDependencies": { | ||
"@goldstack/utils-json-to-ts": "0.1.7", | ||
"@goldstack/utils-json-to-ts": "0.1.8", | ||
"@types/jest": "^25.2.3", | ||
@@ -30,0 +30,0 @@ "@types/node": "^14.0.6", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6281
100
+ Added@goldstack/utils-config@0.1.9(transitive)
+ Added@goldstack/utils-log@0.1.16(transitive)
+ Added@goldstack/utils-sh@0.1.9(transitive)
- Removed@goldstack/utils-config@0.1.8(transitive)
- Removed@goldstack/utils-log@0.1.15(transitive)
- Removed@goldstack/utils-sh@0.1.8(transitive)
Updated@goldstack/utils-sh@0.1.9