@mcma/core
Advanced tools
Comparing version 0.13.16 to 0.13.17
@@ -1,2 +0,2 @@ | ||
export * from "./environment-variables"; | ||
export * from "./config-variables"; | ||
export * from "./mcma-exception"; | ||
@@ -3,0 +3,0 @@ export * from "./utils"; |
@@ -13,3 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./environment-variables"), exports); | ||
__exportStar(require("./config-variables"), exports); | ||
__exportStar(require("./mcma-exception"), exports); | ||
@@ -16,0 +16,0 @@ __exportStar(require("./utils"), exports); |
{ | ||
"name": "@mcma/core", | ||
"version": "0.13.16", | ||
"version": "0.13.17", | ||
"description": "Node module with type definitions and helper utils for the EBU MCMA framework", | ||
@@ -35,6 +35,6 @@ "engines": { | ||
"devDependencies": { | ||
"@types/node": "^13.7.1", | ||
"@types/uuid": "^7.0.3", | ||
"@types/node": "^13.13.26", | ||
"@types/uuid": "^7.0.4", | ||
"jasmine": "^3.4.0" | ||
} | ||
} |
# mcma-core | ||
Node module with type definitions and helper utils for the EBU MCMA framework |
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
50007
1263