Comparing version 0.0.12 to 0.0.13
@@ -24,3 +24,3 @@ 'use strict'; | ||
if (replacement !== false) obj[key] = { $ref: newRef } | ||
else console.warn(state.identityPath,'gone away at',state.path); | ||
else if (options && options.verbose) console.warn(state.identityPath,'gone away at',state.path); | ||
} | ||
@@ -27,0 +27,0 @@ } |
{ | ||
"name": "reftools", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Utility functions to deal with references in objects", | ||
@@ -5,0 +5,0 @@ "main": "lib/recurse.js", |
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
35312