@mcma/data
Advanced tools
Comparing version 0.13.16 to 0.13.17
@@ -0,1 +1,2 @@ | ||
export * from "./config-variables-ext"; | ||
export * from "./document"; | ||
@@ -6,3 +7,2 @@ export * from "./document-database-mutex"; | ||
export * from "./document-type"; | ||
export * from "./environment-variables-ext"; | ||
export * from "./query/custom-query"; | ||
@@ -9,0 +9,0 @@ export * from "./query/filter"; |
@@ -13,2 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./config-variables-ext"), exports); | ||
__exportStar(require("./document"), exports); | ||
@@ -19,3 +20,2 @@ __exportStar(require("./document-database-mutex"), exports); | ||
__exportStar(require("./document-type"), exports); | ||
__exportStar(require("./environment-variables-ext"), exports); | ||
__exportStar(require("./query/custom-query"), exports); | ||
@@ -22,0 +22,0 @@ __exportStar(require("./query/filter"), exports); |
{ | ||
"name": "@mcma/data", | ||
"version": "0.13.16", | ||
"version": "0.13.17", | ||
"description": "Node module with helper utils for dealing with data in the EBU MCMA framework", | ||
@@ -32,6 +32,6 @@ "engines": { | ||
"peerDependencies": { | ||
"@mcma/core": "0.13.16" | ||
"@mcma/core": "0.13.17" | ||
}, | ||
"devDependencies": { | ||
"@mcma/core": "0.13.16", | ||
"@mcma/core": "0.13.17", | ||
"@types/node": "^13.7.4", | ||
@@ -38,0 +38,0 @@ "jasmine": "^3.3.1" |
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
13573