just-extend
Advanced tools
Comparing version 6.1.0 to 6.1.1
# just-extend | ||
## 6.1.1 | ||
### Patch Changes | ||
- fix: reorder exports to set default last #488 | ||
## 6.1.0 | ||
### Minor Changes | ||
- package.json updates to fix #467 and #483 |
{ | ||
"name": "just-extend", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "extend an object", | ||
@@ -10,4 +10,4 @@ "main": "index.js", | ||
"require": "./index.js", | ||
"default": "./index.mjs", | ||
"types": "./index.d.ts" | ||
"types": "./index.d.ts", | ||
"default": "./index.mjs" | ||
}, | ||
@@ -14,0 +14,0 @@ "./package.json": "./package.json" |
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
8669