Comparing version 0.7.1 to 0.7.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.7.2](https://github.com/unjs/ufo/compare/v0.7.1...v0.7.2) (2021-04-28) | ||
### Bug Fixes | ||
* allow pkg subpath import ([#20](https://github.com/unjs/ufo/issues/20)) ([7b2a068](https://github.com/unjs/ufo/commit/7b2a068672c451b2bfa2698814d736cd2a14df79)) | ||
### [0.7.1](https://github.com/unjs/ufo/compare/v0.7.0...v0.7.1) (2021-04-23) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "ufo", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "URL utils for humans", | ||
@@ -12,3 +12,4 @@ "repository": "unjs/ufo", | ||
"import": "./dist/index.mjs" | ||
} | ||
}, | ||
"./*": "./*" | ||
}, | ||
@@ -15,0 +16,0 @@ "main": "./dist/index.js", |
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
44162