@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 CHANGED
@@ -73035,7 +73035,7 @@ async function initSqliteDb({
73035
73035
  const turso = import_3.createClient({
73036
73036
  url: syncUrl,
73037
73037
  authToken,
73038
- intMode: "bigint"
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: "bigint"
72951
+ intMode: "string"
72952
72952
  });
72953
72953
  const db2 = import_4.drizzle(turso);
72954
72954
  const client = {
@@ -85623,7 +85623,7 @@ async function initSqliteDb({
85623
85623
  const turso = import_3.createClient({
85624
85624
  url: syncUrl,
85625
85625
  authToken,
85626
- intMode: "bigint"
85626
+ intMode: "string"
85627
85627
  });
85628
85628
  const db2 = import_4.drizzle(turso);
85629
85629
  const client = {
@@ -85596,7 +85596,7 @@ async function initSqliteDb({
85596
85596
  const turso = import_3.createClient({
85597
85597
  url: syncUrl,
85598
85598
  authToken,
85599
- intMode: "bigint"
85599
+ intMode: "string"
85600
85600
  });
85601
85601
  const db2 = import_4.drizzle(turso);
85602
85602
  const client = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gbozee/ultimate",
3
3
  "type": "module",
4
- "version": "0.0.2-next.29",
4
+ "version": "0.0.2-next.30",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",