delta-comic-core 0.0.9 → 0.0.10

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/pack.tgz CHANGED
Binary file
@@ -23,6 +23,7 @@ export interface Author {
23
23
  */ subscribe?: string;
24
24
  actions?: string[];
25
25
  $$meta?: MetaData;
26
+ $$plugin: string;
26
27
  }
27
28
  export interface RawItem {
28
29
  cover: image.RawImage;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "delta-comic-core",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "我曾亲眼见证神的熟视无睹.",
5
5
  "homepage": "https://github.com/wenxig/delta-comic-core",
6
6
  "repository": {