@soga/types 0.1.1 → 0.1.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.
@@ -26,6 +26,7 @@ export type ManifestTxtType = {
26
26
  start: number;
27
27
  end: number;
28
28
  };
29
+ parts: string[];
29
30
  };
30
31
  export type ManifestImgType = {
31
32
  meta: {
@@ -41,6 +42,7 @@ export type ManifestImgType = {
41
42
  start: number;
42
43
  end: number;
43
44
  }[];
45
+ parts: string[];
44
46
  };
45
47
  export type ManifestMetaType = {
46
48
  birthtime: number;
@@ -153,7 +155,8 @@ export type ManifestMediaType = {
153
155
  videos: ManifestVideoItem[];
154
156
  thumbnail: ManifestThumbnailInfo;
155
157
  audio_meta: ManifestAudioMetaInfo;
156
- video_meata: ManifestVideoMetaInfo;
158
+ video_meta: ManifestVideoMetaInfo;
159
+ parts: string[];
157
160
  };
158
161
  export type Manifest = {
159
162
  baidu: ManifestBaiduType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soga/types",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -31,5 +31,5 @@
31
31
  "keywords": [],
32
32
  "author": "",
33
33
  "license": "ISC",
34
- "gitHead": "cc81e0855e5aad5e3965f89b3375f18ab6bafe13"
34
+ "gitHead": "22bd9e003d7bc4e27a517867f6e3b33996700e66"
35
35
  }