@did-space/core 0.5.35 → 0.5.36

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.
@@ -28,6 +28,7 @@ export interface AppConnected {
28
28
  * @memberof AppConnected
29
29
  */
30
30
  appUrl: string;
31
+ appLogoUrl: string;
31
32
  /**
32
33
  *
33
34
  * @description 授权的时候用户当时在哪个网址?比如在 server 的 blocklet 的备份页面进行授权的,在blocklet 的授权页面进行授权的
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@did-space/core",
3
- "version": "0.5.35",
3
+ "version": "0.5.36",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -53,5 +53,5 @@
53
53
  "ts-jest": "^28.0.8",
54
54
  "typescript": "^4.9.5"
55
55
  },
56
- "gitHead": "830265fef4f1467de60438c7adcf994ed4a5a63f"
56
+ "gitHead": "00cc65cce3ec837b05d969b734fed8eb5e68eca8"
57
57
  }