@casterly/utils
Advanced tools
Comparing version 0.5.0 to 0.5.2
import * as constants from './constants'; | ||
import * as paths from './paths'; | ||
import * as config from './userConfig'; | ||
export * from './fileExists'; | ||
export { constants, paths, config }; | ||
export { constants, paths }; |
@@ -25,3 +25,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.config = exports.paths = exports.constants = void 0; | ||
exports.paths = exports.constants = void 0; | ||
const constants = __importStar(require("./constants")); | ||
@@ -31,4 +31,2 @@ exports.constants = constants; | ||
exports.paths = paths; | ||
const config = __importStar(require("./userConfig")); | ||
exports.config = config; | ||
__exportStar(require("./fileExists"), exports); |
{ | ||
"name": "@casterly/utils", | ||
"version": "0.5.0", | ||
"version": "0.5.2", | ||
"description": "Common utilities used throughout Casterly packages", | ||
@@ -42,3 +42,3 @@ "author": "Lucas Cordeiro <ecdb.lucas@gmail.com>", | ||
}, | ||
"gitHead": "0715d5479ccec7241b057cfe6580a86b7a6b89b9" | ||
"gitHead": "3ba262954e035de15b33ff230d396c1297c14fe5" | ||
} |
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
17
15081
268