@mcma/data
Advanced tools
Comparing version 0.14.8 to 0.15.0
@@ -6,4 +6,4 @@ "use strict"; | ||
function getTableName(configVariables = core_1.ConfigVariables.getInstance()) { | ||
return configVariables.get("TableName"); | ||
return configVariables.get("MCMA_TABLE_NAME"); | ||
} | ||
exports.getTableName = getTableName; |
{ | ||
"name": "@mcma/data", | ||
"version": "0.14.8", | ||
"version": "0.15.0", | ||
"description": "Node module with helper utils for dealing with data in the EBU MCMA framework", | ||
"engines": { | ||
"node": "^14.17.0" | ||
"node": "^16.0.0" | ||
}, | ||
@@ -32,9 +32,9 @@ "type": "commonjs", | ||
"peerDependencies": { | ||
"@mcma/core": "0.14.8" | ||
"@mcma/core": "0.15.0" | ||
}, | ||
"devDependencies": { | ||
"@mcma/core": "0.14.8", | ||
"@types/node": "^14.17.22", | ||
"@mcma/core": "0.15.0", | ||
"@types/node": "^16.11.60", | ||
"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
16609