@soga/types 0.1.2 → 0.1.13
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
|
-
|
|
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.
|
|
3
|
+
"version": "0.1.13",
|
|
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": "
|
|
34
|
+
"gitHead": "fd0b51d9ccc8001c61e746974666be04e72e5665"
|
|
35
35
|
}
|