@gbozee/ultimate 0.0.2-next.29 → 0.0.2-next.30
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/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/mcp-server.cjs +1 -1
- package/dist/mcp-server.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -73035,7 +73035,7 @@ async function initSqliteDb({
|
|
|
73035
73035
|
const turso = import_3.createClient({
|
|
73036
73036
|
url: syncUrl,
|
|
73037
73037
|
authToken,
|
|
73038
|
-
intMode: "
|
|
73038
|
+
intMode: "string"
|
|
73039
73039
|
});
|
|
73040
73040
|
const db2 = import_4.drizzle(turso);
|
|
73041
73041
|
const client = {
|
package/dist/index.js
CHANGED
|
@@ -72948,7 +72948,7 @@ async function initSqliteDb({
|
|
|
72948
72948
|
const turso = import_3.createClient({
|
|
72949
72949
|
url: syncUrl,
|
|
72950
72950
|
authToken,
|
|
72951
|
-
intMode: "
|
|
72951
|
+
intMode: "string"
|
|
72952
72952
|
});
|
|
72953
72953
|
const db2 = import_4.drizzle(turso);
|
|
72954
72954
|
const client = {
|
package/dist/mcp-server.cjs
CHANGED
|
@@ -85623,7 +85623,7 @@ async function initSqliteDb({
|
|
|
85623
85623
|
const turso = import_3.createClient({
|
|
85624
85624
|
url: syncUrl,
|
|
85625
85625
|
authToken,
|
|
85626
|
-
intMode: "
|
|
85626
|
+
intMode: "string"
|
|
85627
85627
|
});
|
|
85628
85628
|
const db2 = import_4.drizzle(turso);
|
|
85629
85629
|
const client = {
|
package/dist/mcp-server.js
CHANGED
|
@@ -85596,7 +85596,7 @@ async function initSqliteDb({
|
|
|
85596
85596
|
const turso = import_3.createClient({
|
|
85597
85597
|
url: syncUrl,
|
|
85598
85598
|
authToken,
|
|
85599
|
-
intMode: "
|
|
85599
|
+
intMode: "string"
|
|
85600
85600
|
});
|
|
85601
85601
|
const db2 = import_4.drizzle(turso);
|
|
85602
85602
|
const client = {
|