object-rewrite
Advanced tools
Comparing version 6.0.2 to 6.0.3
@@ -36,3 +36,3 @@ "use strict"; | ||
const exec = r => { | ||
assert(plugin.fnSchema(r) === true); | ||
assert(plugin.fnSchema(r) === true, r); | ||
@@ -39,0 +39,0 @@ if (plugin.targetRel === '*') { |
{ | ||
"name": "object-rewrite", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "Rewrite Object(s) in place using plugins.", | ||
@@ -20,3 +20,3 @@ "main": "lib/index.js", | ||
"@blackflux/eslint-plugin-rules": "1.3.45", | ||
"@blackflux/robo-config-plugin": "4.1.0", | ||
"@blackflux/robo-config-plugin": "4.1.2", | ||
"babel-eslint": "10.1.0", | ||
@@ -32,3 +32,3 @@ "babel-preset-latest-node": "5.4.0", | ||
"eslint-plugin-mocha": "8.0.0", | ||
"js-gardener": "2.0.184", | ||
"js-gardener": "2.0.185", | ||
"lodash.get": "4.4.2", | ||
@@ -35,0 +35,0 @@ "nyc": "15.1.0", |
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
25291