@livestore/livestore 0.0.48-dev.5 → 0.0.48-dev.6

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.
@@ -315,8 +315,8 @@ export declare const schema: {
315
315
  migrationOptions: import("@livestore/common/dist/adapter-types.js").MigrationOptions;
316
316
  };
317
317
  export declare const parseTodos: (rawRows: readonly any[]) => readonly {
318
- text: string;
319
318
  id: string;
319
+ text: string;
320
320
  completed: boolean;
321
321
  }[];
322
322
  export declare const makeTodoMvc: ({ otelTracer, otelContext, useGlobalDbGraph, strictMode, }?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livestore/livestore",
3
- "version": "0.0.48-dev.5",
3
+ "version": "0.0.48-dev.6",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -38,9 +38,9 @@
38
38
  "@graphql-typed-document-node/core": "^3.2.0",
39
39
  "@opentelemetry/api": "^1.9.0",
40
40
  "lodash-es": "^4.17.21",
41
- "@livestore/common": "0.0.48-dev.5",
42
- "@livestore/utils": "0.0.48-dev.5",
43
- "effect-db-schema": "0.0.48-dev.5"
41
+ "@livestore/common": "0.0.48-dev.6",
42
+ "effect-db-schema": "0.0.48-dev.6",
43
+ "@livestore/utils": "0.0.48-dev.6"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@opentelemetry/sdk-trace-base": "1.25.0",
@@ -55,7 +55,7 @@
55
55
  "typescript": "5.4.5",
56
56
  "vite": "5.2.13",
57
57
  "vitest": "^1.6.0",
58
- "@livestore/web": "0.0.48-dev.5"
58
+ "@livestore/web": "0.0.48-dev.6"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "@tauri-apps/api": "^1.4.0",