@delta-comic/db 0.0.2 → 0.0.3
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/esm-CzppQRXP.js +2 -0
- package/dist/esm-Di_XcAT-.js +13226 -0
- package/dist/{esm-CT_qsGIx.js.map → esm-Di_XcAT-.js.map} +1 -1
- package/dist/index.js +543 -415
- package/dist/index.js.map +1 -1
- package/dist/lib/index.d.ts +1 -2
- package/dist/lib/nativeStore/index.d.ts +2 -0
- package/dist/lib/nativeStore/migrations/1_initial.d.ts +8 -0
- package/dist/pack.tgz +0 -0
- package/package.json +2 -2
- package/dist/esm-CT_qsGIx.js +0 -7812
- package/dist/esm-EM3zjw1B.js +0 -2
package/dist/lib/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Kysely, SelectQueryBuilder } from 'kysely';
|
|
2
|
-
import { MaybeRefOrGetter } from 'vue';
|
|
3
2
|
import type * as PluginArchiveDB from './plugin';
|
|
4
3
|
export * as PluginArchiveDB from './plugin';
|
|
5
4
|
import type * as FavouriteDB from './favourite';
|
|
@@ -25,4 +24,4 @@ export declare const db: import('vue').ShallowRef<Kysely<DB>, Kysely<DB>>;
|
|
|
25
24
|
export declare namespace DBUtils {
|
|
26
25
|
function countDb(sql: SelectQueryBuilder<DB, any, object>): Promise<number>;
|
|
27
26
|
}
|
|
28
|
-
export
|
|
27
|
+
export * from './nativeStore';
|
package/dist/pack.tgz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@delta-comic/db",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "空阙虱楼",
|
|
5
5
|
"homepage": "https://github.com/delta-comic/delta-comic-core",
|
|
6
6
|
"license": "AGPL-3.0-only",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"kysely": "^0.28",
|
|
41
41
|
"vue": "^3.5",
|
|
42
42
|
"@delta-comic/model": "0.0.2",
|
|
43
|
-
"@delta-comic/plugin": "0.
|
|
43
|
+
"@delta-comic/plugin": "0.3.2",
|
|
44
44
|
"@delta-comic/utils": "0.0.3"
|
|
45
45
|
},
|
|
46
46
|
"release": {
|