jskos-tools
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -68,3 +68,3 @@ const _ = require("./utils") | ||
replaceCircular = replaceCircular.concat([ | ||
"ancestors", "narrower", "broader", "mappings", "TOPCONCEPTS", "MAPPINGS", "PROVIDER", | ||
"ancestors", "narrower", "broader", "mappings", "memberList", "TOPCONCEPTS", "MAPPINGS", "PROVIDER", | ||
]) | ||
@@ -71,0 +71,0 @@ let clone = Array.isArray(object) ? [] : {} |
{ | ||
"name": "jskos-tools", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "Tools for working with the JSKOS data format.", | ||
@@ -45,11 +45,11 @@ "homepage": "https://github.com/gbv/jskos-tools", | ||
"devDependencies": { | ||
"@babel/core": "^7.12.10", | ||
"@babel/preset-env": "^7.12.11", | ||
"@rollup/plugin-babel": "^5.2.2", | ||
"@rollup/plugin-commonjs": "^17.0.0", | ||
"@babel/core": "^7.13.8", | ||
"@babel/preset-env": "^7.13.9", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^17.1.0", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^11.0.1", | ||
"@rollup/plugin-node-resolve": "^11.2.0", | ||
"@yuloh/rollup-plugin-terser": "^0.1.1", | ||
"axios": "^0.21.1", | ||
"eslint": "^7.17.0", | ||
"eslint": "^7.21.0", | ||
"eslint-config-gbv": "^1.0.1", | ||
@@ -59,12 +59,11 @@ "foodoc": "0.0.9", | ||
"jsdoc": "^3.6.6", | ||
"lint-staged": "^10.5.3", | ||
"lodash": "^4.17.20", | ||
"mocha": "^8.2.1", | ||
"mocha-eslint": "^6.0.0", | ||
"lint-staged": "^10.5.4", | ||
"lodash": "^4.17.21", | ||
"mocha": "^8.3.1", | ||
"mocha-eslint": "^7.0.0", | ||
"pre-commit": "^1.2.2", | ||
"rollup": "^2.36.0", | ||
"rollup-plugin-license": "^2.2.0", | ||
"wikidata-sdk": "^7.8.0" | ||
}, | ||
"dependencies": {} | ||
"rollup": "^2.40.0", | ||
"rollup-plugin-license": "^2.3.0", | ||
"wikidata-sdk": "^7.9.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
141558