theprogrammablemind_4wp
Advanced tools
Comparing version 7.3.12 to 7.4.0-beta.0
@@ -177,7 +177,9 @@ const { Semantics, Semantic } = require('./src/semantics') | ||
const getObjects = (objects) => (uuid) => { | ||
if (objects && objects.namespaced) { | ||
objects = objects.namespaced[uuid] | ||
const getObjects = (objects) => { | ||
return (uuid) => { | ||
if (objects && objects.namespaced) { | ||
return objects.namespaced[uuid] | ||
} | ||
return objects | ||
} | ||
return objects | ||
} | ||
@@ -184,0 +186,0 @@ |
@@ -64,4 +64,4 @@ { | ||
}, | ||
"version": "7.3.12", | ||
"version": "7.4.0-beta.0", | ||
"license": "ISC" | ||
} |
@@ -1680,3 +1680,3 @@ // lookup = (name) => returns <config> | ||
// init.args.isAfterApi = true | ||
init.config.initializerFn({ ...init.args, isAfterApi: true }) | ||
init.config.initializerFn({ ...init.args, kms: this.getConfigs(), isAfterApi: true }) | ||
} | ||
@@ -1683,0 +1683,0 @@ this.instances.forEach((instance) => client.processInstance(this, instance)) |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
157363
4642
2