just-diff-apply
Advanced tools
Comparing version 5.4.1 to 5.5.0
# just-diff-apply | ||
## 5.5.0 | ||
### Minor Changes | ||
- Rename node module .js -> .cjs | ||
## 5.4.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "just-diff-apply", | ||
"version": "5.4.1", | ||
"version": "5.5.0", | ||
"description": "Apply a diff to an object. Optionally supports jsonPatch protocol", | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"require": "./index.js", | ||
"types": "./index.d.ts", | ||
"default": "./index.mjs" | ||
"require": "./index.cjs", | ||
"import": "./index.mjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "index.cjs", | ||
"types": "index.d.ts", | ||
@@ -16,0 +16,0 @@ "scripts": { |
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
15699
Yes