@delta-comic/db 3.0.0-next.18 → 3.0.0-next.19

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +2 -2
  2. package/package.json +3 -3
package/dist/index.d.mts CHANGED
@@ -81,7 +81,7 @@ declare const useUpsertItem: () => {
81
81
  belongTos: Item$3["belongTo"][];
82
82
  trx?: Kysely$1<DB>;
83
83
  }) => Promise<void>;
84
- key: (CommonQueryKey | QueryKey$5 | QueryKey$4)[];
84
+ key: (CommonQueryKey | QueryKey$4 | QueryKey$5)[];
85
85
  state: import("vue").ComputedRef<import("@pinia/colada").DataState<void, Error, undefined>>;
86
86
  status: import("vue").ShallowRef<import("@pinia/colada").DataStateStatus>;
87
87
  asyncStatus: import("vue").ShallowRef<import("@pinia/colada").AsyncStatus>;
@@ -263,7 +263,7 @@ declare const useUpsert$2: () => {
263
263
  item: StorableItem;
264
264
  trx?: Kysely$1<DB>;
265
265
  }) => Promise<void>;
266
- key: (CommonQueryKey | QueryKey$2 | QueryKey$5)[];
266
+ key: (CommonQueryKey | QueryKey$5 | QueryKey$2)[];
267
267
  state: import("vue").ComputedRef<import("@pinia/colada").DataState<void, Error, undefined>>;
268
268
  status: import("vue").ShallowRef<import("@pinia/colada").DataStateStatus>;
269
269
  asyncStatus: import("vue").ShallowRef<import("@pinia/colada").AsyncStatus>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delta-comic/db",
3
- "version": "3.0.0-next.18",
3
+ "version": "3.0.0-next.19",
4
4
  "description": "空阙虱楼",
5
5
  "homepage": "https://github.com/delta-comic/delta-comic",
6
6
  "license": "AGPL-3.0-only",
@@ -29,7 +29,7 @@
29
29
  "access": "public"
30
30
  },
31
31
  "dependencies": {
32
- "@delta-comic/logger": "3.0.0-next.18",
32
+ "@delta-comic/logger": "3.0.0-next.19",
33
33
  "@subframe7536/sqlite-wasm": "^1.3.1",
34
34
  "@tauri-apps/api": "^2.11.1",
35
35
  "@tauri-apps/plugin-sql": "^2.4.0",
@@ -47,7 +47,7 @@
47
47
  "vite-plus": "^0.2.9"
48
48
  },
49
49
  "peerDependencies": {
50
- "@delta-comic/model": "3.0.0-next.18",
50
+ "@delta-comic/model": "3.0.0-next.19",
51
51
  "@pinia/colada": "^1.4.2",
52
52
  "vue": "^3.6.0-rc.4"
53
53
  }