Comparing version 5.2.3 to 5.3.0
import * as meta from './meta'; | ||
export * from './errors'; | ||
export { getMeta, isAnnotated, isRef, Meta, normalize, normalizeUri, Registry } from './meta'; | ||
export * from './patch'; | ||
export { resolve as pointer } from './pointer'; | ||
@@ -5,0 +6,0 @@ export * from './rebase'; |
@@ -24,2 +24,3 @@ "use strict"; | ||
Object.defineProperty(exports, "normalizeUri", { enumerable: true, get: function () { return meta_1.normalizeUri; } }); | ||
__exportStar(require("./patch"), exports); | ||
var pointer_1 = require("./pointer"); | ||
@@ -26,0 +27,0 @@ Object.defineProperty(exports, "pointer", { enumerable: true, get: function () { return pointer_1.resolve; } }); |
{ | ||
"name": "jsonref", | ||
"version": "5.2.3", | ||
"version": "5.3.0", | ||
"description": "Javascript References ($ref) and Pointers library", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"commit": "git-cz", | ||
"check-coverage": "nyc check-coverage --statements 100 --branches 99 --functions 100 --lines 100", | ||
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100", | ||
"watch:test": "npm t -- -w", | ||
@@ -29,0 +29,0 @@ "test": "find ./test/ts -type f -name '*.js' -delete && npm run build && tsc -p test && mocha --exit --no-timeouts --recursive --reporter mochawesome --reporter-options reportDir=test-results test/**/*.test.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
39277
19
827