@livestore/common 0.0.48-dev.4 → 0.0.48-dev.5

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.
@@ -15,19 +15,19 @@ export declare const makeDerivedMutationDefsForTable: <TTableDef extends DbSchem
15
15
  readonly [x: string]: any;
16
16
  }>;
17
17
  update: import("./schema/mutations.js").MutationDef<`_Derived_Update_${string}`, {
18
- readonly values: {
19
- [x: string]: any;
20
- };
21
18
  readonly where: {
22
19
  [x: string]: any;
23
20
  };
24
- }, {
25
21
  readonly values: {
26
22
  [x: string]: any;
27
23
  };
24
+ }, {
28
25
  readonly where: {
29
26
  [x: string]: any;
30
27
  };
28
+ readonly values: {
29
+ [x: string]: any;
30
+ };
31
31
  }>;
32
32
  delete: import("./schema/mutations.js").MutationDef<`_Derived_Delete_${string}`, {
33
33
  readonly where: {
@@ -53,19 +53,19 @@ export declare const deriveUpdateMutationDef: <TTableDef extends DbSchema.TableD
53
53
  enabled: true;
54
54
  };
55
55
  }, Schema.Schema<any, any, never>>>(table: TTableDef) => import("./schema/mutations.js").MutationDef<`_Derived_Update_${string}`, {
56
- readonly values: {
57
- [x: string]: any;
58
- };
59
56
  readonly where: {
60
57
  [x: string]: any;
61
58
  };
62
- }, {
63
59
  readonly values: {
64
60
  [x: string]: any;
65
61
  };
62
+ }, {
66
63
  readonly where: {
67
64
  [x: string]: any;
68
65
  };
66
+ readonly values: {
67
+ [x: string]: any;
68
+ };
69
69
  }>;
70
70
  export declare const deriveDeleteMutationDef: <TTableDef extends DbSchema.TableDef<DbSchema.DefaultSqliteTableDefConstrained, boolean, TableOptions & {
71
71
  deriveMutations: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livestore/common",
3
- "version": "0.0.48-dev.4",
3
+ "version": "0.0.48-dev.5",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@opentelemetry/api": "^1.9.0",
32
- "@livestore/utils": "0.0.48-dev.4",
33
- "effect-db-schema": "0.0.48-dev.4"
32
+ "effect-db-schema": "0.0.48-dev.5",
33
+ "@livestore/utils": "0.0.48-dev.5"
34
34
  },
35
35
  "devDependencies": {
36
36
  "vitest": "^1.6.0"