@blocklet/sdk 1.16.15-beta-375899b6 → 1.16.15-beta-9318a201

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.
Files changed (2) hide show
  1. package/lib/config.d.ts +2 -0
  2. package/package.json +7 -7
package/lib/config.d.ts CHANGED
@@ -43,6 +43,7 @@ declare const env: Readonly<{
43
43
  name: string;
44
44
  }[];
45
45
  preferences: Record<string, any>;
46
+ componentDid: string;
46
47
  }>;
47
48
  type MountPoint = TComponentInternalInfo & {
48
49
  webEndpoint?: string;
@@ -106,6 +107,7 @@ declare const _default: {
106
107
  name: string;
107
108
  }[];
108
109
  preferences: Record<string, any>;
110
+ componentDid: string;
109
111
  }>;
110
112
  components: TComponents;
111
113
  events: EventEmitter;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.15-beta-375899b6",
6
+ "version": "1.16.15-beta-9318a201",
7
7
  "description": "graphql client to read/write data on abt node",
8
8
  "main": "lib/index.js",
9
9
  "typings": "lib/index.d.ts",
@@ -26,15 +26,15 @@
26
26
  "author": "linchen1987 <linchen.1987@foxmail.com> (http://github.com/linchen1987)",
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@abtnode/client": "1.16.15-beta-375899b6",
30
- "@abtnode/constant": "1.16.15-beta-375899b6",
29
+ "@abtnode/client": "1.16.15-beta-9318a201",
30
+ "@abtnode/constant": "1.16.15-beta-9318a201",
31
31
  "@arcblock/did": "1.18.89",
32
32
  "@arcblock/did-auth": "1.18.89",
33
33
  "@arcblock/jwt": "1.18.89",
34
34
  "@arcblock/ws": "1.18.89",
35
- "@blocklet/constant": "1.16.15-beta-375899b6",
36
- "@blocklet/env": "1.16.15-beta-375899b6",
37
- "@blocklet/meta": "1.16.15-beta-375899b6",
35
+ "@blocklet/constant": "1.16.15-beta-9318a201",
36
+ "@blocklet/env": "1.16.15-beta-9318a201",
37
+ "@blocklet/meta": "1.16.15-beta-9318a201",
38
38
  "@did-connect/authenticator": "^2.2.0",
39
39
  "@did-connect/handler": "^2.2.0",
40
40
  "@nedb/core": "^2.1.5",
@@ -74,5 +74,5 @@
74
74
  "ts-node": "^10.9.1",
75
75
  "typescript": "^5.0.4"
76
76
  },
77
- "gitHead": "c999a7f47ecdca1494eb53fc177d28899b3effc9"
77
+ "gitHead": "f3722cbd4fe10c5fa083cad7e859ecff6095060d"
78
78
  }