@jitsu/functions-lib
Advanced tools
Comparing version 1.3.2 to 1.7.1
export declare const DropRetryErrorName = "Drop & RetryError"; | ||
export declare const RetryErrorName = "RetryError"; | ||
export declare class RetryError extends Error { | ||
constructor( | ||
message?: any, | ||
options?: { | ||
drop: boolean; | ||
} | ||
); | ||
constructor(message?: any, options?: { | ||
drop: boolean; | ||
}); | ||
} |
{ | ||
"name": "@jitsu/functions-lib", | ||
"version": "1.3.2", | ||
"version": "1.7.1", | ||
"main": "dist/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.es.js", |
{ | ||
"compilerOptions": { | ||
"lib": ["es2015", "dom", "es2017"], | ||
"lib": ["dom", "esnext"], | ||
"rootDir": "./src", | ||
@@ -9,3 +9,4 @@ "outDir": "./dist", | ||
"noEmit": true, | ||
"target": "esnext" | ||
"target": "esnext", | ||
"skipLibCheck": true | ||
}, | ||
@@ -12,0 +13,0 @@ "exclude": [ |
Sorry, the diff of this file is not supported yet
4309
68