just-map-keys
Advanced tools
Comparing version 2.2.0 to 2.2.1
# just-map-keys | ||
## 2.2.1 | ||
### Patch Changes | ||
- fix: reorder exports to set default last #488 | ||
## 2.2.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "just-map-keys", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "map an object, predicate updates keys, receives (value, key, object)", | ||
@@ -11,4 +11,4 @@ "main": "index.js", | ||
"require": "./index.js", | ||
"default": "./index.mjs", | ||
"types": "./index.d.ts" | ||
"types": "./index.d.ts", | ||
"default": "./index.mjs" | ||
}, | ||
@@ -15,0 +15,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
5596