@blocklet/sdk 1.16.18-beta-adeeb0b3 → 1.16.18-beta-aa01bd8e

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.
@@ -1,4 +1,7 @@
1
1
  "use strict";
2
+ /*
3
+ * @Description: 用于 sdk 中调用 blocklet-service 接口时的加解密工具库
4
+ */
2
5
  var __importDefault = (this && this.__importDefault) || function (mod) {
3
6
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
7
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.18-beta-adeeb0b3",
6
+ "version": "1.16.18-beta-aa01bd8e",
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": "Apache-2.0",
28
28
  "dependencies": {
29
- "@abtnode/client": "1.16.18-beta-adeeb0b3",
30
- "@abtnode/constant": "1.16.18-beta-adeeb0b3",
31
- "@arcblock/did": "1.18.93",
32
- "@arcblock/did-auth": "1.18.93",
33
- "@arcblock/jwt": "1.18.93",
34
- "@arcblock/ws": "1.18.93",
35
- "@blocklet/constant": "1.16.18-beta-adeeb0b3",
36
- "@blocklet/env": "1.16.18-beta-adeeb0b3",
37
- "@blocklet/meta": "1.16.18-beta-adeeb0b3",
29
+ "@abtnode/client": "1.16.18-beta-aa01bd8e",
30
+ "@abtnode/constant": "1.16.18-beta-aa01bd8e",
31
+ "@arcblock/did": "1.18.95",
32
+ "@arcblock/did-auth": "1.18.95",
33
+ "@arcblock/jwt": "1.18.95",
34
+ "@arcblock/ws": "1.18.95",
35
+ "@blocklet/constant": "1.16.18-beta-aa01bd8e",
36
+ "@blocklet/env": "1.16.18-beta-aa01bd8e",
37
+ "@blocklet/meta": "1.16.18-beta-aa01bd8e",
38
38
  "@did-connect/authenticator": "^2.2.0",
39
39
  "@did-connect/handler": "^2.2.0",
40
40
  "@nedb/core": "^2.1.5",
41
- "@ocap/mcrypto": "1.18.93",
42
- "@ocap/wallet": "1.18.93",
41
+ "@ocap/mcrypto": "1.18.95",
42
+ "@ocap/wallet": "1.18.95",
43
43
  "axios": "^0.27.2",
44
44
  "cheerio": "^1.0.0-rc.12",
45
45
  "fs-extra": "^10.1.0",
@@ -74,5 +74,5 @@
74
74
  "ts-node": "^10.9.1",
75
75
  "typescript": "^5.0.4"
76
76
  },
77
- "gitHead": "1bef55d8f6ec840d5336e5a8c113771535a1416f"
77
+ "gitHead": "2bfa63d05ad290f13eee359661e4175b857d9f9d"
78
78
  }