@did-space/core 0.2.30 → 0.2.32

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.
@@ -25,6 +25,14 @@ export interface AppBackup {
25
25
  * @memberof AppBackup
26
26
  */
27
27
  nodeDid: string;
28
+ /**
29
+ *
30
+ * @description 本质上是始终指向最新的 appDid,目前主要是 rotate 的 blocklet 在还原的时候会用到这个参数
31
+ * @default ""
32
+ * @type {string}
33
+ * @memberof AppBackup
34
+ */
35
+ signerDid: string;
28
36
  appName: string;
29
37
  appDescription: string;
30
38
  createAt?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@did-space/core",
3
- "version": "0.2.30",
3
+ "version": "0.2.32",
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": "5b5d09a07a210757686db2bf79a6f88e659eec81"
64
+ "gitHead": "95b1a137c2a63a0197b51c00060ef3f94c0e01a3"
65
65
  }