@delta-comic/model 3.0.0-next.16 → 3.0.0-next.18

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +0 -4
  2. package/package.json +2 -2
package/dist/index.d.mts CHANGED
@@ -571,10 +571,6 @@ interface PluginManifest {
571
571
  id: string;
572
572
  download?: string;
573
573
  }[];
574
- entry?: {
575
- jsPath: string;
576
- cssPath?: string;
577
- };
578
574
  integrity?: {
579
575
  algorithm: 'blake3' | 'sha256';
580
576
  digest: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delta-comic/model",
3
- "version": "3.0.0-next.16",
3
+ "version": "3.0.0-next.18",
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.16",
32
+ "@delta-comic/logger": "3.0.0-next.18",
33
33
  "es-toolkit": "^1.50.0"
34
34
  },
35
35
  "devDependencies": {