jskos-tools
Advanced tools
Comparing version 0.1.23 to 0.1.24
@@ -276,3 +276,3 @@ const _ = require("lodash") | ||
const minifyMapping = mapping => { | ||
let newMapping = _.pick(copyDeep(mapping), ["from", "to", "fromScheme", "toScheme", "creator", "type", "created", "modified", "note", "identifier"]) | ||
let newMapping = _.pick(copyDeep(mapping), ["from", "to", "fromScheme", "toScheme", "creator", "type", "created", "modified", "note", "identifier", "uri"]) | ||
for (let fromTo of [newMapping.from, newMapping.to]) { | ||
@@ -279,0 +279,0 @@ _.forOwn(fromTo, (value, key) => { |
{ | ||
"name": "jskos-tools", | ||
"version": "0.1.23", | ||
"version": "0.1.24", | ||
"description": "Tools for working with the JSKOS data format.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/gbv/jskos-tools", |
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
185199