@minatojs/driver-sqlite
Advanced tools
Comparing version 3.3.3 to 3.3.4
@@ -22,2 +22,6 @@ "use strict"; | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( | ||
// If the importer is in node compatibility mode or this is not an ESM | ||
// file that has been converted to a CommonJS file using a Babel- | ||
// compatible transform (i.e. "__esModule" has not been set), then set | ||
// "default" to the CommonJS "module.exports" for node compatibility. | ||
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, | ||
@@ -41,3 +45,3 @@ mod | ||
// packages/sqlite/src/index.ts | ||
// minato/packages/sqlite/src/index.ts | ||
var src_exports = {}; | ||
@@ -129,2 +133,3 @@ __export(src_exports, { | ||
} | ||
/** synchronize table schema */ | ||
async prepare(table) { | ||
@@ -131,0 +136,0 @@ const info = __privateMethod(this, _all, all_fn).call(this, `PRAGMA table_info(${(0, import_sql_utils.escapeId)(table)})`); |
{ | ||
"name": "@minatojs/driver-sqlite", | ||
"version": "3.3.3", | ||
"version": "3.3.4", | ||
"description": "SQLite Driver for Minato", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
38777
414