@delta-comic/plugin 0.0.2 → 0.0.4
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.js +6143 -32
- package/dist/index.js.map +1 -1
- package/dist/lib/driver/index.d.ts +1 -0
- package/dist/lib/index.d.ts +1 -0
- package/dist/lib/plugin/index.d.ts +3 -0
- package/dist/pack.tgz +0 -0
- package/package.json +7 -6
package/dist/lib/index.d.ts
CHANGED
|
@@ -17,6 +17,9 @@ import type * as Auth from './auth';
|
|
|
17
17
|
export type * as Auth from './auth';
|
|
18
18
|
import type * as Resource from './resource';
|
|
19
19
|
export type * as Resource from './resource';
|
|
20
|
+
export declare const pluginEmitter: import('mitt').Emitter<{
|
|
21
|
+
definedPlugin: PluginConfig;
|
|
22
|
+
}>;
|
|
20
23
|
export interface PluginConfig {
|
|
21
24
|
name: string;
|
|
22
25
|
content?: Content.Config;
|
package/dist/pack.tgz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@delta-comic/plugin",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "空阙虱楼",
|
|
5
5
|
"homepage": "https://github.com/delta-comic/delta-comic-core",
|
|
6
6
|
"license": "AGPL-3.0-only",
|
|
@@ -33,16 +33,17 @@
|
|
|
33
33
|
"@octokit/rest": "^22.0.1",
|
|
34
34
|
"@tauri-apps/api": "^2.10.1",
|
|
35
35
|
"@tauri-apps/plugin-fs": "^2.4.5",
|
|
36
|
+
"@vitejs/plugin-vue-jsx": "^5.1.4",
|
|
36
37
|
"@vueuse/core": "^14.2.1",
|
|
37
38
|
"jszip": "^3.10.1",
|
|
38
39
|
"lz-string": "^1.5.0",
|
|
39
40
|
"mitt": "^3.0.1",
|
|
40
41
|
"userscript-meta": "^1.0.1",
|
|
41
|
-
"@delta-comic/db": "0.0.
|
|
42
|
-
"@delta-comic/
|
|
43
|
-
"@delta-comic/
|
|
44
|
-
"@delta-comic/
|
|
45
|
-
"@delta-comic/
|
|
42
|
+
"@delta-comic/db": "0.0.2",
|
|
43
|
+
"@delta-comic/ui": "0.0.2",
|
|
44
|
+
"@delta-comic/core": "0.2.0",
|
|
45
|
+
"@delta-comic/model": "0.0.2",
|
|
46
|
+
"@delta-comic/utils": "0.0.3"
|
|
46
47
|
},
|
|
47
48
|
"peerDependencies": {
|
|
48
49
|
"axios": "^1.13",
|