Comparing version 5.0.0 to 5.1.0
import * as meta from './meta'; | ||
export { normalize, normalizeUri } from './meta'; | ||
export { getMeta, isAnnotated, isRef, Meta, normalize, normalizeUri } from './meta'; | ||
export { resolve as pointer } from './pointer'; | ||
@@ -4,0 +4,0 @@ export declare type Retriever = (url: string) => Promise<any>; |
@@ -6,2 +6,5 @@ "use strict"; | ||
var meta_1 = require("./meta"); | ||
exports.getMeta = meta_1.getMeta; | ||
exports.isAnnotated = meta_1.isAnnotated; | ||
exports.isRef = meta_1.isRef; | ||
exports.normalize = meta_1.normalize; | ||
@@ -8,0 +11,0 @@ exports.normalizeUri = meta_1.normalizeUri; |
{ | ||
"name": "jsonref", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "Javascript References ($ref) and Pointers library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -6,3 +6,3 @@ # jsonref | ||
[![travis build](https://img.shields.io/travis/vivocha/jsonref.svg)](https://travis-ci.org/vivocha/jsonref) | ||
[![coveralls coverage](https://img.shields.io/coveralls/c/github/vivocha/jsonref.svg)](https://coveralls.io/gh/vivocha/jsonref) | ||
[![Coverage Status](https://coveralls.io/repos/github/vivocha/jsonref/badge.svg?branch=master)](https://coveralls.io/github/vivocha/jsonref?branch=master) | ||
[![npm version](https://img.shields.io/npm/v/jsonref.svg)](https://www.npmjs.com/package/jsonref) | ||
@@ -9,0 +9,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21616
391
0