@reform/bundle
Advanced tools
Comparing version 0.8.5 to 0.8.6
@@ -5,2 +5,3 @@ import { IBundleConfig } from "../build"; | ||
filter?: string; | ||
resolves?: string[]; | ||
compress?: RegExp; | ||
@@ -7,0 +8,0 @@ }; |
@@ -11,3 +11,3 @@ import { BuildResult, OnLoadArgs, OnLoadOptions, OnLoadResult, OnResolveArgs, OnResolveOptions, OnResolveResult, OnStartResult, PartialMessage } from "esbuild"; | ||
export declare type PluginEventStartRet = Promisify<OnStartResult | null | void>; | ||
export declare type PluginEventResolveRet = Promisify<OnResolveResult | null | undefined>; | ||
export declare type PluginEventResolveRet = (OnResolveResult | null | undefined | Promise<OnResolveResult | null | undefined>); | ||
export declare type PluginEventLoadRet = Promisify<OnLoadResult | null | undefined>; | ||
@@ -14,0 +14,0 @@ export declare type PluginEventErrorRet = { |
{ | ||
"name": "@reform/bundle", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"main": "dist/index.js", | ||
@@ -34,3 +34,3 @@ "types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@types/node": "^16.11.9", | ||
"@types/node": "^16.11.10", | ||
"typescript-json-schema": "^0.52.0" | ||
@@ -46,3 +46,3 @@ }, | ||
"license": "MIT", | ||
"gitHead": "b28e344bd232a9614343d29213df2316337fc8b6" | ||
"gitHead": "1ecb6a563c4877985e373f02ea366c0aa57f7a4d" | ||
} |
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
144278
2030