wcz-test 7.0.0 → 7.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{GraphQueries-BOAnio_H.js → GraphQueries-Bx0CzlWR.js} +13 -14
- package/dist/{GraphQueries-BOAnio_H.js.map → GraphQueries-Bx0CzlWR.js.map} +1 -1
- package/dist/auth.d.ts +0 -6
- package/dist/auth.js +3 -35
- package/dist/auth.js.map +1 -1
- package/dist/{bun-sqlite-dialect-z0b9N0QU.js → bun-sqlite-dialect-CZjbVcY_.js} +2 -2
- package/dist/{bun-sqlite-dialect-z0b9N0QU.js.map → bun-sqlite-dialect-CZjbVcY_.js.map} +1 -1
- package/dist/{index-C8xwvJpf.js → index-BT7qlAad.js} +2 -2
- package/dist/{index-C8xwvJpf.js.map → index-BT7qlAad.js.map} +1 -1
- package/dist/{index-CbycwLQM.js → index-Phhmhd_m.js} +3 -3
- package/dist/{index-CbycwLQM.js.map → index-Phhmhd_m.js.map} +1 -1
- package/dist/index.d.ts +0 -3
- package/dist/index.js +111 -113
- package/dist/index.js.map +1 -1
- package/dist/{node-sqlite-dialect-CfkKTzbw.js → node-sqlite-dialect-CSXFdUmA.js} +6 -6
- package/dist/{node-sqlite-dialect-CfkKTzbw.js.map → node-sqlite-dialect-CSXFdUmA.js.map} +1 -1
- package/dist/queries.d.ts +3 -0
- package/dist/queries.js +114 -113
- package/dist/queries.js.map +1 -1
- package/package.json +1 -2
|
@@ -6194,16 +6194,16 @@ async function qd(t, e) {
|
|
|
6194
6194
|
if (t.database)
|
|
6195
6195
|
typeof t.database == "function" ? r = t.database(t) : r = await e(t);
|
|
6196
6196
|
else {
|
|
6197
|
-
const n = Rr(t), i = Object.keys(n).reduce((o, a) => (o[a] = [], o), {}), { memoryAdapter: s } = await import("./index-
|
|
6197
|
+
const n = Rr(t), i = Object.keys(n).reduce((o, a) => (o[a] = [], o), {}), { memoryAdapter: s } = await import("./index-BT7qlAad.js");
|
|
6198
6198
|
r = s(i)(t);
|
|
6199
6199
|
}
|
|
6200
6200
|
return r.transaction || (G.warn("Adapter does not correctly implement transaction function, patching it automatically. Please update your adapter implementation."), r.transaction = async (n) => n(r)), r;
|
|
6201
6201
|
}
|
|
6202
6202
|
async function Vd(t) {
|
|
6203
6203
|
return qd(t, async (e) => {
|
|
6204
|
-
const { createKyselyAdapter: r } = await import("./index-
|
|
6204
|
+
const { createKyselyAdapter: r } = await import("./index-Phhmhd_m.js"), { kysely: n, databaseType: i, transaction: s } = await r(e);
|
|
6205
6205
|
if (!n) throw new J("Failed to initialize database adapter");
|
|
6206
|
-
const { kyselyAdapter: o } = await import("./index-
|
|
6206
|
+
const { kyselyAdapter: o } = await import("./index-Phhmhd_m.js");
|
|
6207
6207
|
return o(n, {
|
|
6208
6208
|
type: i || "sqlite",
|
|
6209
6209
|
debugLogs: e.database && "debugLogs" in e.database ? e.database.debugLogs : !1,
|
|
@@ -20707,7 +20707,7 @@ const bg = async (t) => {
|
|
|
20707
20707
|
let r;
|
|
20708
20708
|
const n = oa(e);
|
|
20709
20709
|
if ("createDriver" in e && (r = e), "aggregate" in e && !("createSession" in e) && (r = new Iu({ database: e })), "getConnection" in e && (r = new Cu(e)), "connect" in e && (r = new Uu({ pool: e })), "fileControl" in e) {
|
|
20710
|
-
const { BunSqliteDialect: i } = await import("./bun-sqlite-dialect-
|
|
20710
|
+
const { BunSqliteDialect: i } = await import("./bun-sqlite-dialect-CZjbVcY_.js");
|
|
20711
20711
|
r = new i({ database: e });
|
|
20712
20712
|
}
|
|
20713
20713
|
if ("createSession" in e && typeof window > "u") {
|
|
@@ -20718,7 +20718,7 @@ const bg = async (t) => {
|
|
|
20718
20718
|
if (s !== null && typeof s == "object" && "code" in s && s.code !== "ERR_UNKNOWN_BUILTIN_MODULE") throw s;
|
|
20719
20719
|
}
|
|
20720
20720
|
if (i && e instanceof i) {
|
|
20721
|
-
const { NodeSqliteDialect: s } = await import("./node-sqlite-dialect-
|
|
20721
|
+
const { NodeSqliteDialect: s } = await import("./node-sqlite-dialect-CSXFdUmA.js");
|
|
20722
20722
|
r = new s({ database: e });
|
|
20723
20723
|
}
|
|
20724
20724
|
}
|
|
@@ -28005,17 +28005,16 @@ const ZN = {
|
|
|
28005
28005
|
export {
|
|
28006
28006
|
st as C,
|
|
28007
28007
|
ys as D,
|
|
28008
|
-
|
|
28009
|
-
|
|
28008
|
+
VN as a,
|
|
28009
|
+
bg as b,
|
|
28010
28010
|
QN as c,
|
|
28011
|
-
|
|
28012
|
-
|
|
28013
|
-
|
|
28011
|
+
oa as d,
|
|
28012
|
+
ni as e,
|
|
28013
|
+
gs as f,
|
|
28014
28014
|
YN as g,
|
|
28015
|
-
|
|
28016
|
-
|
|
28017
|
-
HN as j,
|
|
28015
|
+
ZN as h,
|
|
28016
|
+
HN as i,
|
|
28018
28017
|
G as l,
|
|
28019
28018
|
le as s
|
|
28020
28019
|
};
|
|
28021
|
-
//# sourceMappingURL=GraphQueries-
|
|
28020
|
+
//# sourceMappingURL=GraphQueries-Bx0CzlWR.js.map
|