@monokle/validation
Advanced tools
Comparing version
@@ -11,2 +11,2 @@ /** | ||
export * from './wasmLoader/RemoteWasmLoader.browser.js'; | ||
export declare const fetchBundleRequireCustomPlugin: () => Promise<void>; | ||
export declare const fetchBundleRequireCustomPlugin: (pluginName: string) => Promise<any>; |
@@ -12,2 +12,2 @@ /** | ||
// This function is used in Node environments only, but it cannot be imported in Monokle Desktop if it's not defined here as well | ||
export const fetchBundleRequireCustomPlugin = async () => { }; | ||
export const fetchBundleRequireCustomPlugin = async (pluginName) => { }; |
{ | ||
"name": "@monokle/validation", | ||
"version": "0.23.2", | ||
"version": "0.23.3", | ||
"description": "Kubernetes resource validation", | ||
@@ -5,0 +5,0 @@ "author": "Kubeshop", |
490949
0.01%