@proload/core
Advanced tools
Comparing version 0.3.0 to 0.3.1
# Changelog | ||
## 0.3.1 | ||
### Patch Changes | ||
- 5c011e2: Update types to expose `resolve` | ||
## 0.3.0 | ||
@@ -4,0 +10,0 @@ |
@@ -98,3 +98,3 @@ export { ProloadError } from './error.cjs'; | ||
*/ | ||
declare async function resolve(namespace: string, opts?: ResolveOptions): Promise<string|undefined>; | ||
export function resolve(namespace: string, opts?: ResolveOptions): Promise<string|undefined>; | ||
@@ -120,3 +120,2 @@ interface Load<T extends Record<any, any> = Record<any, any>> { | ||
export = load; | ||
export default load; |
{ | ||
"name": "@proload/core", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Searches for and loads your tool's JavaScript configuration files with full support for CJS, ESM, TypeScript and more.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.cjs", |
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
29948
489