@delta-comic/db 3.0.0-next.13 → 3.0.0-next.15
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.
- package/dist/index.d.mts +2 -2
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -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$
|
|
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>;
|
|
@@ -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$
|
|
353
|
+
key: (CommonQueryKey | QueryKey$1 | QueryKey$5)[];
|
|
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.
|
|
3
|
+
"version": "3.0.0-next.15",
|
|
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.
|
|
32
|
+
"@delta-comic/logger": "3.0.0-next.15",
|
|
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.
|
|
50
|
+
"@delta-comic/model": "3.0.0-next.15",
|
|
51
51
|
"@pinia/colada": "^1.4.2",
|
|
52
52
|
"vue": "^3.6.0-rc.4"
|
|
53
53
|
}
|