@honeypot-run/core
Advanced tools
Comparing version
@@ -6,4 +6,4 @@ import { honeypot } from "./Honeypot"; | ||
url?: string; | ||
timeoutMs: number; | ||
debug: boolean; | ||
timeoutMs?: number; | ||
debug?: boolean; | ||
} | ||
@@ -10,0 +10,0 @@ export interface IHoneypotLite { |
@@ -6,4 +6,4 @@ import { honeypot } from "./Honeypot"; | ||
url?: string; | ||
timeoutMs: number; | ||
debug: boolean; | ||
timeoutMs?: number; | ||
debug?: boolean; | ||
} | ||
@@ -10,0 +10,0 @@ export interface IHoneypotLite { |
@@ -5,3 +5,3 @@ { | ||
"author": "https://honeypot.run", | ||
"version": "0.1.7", | ||
"version": "0.2.0", | ||
"license": "BUSL-1.1", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
26868
0.01%