@soga/types 1.3.14 → 1.3.16

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/index.d.mts CHANGED
@@ -232,6 +232,7 @@ type ManifestBaiduInfo = {
232
232
  host_id: number;
233
233
  files: Record<string, {
234
234
  fs_id: number;
235
+ name: string;
235
236
  size: number;
236
237
  md5: string;
237
238
  md4: string;
@@ -250,6 +251,7 @@ type ManifestAliInfo = {
250
251
  drive_id: string;
251
252
  files: Record<string, {
252
253
  file_id: string;
254
+ name: string;
253
255
  size: number;
254
256
  sha1: string;
255
257
  md5: string;
package/dist/index.d.ts CHANGED
@@ -232,6 +232,7 @@ type ManifestBaiduInfo = {
232
232
  host_id: number;
233
233
  files: Record<string, {
234
234
  fs_id: number;
235
+ name: string;
235
236
  size: number;
236
237
  md5: string;
237
238
  md4: string;
@@ -250,6 +251,7 @@ type ManifestAliInfo = {
250
251
  drive_id: string;
251
252
  files: Record<string, {
252
253
  file_id: string;
254
+ name: string;
253
255
  size: number;
254
256
  sha1: string;
255
257
  md5: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soga/types",
3
- "version": "1.3.14",
3
+ "version": "1.3.16",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },