theprogrammablemind_4wp
Advanced tools
Comparing version 7.4.1-beta.1 to 7.4.1-beta.2
@@ -476,3 +476,3 @@ const { Semantics, Semantic } = require('./src/semantics') | ||
const data = Object.assign({ key, version: '3' }, config.config) | ||
const data = Object.assign({ key, version: '3' }, config.config, { uuid: config._uuid }) | ||
for (const uuid of Object.keys(data.namespaces)) { | ||
@@ -479,0 +479,0 @@ const km = config.configs.find((km) => km.uuid === uuid) |
@@ -64,4 +64,4 @@ { | ||
}, | ||
"version": "7.4.1-beta.1", | ||
"version": "7.4.1-beta.2", | ||
"license": "ISC" | ||
} |
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
160141