Comparing version 0.2.0 to 0.2.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.2.1](https://github.com/unjs/mlly/compare/v0.2.0...v0.2.1) (2021-09-20) | ||
### Bug Fixes | ||
* **createResolve:** make url optional ([40de473](https://github.com/unjs/mlly/commit/40de473ddc94de1ba17b6f46b36115e99e51e836)) | ||
## [0.2.0](https://github.com/unjs/mlly/compare/v0.1.7...v0.2.0) (2021-07-23) | ||
@@ -7,0 +14,0 @@ |
@@ -21,3 +21,3 @@ // CommonJS | ||
export function resolvePathSync (id: string, opts: ResolveOptions) : string | ||
export function createResolve (defaults: ResolveOptions) : (id: string, url: string | URL) => Promise<string> | ||
export function createResolve (defaults: ResolveOptions) : (id: string, url?: string | URL) => Promise<string> | ||
export function resolveImports (code: string, opts: ResolveOptions) : Promise<string> | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "mlly", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Missing ECMAScript module utils for Node.js", | ||
@@ -5,0 +5,0 @@ "repository": "unjs/mlly", |
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
16728