@blocklet/sdk 1.16.0-beta-58020de5 → 1.16.0-beta-7a7d5d97

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.
package/lib/env.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import env from '@blocklet/env';
2
+ export = env;
package/lib/env.js ADDED
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ const env_1 = __importDefault(require("@blocklet/env"));
6
+ module.exports = env_1.default;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.0-beta-58020de5",
6
+ "version": "1.16.0-beta-7a7d5d97",
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": "MIT",
28
28
  "dependencies": {
29
- "@abtnode/client": "1.16.0-beta-58020de5",
30
- "@abtnode/constant": "1.16.0-beta-58020de5",
29
+ "@abtnode/client": "1.16.0-beta-7a7d5d97",
30
+ "@abtnode/constant": "1.16.0-beta-7a7d5d97",
31
31
  "@arcblock/did": "1.18.64",
32
32
  "@arcblock/did-auth": "1.18.64",
33
33
  "@arcblock/jwt": "1.18.64",
34
34
  "@arcblock/ws": "1.18.64",
35
- "@blocklet/constant": "1.16.0-beta-58020de5",
36
- "@blocklet/env": "1.16.0-beta-58020de5",
37
- "@blocklet/meta": "1.16.0-beta-58020de5",
35
+ "@blocklet/constant": "1.16.0-beta-7a7d5d97",
36
+ "@blocklet/env": "1.16.0-beta-7a7d5d97",
37
+ "@blocklet/meta": "1.16.0-beta-7a7d5d97",
38
38
  "@did-connect/authenticator": "^2.1.46",
39
39
  "@did-connect/handler": "^2.1.46",
40
40
  "@nedb/core": "^2.1.5",
@@ -72,5 +72,5 @@
72
72
  "ts-node": "^10.9.1",
73
73
  "typescript": "^4.8.4"
74
74
  },
75
- "gitHead": "9d3f47f9827acf13e9efea38cd605d3b36f9f523"
75
+ "gitHead": "c25ddcc371454b2e2f7038aa5e64c7b7c27763cb"
76
76
  }