just-flatten-it
Advanced tools
Comparing version 5.1.0 to 5.1.1
# just-flatten-it | ||
## 5.1.1 | ||
### Patch Changes | ||
- fix: reorder exports to set default last #488 | ||
## 5.1.0 | ||
### Minor Changes | ||
- package.json updates to fix #467 and #483 |
{ | ||
"name": "just-flatten-it", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "return a flattened array", | ||
@@ -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
5351