@livestore/livestore 0.0.54-dev.31 → 0.0.54-dev.33

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.
@@ -305,9 +305,9 @@ export declare const schema: {
305
305
  migrationOptions: import("@livestore/common/dist/adapter-types.js").MigrationOptions;
306
306
  };
307
307
  export declare const parseTodos: (rawRows: ReadonlyArray<any>) => readonly {
308
- completed: boolean;
309
- text: string;
310
308
  id: string;
309
+ text: string;
310
+ completed: boolean;
311
311
  }[];
312
312
  export declare const makeTodoMvc: ({ otelTracer, otelContext, useGlobalReactivityGraph, strictMode, }?: {
313
313
  otelTracer?: otel.Tracer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livestore/livestore",
3
- "version": "0.0.54-dev.31",
3
+ "version": "0.0.54-dev.33",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -30,9 +30,9 @@
30
30
  "dependencies": {
31
31
  "@graphql-typed-document-node/core": "^3.2.0",
32
32
  "@opentelemetry/api": "^1.9.0",
33
- "@livestore/common": "0.0.54-dev.31",
34
- "effect-db-schema": "0.0.54-dev.31",
35
- "@livestore/utils": "0.0.54-dev.31"
33
+ "@livestore/common": "0.0.54-dev.33",
34
+ "effect-db-schema": "0.0.54-dev.33",
35
+ "@livestore/utils": "0.0.54-dev.33"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@opentelemetry/sdk-trace-base": "1.25.1",
@@ -44,9 +44,9 @@
44
44
  "react": "^18.3.1",
45
45
  "react-dom": "^18.3.1",
46
46
  "typescript": "5.5.4",
47
- "vite": "5.3.1",
47
+ "vite": "5.3.5",
48
48
  "vitest": "^2.0.4",
49
- "@livestore/web": "0.0.54-dev.31"
49
+ "@livestore/web": "0.0.54-dev.33"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "@tauri-apps/api": "^1.4.0",