@blocklet/server-js 1.16.54-beta-20251017-133309-7d40faa6 → 1.16.54-beta-20251023-041534-36eec6b9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/server-js",
3
- "version": "1.16.54-beta-20251017-133309-7d40faa6",
3
+ "version": "1.16.54-beta-20251023-041534-36eec6b9",
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.25.6",
33
- "@ocap/wallet": "1.25.6",
32
+ "@ocap/util": "^1.26.3",
33
+ "@ocap/wallet": "^1.26.3",
34
34
  "axios": "^1.7.9",
35
35
  "blueimp-md5": "^2.19.0",
36
36
  "core-js": "^3.25.5",
@@ -55,8 +55,8 @@
55
55
  "update-schema": "rm -f src/schema/graphql.json && node tools/update-graphql-schema.js",
56
56
  "upgrade": "npm run update-schema && npm run docs",
57
57
  "docs": "npm run build && npm run generate-queries && npm run generate-types && npm run generate-dts && npm run build && rm -f src/types.js-E && npm run lint:fix",
58
- "test": "node tools/jest.js",
59
- "coverage": "npm run test -- --coverage"
58
+ "test": "bun test",
59
+ "coverage": "bun test --coverage"
60
60
  },
61
61
  "repository": {
62
62
  "type": "git",
@@ -80,5 +80,5 @@
80
80
  "webpack-bundle-analyzer": "^4.6.1",
81
81
  "webpack-cli": "^4.10.0"
82
82
  },
83
- "gitHead": "78c11632ed47a75502a20c257568fc9e1655ca05"
83
+ "gitHead": "a642bc21c7c0f4aaccae2758d6b1d836d078bc1b"
84
84
  }