@based/functions
Advanced tools
Comparing version
@@ -8,3 +8,3 @@ /// <reference types="node" resolution-mode="require"/> | ||
import { Authorize } from './auth.js'; | ||
import type { BuildOptions } from 'esbuild'; | ||
import type { Plugin } from 'esbuild'; | ||
export type ObservableUpdateFunction<K = any> = (data: K, checksum?: number, err?: any, cache?: Uint8Array, diff?: any, fromChecksum?: number, isDeflate?: boolean) => void; | ||
@@ -237,3 +237,3 @@ export type ObserveErrorListener = (err: any) => void; | ||
favicon?: string; | ||
plugins?: BuildOptions['plugins']; | ||
plugins?: Plugin[]; | ||
}; | ||
@@ -240,0 +240,0 @@ type BasedJobFunctionConfig = { |
{ | ||
"name": "@based/functions", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"license": "MIT", | ||
@@ -22,3 +22,2 @@ "type": "module", | ||
"@saulx/utils": "^5.0.0", | ||
"esbuild": "^0.24.2", | ||
"utility-types": "^3.10.0" | ||
@@ -30,3 +29,6 @@ }, | ||
"typescript": "^4.3.5" | ||
}, | ||
"peerDependencies": { | ||
"esbuild": "^0.24.2" | ||
} | ||
} |
54962
0.01%- Removed