@libsql/core
Advanced tools
Comparing version 0.4.0-pre.9 to 0.4.0-pre.10
@@ -31,3 +31,2 @@ "use strict"; | ||
authority: undefined, | ||
sqliteWasmPath: config.sqliteWasmPath, | ||
}; | ||
@@ -93,5 +92,4 @@ } | ||
fetch: config.fetch, | ||
sqliteWasmPath: config.sqliteWasmPath, | ||
}; | ||
} | ||
exports.expandConfig = expandConfig; |
@@ -38,6 +38,2 @@ /** Configuration object for {@link createClient}. */ | ||
fetch?: Function; | ||
/** | ||
* Location of the sqlite3.wasm binary path. | ||
*/ | ||
sqliteWasmPath?: string; | ||
} | ||
@@ -44,0 +40,0 @@ /** Representation of integers from database as JavaScript values. See {@link Config.intMode}. */ |
@@ -12,5 +12,4 @@ import type { Config, IntMode } from "./api.js"; | ||
fetch: Function | undefined; | ||
sqliteWasmPath?: string; | ||
} | ||
export type ExpandedScheme = "wss" | "ws" | "https" | "http" | "file"; | ||
export declare function expandConfig(config: Config, preferHttp: boolean): ExpandedConfig; |
@@ -28,3 +28,2 @@ import { LibsqlError } from "./api.js"; | ||
authority: undefined, | ||
sqliteWasmPath: config.sqliteWasmPath, | ||
}; | ||
@@ -90,4 +89,3 @@ } | ||
fetch: config.fetch, | ||
sqliteWasmPath: config.sqliteWasmPath, | ||
}; | ||
} |
{ | ||
"name": "@libsql/core", | ||
"version": "0.4.0-pre.9", | ||
"version": "0.4.0-pre.10", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "libsql", |
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
42237
1031