@delta-comic/db 3.0.0-next.14 → 3.0.0-next.16

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 +1 -1
  2. package/package.json +3 -3
package/dist/index.d.mts CHANGED
@@ -350,7 +350,7 @@ declare const useUpsert$1: () => {
350
350
  item: StorableItem;
351
351
  trx?: Kysely$1<DB>;
352
352
  }) => Promise<void>;
353
- key: (CommonQueryKey | QueryKey$1 | QueryKey$5)[];
353
+ key: (CommonQueryKey | QueryKey$5 | QueryKey$1)[];
354
354
  state: import("vue").ComputedRef<import("@pinia/colada").DataState<void, Error, undefined>>;
355
355
  status: import("vue").ShallowRef<import("@pinia/colada").DataStateStatus>;
356
356
  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.14",
3
+ "version": "3.0.0-next.16",
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.14",
32
+ "@delta-comic/logger": "3.0.0-next.16",
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.14",
50
+ "@delta-comic/model": "3.0.0-next.16",
51
51
  "@pinia/colada": "^1.4.2",
52
52
  "vue": "^3.6.0-rc.4"
53
53
  }