@blocklet/server-js 1.17.8-beta-20260111-112953-aed5ff39 → 1.17.8-beta-20260115-003043-5e15c08a

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/module.js CHANGED
@@ -7,7 +7,6 @@
7
7
  * @requires @arcblock/sdk-util
8
8
  * @see ABTNodeClient
9
9
  * @example
10
- * yarn add @blocklet/server-js
11
10
  * npm i @blocklet/server-js -S
12
11
  */
13
12
  "use strict";
package/lib/module.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"module.js","names":[],"sources":["../src/module.js"],"sourcesContent":["/**\n * @fileOverview Defines the most important client library that connect webapps to abt node instance\n *\n * ABTNodeClient can be used both in node.js or in the browser\n *\n * @module @blocklet/server-js\n * @requires @arcblock/sdk-util\n * @see ABTNodeClient\n * @example\n * yarn add @blocklet/server-js\n * npm i @blocklet/server-js -S\n */\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAXA","ignoreList":[]}
1
+ {"version":3,"file":"module.js","names":[],"sources":["../src/module.js"],"sourcesContent":["/**\n * @fileOverview Defines the most important client library that connect webapps to abt node instance\n *\n * ABTNodeClient can be used both in node.js or in the browser\n *\n * @module @blocklet/server-js\n * @requires @arcblock/sdk-util\n * @see ABTNodeClient\n * @example\n * npm i @blocklet/server-js -S\n */\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAVA","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/server-js",
3
- "version": "1.17.8-beta-20260111-112953-aed5ff39",
3
+ "version": "1.17.8-beta-20260115-003043-5e15c08a",
4
4
  "description": "graphql client to read/write data on abt node",
5
5
  "keywords": [
6
6
  "graphql",
@@ -29,8 +29,8 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@arcblock/sdk-util": "^0.36.1",
32
- "@ocap/util": "^1.28.4",
33
- "@ocap/wallet": "^1.28.4",
32
+ "@ocap/util": "^1.28.5",
33
+ "@ocap/wallet": "^1.28.5",
34
34
  "axios": "^1.7.9",
35
35
  "blueimp-md5": "^2.19.0",
36
36
  "core-js": "^3.25.5",
@@ -77,5 +77,5 @@
77
77
  "webpack-bundle-analyzer": "^4.6.1",
78
78
  "webpack-cli": "^4.10.0"
79
79
  },
80
- "gitHead": "b4c76fd49b8c98c9554c37c798f58ddf334fed4c"
80
+ "gitHead": "b22c37d35c84211b50f9ca05176f2c6de59fb24d"
81
81
  }