@ocap/client 1.29.14 → 1.29.16

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": "@ocap/client",
3
- "version": "1.29.14",
3
+ "version": "1.29.16",
4
4
  "description": "graphql client to read/write data on arcblock blockchain",
5
5
  "keywords": [
6
6
  "graphql",
@@ -30,17 +30,17 @@
30
30
  "lib"
31
31
  ],
32
32
  "dependencies": {
33
- "@arcblock/did": "1.29.14",
34
- "@arcblock/did-util": "1.29.14",
35
- "@arcblock/jwt": "1.29.14",
33
+ "@arcblock/did": "1.29.16",
34
+ "@arcblock/did-util": "1.29.16",
35
+ "@arcblock/jwt": "1.29.16",
36
36
  "@arcblock/sdk-util": "^0.36.2",
37
- "@arcblock/ws": "1.29.14",
38
- "@ocap/asset": "1.29.14",
39
- "@ocap/mcrypto": "1.29.14",
40
- "@ocap/message": "1.29.14",
41
- "@ocap/proto": "1.29.14",
42
- "@ocap/util": "1.29.14",
43
- "@ocap/wallet": "1.29.14",
37
+ "@arcblock/ws": "1.29.16",
38
+ "@ocap/asset": "1.29.16",
39
+ "@ocap/mcrypto": "1.29.16",
40
+ "@ocap/message": "1.29.16",
41
+ "@ocap/proto": "1.29.16",
42
+ "@ocap/util": "1.29.16",
43
+ "@ocap/wallet": "1.29.16",
44
44
  "blueimp-md5": "^2.19.0",
45
45
  "buffer": "6.0.3",
46
46
  "debug": "^4.4.3",
@@ -52,9 +52,9 @@
52
52
  "wolfy87-eventemitter": "^5.2.9"
53
53
  },
54
54
  "devDependencies": {
55
- "@ocap/e2e-test": "1.29.14",
56
- "@ocap/tx-protocols": "1.29.14",
57
- "@ocap/tx-util": "1.29.14",
55
+ "@ocap/e2e-test": "1.29.16",
56
+ "@ocap/tx-protocols": "1.29.16",
57
+ "@ocap/tx-util": "1.29.16",
58
58
  "babel-cli": "^6.26.0",
59
59
  "babel-plugin-inline-import": "^3.0.0",
60
60
  "babel-preset-env": "^1.7.0",
@@ -94,9 +94,9 @@
94
94
  "gen-queries": "bun tools/gen-queries.ts",
95
95
  "format-docs": "remark . -o",
96
96
  "examples": "bun tools/run-example.ts",
97
- "gen-dts": "bun tools/gen-dts.ts && biome format --write src/*.d.ts",
97
+ "gen-dts": "bun tools/gen-dts.ts",
98
98
  "update-schema": "rm -f src/schema/graphql.json && bun tools/update-graphql-schema.ts",
99
- "upgrade": "npm run update-schema && npm run build && npm run gen-queries && npm run gen-types && npm run docs && npm run build && npm run lint:fix",
99
+ "upgrade": "bun tools/upgrade.ts",
100
100
  "docs": "npm run gen-dts && npm run gen-docs && npm run cleanup-docs && npm run format-docs",
101
101
  "cleanup-docs": "node ../../scripts/cleanup-docs.js docs/README.md $npm_package_name",
102
102
  "test": "bun test",