@did-space/core 0.2.27 → 0.2.28

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.
@@ -17,6 +17,14 @@ export interface AppBackup {
17
17
  * @memberof AppBackup
18
18
  */
19
19
  referrer: string;
20
+ /**
21
+ *
22
+ * @description 指向 server 的 did 地址
23
+ * @default ""
24
+ * @type {string}
25
+ * @memberof AppBackup
26
+ */
27
+ nodeUrl: string;
20
28
  appName: string;
21
29
  appDescription: string;
22
30
  createAt?: string;
@@ -35,6 +35,14 @@ export interface AppConnected {
35
35
  * @memberof AppConnected
36
36
  */
37
37
  referrer: string;
38
+ /**
39
+ *
40
+ * @description 指向 server 的 did 地址
41
+ * @default ""
42
+ * @type {string}
43
+ * @memberof AppBackup
44
+ */
45
+ nodeUrl: string;
38
46
  createAt?: string;
39
47
  updateAt?: string;
40
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@did-space/core",
3
- "version": "0.2.27",
3
+ "version": "0.2.28",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -61,5 +61,5 @@
61
61
  "ts-jest": "^28.0.6",
62
62
  "typescript": "^4.9.5"
63
63
  },
64
- "gitHead": "17487b35a66bacd5c286cce8d1fa2c3aa68ae1c2"
64
+ "gitHead": "7e643729c8b903013c3c6938ca6654ff029d07fa"
65
65
  }