@browsery/jsondiffpatch
Advanced tools
Comparing version 0.6.1-r1 to 0.6.1-r2
{ | ||
"name": "@browsery/jsondiffpatch", | ||
"version": "0.6.1-r1", | ||
"version": "0.6.1-r2", | ||
"description": "Browser compatible jsondiffpatch", | ||
@@ -12,22 +12,30 @@ "author": "Panates", | ||
}, | ||
"main": "./cjs/index.cjs", | ||
"module": "./esm/index.mjs", | ||
"types": "./types/index.d.ts", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"require": "./cjs/index.cjs", | ||
"import": "./esm/index.mjs", | ||
"types": "./types/index.d.ts" | ||
"import": { | ||
"types": "./types/index.d.ts", | ||
"default": "./esm/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./types/index.d.ts", | ||
"default": "./cjs/index.cjs" | ||
}, | ||
"default": "./esm/index.mjs" | ||
}, | ||
"./package.json": "./package.json", | ||
"./with-text-diffs": { | ||
"require": "./cjs/with-text-diffs.js", | ||
"import": "./esm/with-text-diffs.mjs", | ||
"types": "./types/with-text-diffs.d.ts" | ||
"types": "./types/with-text-diffs.d.ts", | ||
"require": "./cjs/with-text-diffs.cjs", | ||
"import": "./esm/with-text-diffs.mjs" | ||
}, | ||
"./formatters/*": { | ||
"types": "./types/formatters/*.d.ts", | ||
"require": "./cjs/formatters/*.cjs", | ||
"import": "./esm/formatters/*.mjs", | ||
"types": "./types/formatters/*.d.ts" | ||
"import": "./esm/formatters/*.mjs" | ||
} | ||
}, | ||
"main": "./cjs/index.cjs", | ||
"module": "./esm/index.mjs", | ||
"types": "./types/index.d.ts", | ||
"dependencies": { | ||
@@ -34,0 +42,0 @@ "jsondiffpatch": "^0.6.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
374003
68
0
Yes