@boost/common
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
@@ -8,2 +8,3 @@ /** | ||
import Contract from './Contract'; | ||
import ExitError from './ExitError'; | ||
import Path from './Path'; | ||
@@ -17,3 +18,3 @@ import PathResolver from './PathResolver'; | ||
export * from './types'; | ||
export { CommonError, CommonErrorCode, Contract, Blueprint, Path, PathResolver, Predicates, Project, optimal, predicates, json, yaml, }; | ||
export { CommonError, CommonErrorCode, Contract, Blueprint, ExitError, Path, PathResolver, Predicates, Project, optimal, predicates, json, yaml, }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -32,3 +32,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.yaml = exports.json = exports.predicates = exports.optimal = exports.Project = exports.PathResolver = exports.Path = exports.Contract = exports.CommonError = void 0; | ||
exports.yaml = exports.json = exports.predicates = exports.optimal = exports.Project = exports.PathResolver = exports.Path = exports.ExitError = exports.Contract = exports.CommonError = void 0; | ||
const optimal_1 = __importStar(require("optimal")); | ||
@@ -41,2 +41,4 @@ exports.optimal = optimal_1.default; | ||
exports.Contract = Contract_1.default; | ||
const ExitError_1 = __importDefault(require("./ExitError")); | ||
exports.ExitError = ExitError_1.default; | ||
const Path_1 = __importDefault(require("./Path")); | ||
@@ -43,0 +45,0 @@ exports.Path = Path_1.default; |
@@ -106,3 +106,3 @@ import { Blueprint, Predicates } from 'optimal'; | ||
} | ||
export interface WorkspacePackage<T extends PackageStructure> { | ||
export interface WorkspacePackage<T extends PackageStructure = PackageStructure> { | ||
metadata: WorkspaceMetadata; | ||
@@ -109,0 +109,0 @@ package: T; |
{ | ||
"name": "@boost/common", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"release": "1592788092197", | ||
@@ -23,3 +23,3 @@ "description": "Common utilities.", | ||
"dependencies": { | ||
"@boost/internal": "^2.0.0-alpha.1", | ||
"@boost/internal": "^2.0.0-alpha.2", | ||
"fast-glob": "^3.2.4", | ||
@@ -38,3 +38,3 @@ "json5": "^2.1.3", | ||
}, | ||
"gitHead": "3fffbcf3231b86592d2083902b8c39a2ed1b2e4c" | ||
"gitHead": "989ff8a548e41c03f85c2063e8c21ba2136f1ddb" | ||
} |
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
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
61828
73
1037