@blocklet/sdk 1.16.5 → 1.16.6-beta-8be2fe37

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.
@@ -89,6 +89,7 @@ class AuthService {
89
89
  'getPermissionsByRole',
90
90
  // disabled in current
91
91
  // 'configTrustedPassports',
92
+ // 'configTrustedFactories',
92
93
  ];
93
94
  const teamDid = process.env.BLOCKLET_DID;
94
95
  const apiFallback = (fn) => (params = {}, ...args) => fn({ input: { ...params, teamDid }, ...args });
package/lib/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- declare const version = "1.16.5";
1
+ declare const version = "1.16.6";
2
2
  export { version };
3
3
  declare const _default: {
4
4
  version: string;
package/lib/version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- const version = '1.16.5';
4
+ const version = '1.16.6';
5
5
  exports.version = version;
6
6
  exports.default = { version };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.5",
6
+ "version": "1.16.6-beta-8be2fe37",
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,20 +26,20 @@
26
26
  "author": "linchen1987 <linchen.1987@foxmail.com> (http://github.com/linchen1987)",
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
- "@abtnode/client": "1.16.5",
30
- "@abtnode/constant": "1.16.5",
31
- "@arcblock/did": "1.18.68",
32
- "@arcblock/did-auth": "1.18.68",
33
- "@arcblock/jwt": "1.18.68",
34
- "@arcblock/ws": "1.18.68",
35
- "@blocklet/constant": "1.16.5",
36
- "@blocklet/env": "1.16.5",
37
- "@blocklet/meta": "1.16.5",
29
+ "@abtnode/client": "1.16.6-beta-8be2fe37",
30
+ "@abtnode/constant": "1.16.6-beta-8be2fe37",
31
+ "@arcblock/did": "1.18.71",
32
+ "@arcblock/did-auth": "1.18.71",
33
+ "@arcblock/jwt": "1.18.71",
34
+ "@arcblock/ws": "1.18.71",
35
+ "@blocklet/constant": "1.16.6-beta-8be2fe37",
36
+ "@blocklet/env": "1.16.6-beta-8be2fe37",
37
+ "@blocklet/meta": "1.16.6-beta-8be2fe37",
38
38
  "@did-connect/authenticator": "^2.1.50",
39
39
  "@did-connect/handler": "^2.1.50",
40
40
  "@nedb/core": "^2.1.5",
41
- "@ocap/mcrypto": "1.18.68",
42
- "@ocap/wallet": "1.18.68",
41
+ "@ocap/mcrypto": "1.18.71",
42
+ "@ocap/wallet": "1.18.71",
43
43
  "axios": "^0.27.2",
44
44
  "cheerio": "^1.0.0-rc.12",
45
45
  "fs-extra": "^10.1.0",
@@ -72,5 +72,5 @@
72
72
  "ts-node": "^10.9.1",
73
73
  "typescript": "^4.8.4"
74
74
  },
75
- "gitHead": "229effc24ce7e12a0dbe551b2cc57825c3803745"
75
+ "gitHead": "27229a1a62850e95907b7a53e0259a809d99377b"
76
76
  }