gson-query
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -1,4 +0,6 @@ | ||
export { default as get } from "./lib/get"; | ||
export { default as set } from "./lib/set"; | ||
export { default as split } from "./lib/split"; | ||
export { default as remove } from "./lib/remove"; | ||
import get from "./lib/get"; | ||
import set from "./lib/set"; | ||
import split from "./lib/split"; | ||
import remove from "./lib/remove"; | ||
export { get, set, split, remove }; | ||
export default { get, set, split, remove }; |
11
index.ts
@@ -1,5 +0,8 @@ | ||
export { default as get } from "./lib/get"; | ||
export { default as set } from "./lib/set"; | ||
export { default as split } from "./lib/split"; | ||
export { default as remove } from "./lib/remove"; | ||
import get from "./lib/get"; | ||
import set from "./lib/set"; | ||
import split from "./lib/split"; | ||
import remove from "./lib/remove"; | ||
export { get, set, split, remove }; | ||
export default { get, set, split, remove }; | ||
export type { Input, JSONPointer, QueryResult } from "./lib/types"; |
{ | ||
"name": "gson-query", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "json-pointer utilities for querying and transforming data", | ||
@@ -14,3 +14,3 @@ "module": "dist/module/index.js", | ||
"dist": "rm -rf dist; npm run dist:es5; npm run dist:es6", | ||
"dist:es5": "webpack", | ||
"dist:es5": "NODE_ENV='production' webpack", | ||
"dist:es6": "tsc --outDir dist/module --target ES2019", | ||
@@ -17,0 +17,0 @@ "test": "TS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register 'test/**/*.test.ts'", |
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
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
79593
37
1125
0
1
80