@rsdoctor/types 0.1.7 → 0.1.8

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.
@@ -6,6 +6,10 @@ export interface RsdoctorManifest {
6
6
  * manifest url in tos, used by inner-rsdoctor.
7
7
  */
8
8
  cloudManifestUrl?: string;
9
+ /**
10
+ * manifest data shareding file urls in tos, used by inner-rsdoctor.
11
+ */
12
+ cloudData?: Record<keyof RsdoctorManifestData, string[] | string>;
9
13
  data: RsdoctorManifestData;
10
14
  /** current build name */
11
15
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/types",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/rsdoctor",