@vlcn.io/xplat-api
Advanced tools
Comparing version 0.15.0-next.0 to 0.15.0-next.1
@@ -50,2 +50,3 @@ export type DELETE = 9; | ||
readonly filename: string; | ||
readonly tablesUsedStmt: StmtAsync; | ||
close(): Promise<void>; | ||
@@ -52,0 +53,0 @@ onUpdate(cb: (type: UpdateType, dbName: string, tblName: string, rowid: bigint) => void): () => void; |
{ | ||
"name": "@vlcn.io/xplat-api", | ||
"type": "module", | ||
"version": "0.15.0-next.0", | ||
"version": "0.15.0-next.1", | ||
"files": [ | ||
@@ -6,0 +6,0 @@ "dist", |
@@ -68,2 +68,3 @@ export type DELETE = 9; | ||
readonly filename: string; | ||
readonly tablesUsedStmt: StmtAsync; | ||
close(): Promise<void>; | ||
@@ -70,0 +71,0 @@ onUpdate( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
16308
242