@magieno/sqlite-client
Advanced tools
Comparing version 3.45.1-build2-with-extension-support to 3.45.1-build3-with-extension-support
@@ -11,2 +11,3 @@ import { SqliteClientOptions } from "./types/sqlite-client.options"; | ||
export * from "./types/types"; | ||
export * from "./sqlite-client-extension"; | ||
export declare class SqliteClient { | ||
@@ -13,0 +14,0 @@ private readonly options; |
@@ -22,2 +22,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
export * from "./types/types"; | ||
export * from "./sqlite-client-extension"; | ||
export class SqliteClient { | ||
@@ -24,0 +25,0 @@ constructor(options) { |
{ | ||
"name": "@magieno/sqlite-client", | ||
"version": "3.45.1-build2-with-extension-support", | ||
"version": "3.45.1-build3-with-extension-support", | ||
"description": "SQLite Client is a wrapper for Sqlite on Wasm that uses the Origin Private File System to persist the sqlite database file.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1016970
27416