@delta-comic/model 0.0.1 → 0.0.2

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,6 +1,4 @@
1
- import { AudioSrc, MediaSrc, TextTrackInit } from 'vidstack';
2
1
  import { Component } from 'vue';
3
- import { Image } from './image';
4
2
  import { SourcedKeyMap, RStream, SourcedKeyType } from '../struct';
5
3
  import * as comment from './comment';
6
4
  import * as ep from './ep';
@@ -37,12 +35,3 @@ export declare abstract class ContentPage<T extends object = any> {
37
35
  abstract exportOffline(): Promise<T>;
38
36
  abstract ViewComp: ViewComp;
39
37
  }
40
- export declare abstract class ContentImagePage extends ContentPage {
41
- images: import('..').PromiseWithResolvers<Image[]>;
42
- }
43
- export type VideoConfig = {
44
- textTrack?: TextTrackInit[];
45
- } & Exclude<MediaSrc, string | AudioSrc>[];
46
- export declare abstract class ContentVideoPage extends ContentPage {
47
- videos: import('..').PromiseWithResolvers<VideoConfig>;
48
- }
package/dist/pack.tgz CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delta-comic/model",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "空阙虱楼",
5
5
  "homepage": "https://github.com/delta-comic/delta-comic-core",
6
6
  "license": "AGPL-3.0-only",
@@ -32,13 +32,12 @@
32
32
  "dependencies": {
33
33
  "@vueuse/core": "^14.2.1",
34
34
  "dayjs": "^1.11.19",
35
- "mitt": "^3.0.1",
36
- "vidstack": "^1.12.13"
35
+ "mitt": "^3.0.1"
37
36
  },
38
37
  "peerDependencies": {
39
38
  "vue": "^3.5",
40
- "@delta-comic/request": "0.0.1",
41
- "@delta-comic/utils": "0.0.1"
39
+ "@delta-comic/utils": "0.0.3",
40
+ "@delta-comic/request": "0.0.2"
42
41
  },
43
42
  "release": {
44
43
  "tagFormat": "model-${version}"