agilite-utils
Advanced tools
Comparing version 7.6.0-rc-7 to 7.6.0-rc-8
@@ -1,3 +0,2 @@ | ||
import UUID from 'uuid'; | ||
export default UUID; | ||
export {}; | ||
//# sourceMappingURL=uuid.d.ts.map |
@@ -7,3 +7,3 @@ "use strict"; | ||
const uuid_1 = __importDefault(require("uuid")); | ||
exports.default = uuid_1.default; | ||
module.exports = uuid_1.default; | ||
//# sourceMappingURL=uuid.js.map |
{ | ||
"name": "agilite-utils", | ||
"license": "MIT", | ||
"version": "7.6.0-rc-7", | ||
"version": "7.6.0-rc-8", | ||
"description": "Various 3rd party utilities, functions and services that we simplify and use throughout the Agilit-e ecosystem", | ||
@@ -6,0 +6,0 @@ "homepage": "https://agilite.io", |
import UUID from 'uuid' | ||
export default UUID | ||
module.exports = UUID |
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
58555
1109