@truffle/compile-common
Advanced tools
Comparing version 0.7.24 to 0.7.25
export * as Shims from "./shims"; | ||
export * as Sources from "./sources"; | ||
export * as Errors from "./errors"; | ||
export * as Compilations from "./compilations"; | ||
export * from "./types"; |
@@ -25,7 +25,8 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Errors = exports.Sources = exports.Shims = void 0; | ||
exports.Compilations = exports.Errors = exports.Sources = exports.Shims = void 0; | ||
exports.Shims = __importStar(require("./shims")); | ||
exports.Sources = __importStar(require("./sources")); | ||
exports.Errors = __importStar(require("./errors")); | ||
exports.Compilations = __importStar(require("./compilations")); | ||
__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@truffle/compile-common", | ||
"version": "0.7.24", | ||
"version": "0.7.25", | ||
"description": "Common compiler integration support infrastructure for Truffle", | ||
@@ -32,6 +32,6 @@ "main": "dist/src/index.js", | ||
"dependencies": { | ||
"@truffle/error": "^0.0.14", | ||
"@truffle/error": "^0.0.15", | ||
"colors": "1.4.0" | ||
}, | ||
"gitHead": "cbbdad403808aba996b37237c277e302ee99353b" | ||
"gitHead": "017e84fbad1f53f62db00483cb07fad0471e750f" | ||
} |
export * as Shims from "./shims"; | ||
export * as Sources from "./sources"; | ||
export * as Errors from "./errors"; | ||
export * as Compilations from "./compilations"; | ||
export * from "./types"; |
@@ -6,3 +6,3 @@ { | ||
"declaration": true, | ||
"target": "es2016", | ||
"target": "es2018", | ||
"noImplicitAny": true, | ||
@@ -13,3 +13,3 @@ "moduleResolution": "node", | ||
"baseUrl": ".", | ||
"lib": ["es2017"], | ||
"lib": ["es2019"], | ||
"paths": { | ||
@@ -16,0 +16,0 @@ }, |
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
79564
60
1501
+ Added@truffle/error@0.0.15(transitive)
- Removed@truffle/error@0.0.14(transitive)
Updated@truffle/error@^0.0.15