Comparing version 2.1.0 to 2.1.1
@@ -1,3 +0,4 @@ | ||
export * as incremental from './incremental-patcher'; | ||
import * as incremental_1 from './incremental-patcher'; | ||
export { incremental_1 as incremental }; | ||
export { applyPatch } from './simple-patcher'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "mendoza", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Mendoza, differ for structured documents", | ||
@@ -15,3 +15,3 @@ "main": "./lib/cjs/index.js", | ||
"build": "npm run build:esm && npm run build:cjs", | ||
"build:esm": "tsc --module esnext --outDir lib/esm", | ||
"build:esm": "tsc --module es6 --outDir lib/esm", | ||
"build:cjs": "tsc --module commonjs --outDir lib/cjs", | ||
@@ -18,0 +18,0 @@ "prepublishOnly": "npm run build", |
Sorry, the diff of this file is not supported yet
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
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
0
139563
54
2508