@delta-comic/plugin 0.2.1 → 0.2.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.
@@ -1,5 +1,5 @@
1
- import { PluginBooter, PluginBooterSetMeta } from '../utils';
2
1
  import { PluginConfig } from '../../../plugin';
2
+ import { PluginBooter, PluginBooterSetMeta } from '../utils';
3
3
  declare class _PluginAuth extends PluginBooter {
4
4
  name: string;
5
5
  call(cfg: PluginConfig, setMeta: PluginBooterSetMeta): Promise<any>;
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.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "空阙虱楼",
5
5
  "homepage": "https://github.com/delta-comic/delta-comic-core",
6
6
  "license": "AGPL-3.0-only",
@@ -39,10 +39,10 @@
39
39
  "mitt": "^3.0.1",
40
40
  "userscript-meta": "^1.0.1",
41
41
  "vue-component-type-helpers": "^3.2.4",
42
- "@delta-comic/db": "0.0.2",
43
- "@delta-comic/utils": "0.0.3",
44
- "@delta-comic/ui": "0.0.3",
45
42
  "@delta-comic/model": "0.0.2",
43
+ "@delta-comic/utils": "0.0.3",
44
+ "@delta-comic/ui": "0.0.4",
45
+ "@delta-comic/db": "0.0.2",
46
46
  "@delta-comic/core": "0.3.0"
47
47
  },
48
48
  "devDependencies": {