@ocap/client 1.16.8 → 1.16.9

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/node.d.ts CHANGED
@@ -253,6 +253,7 @@ declare class GraphQLClient {
253
253
  multiSignMigrateRollupTokenTx(
254
254
  param: GraphQLClient.TxParam<GraphQLClient.MigrateRollupTokenTx>
255
255
  ): Promise<GraphQLClient.Transaction>;
256
+ multiSignCreateAssetTx(param: GraphQLClient.TxParam<GraphQLClient.CreateAssetTx>): Promise<GraphQLClient.Transaction>;
256
257
  getAccountState(
257
258
  params: GraphQLClient.GetAccountStateParams
258
259
  ): GraphQLClient.QueryResult<GraphQLClient.ResponseGetAccountState>;
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@ocap/client",
3
- "version": "1.16.8",
3
+ "version": "1.16.9",
4
4
  "description": "graphql client to read/write data on forge powered blockchain",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "client",
8
- "forge",
9
8
  "blockchain",
10
9
  "arcblock"
11
10
  ],
@@ -17,6 +16,9 @@
17
16
  "email": "shijun@arcblock.io",
18
17
  "url": "https://github.com/wangshijun"
19
18
  },
19
+ "contributors": [
20
+ "wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
21
+ ],
20
22
  "homepage": "https://github.com/arcblock/asset-chain/forge/graphql-client",
21
23
  "license": "Apache-2.0",
22
24
  "main": "./lib/node.js",
@@ -28,16 +30,16 @@
28
30
  "lib"
29
31
  ],
30
32
  "dependencies": {
31
- "@arcblock/did": "1.16.8",
32
- "@arcblock/did-util": "1.16.8",
33
+ "@arcblock/did": "1.16.9",
34
+ "@arcblock/did-util": "1.16.9",
33
35
  "@arcblock/sdk-util": "^0.30.0",
34
- "@arcblock/ws": "1.16.8",
35
- "@ocap/asset": "1.16.8",
36
- "@ocap/mcrypto": "1.16.8",
37
- "@ocap/message": "1.16.8",
38
- "@ocap/proto": "1.16.8",
39
- "@ocap/util": "1.16.8",
40
- "@ocap/wallet": "1.16.8",
36
+ "@arcblock/ws": "1.16.9",
37
+ "@ocap/asset": "1.16.9",
38
+ "@ocap/mcrypto": "1.16.9",
39
+ "@ocap/message": "1.16.9",
40
+ "@ocap/proto": "1.16.9",
41
+ "@ocap/util": "1.16.9",
42
+ "@ocap/wallet": "1.16.9",
41
43
  "blueimp-md5": "^2.10.0",
42
44
  "debug": "^4.3.3",
43
45
  "is-absolute-url": "^3.0.3",
@@ -52,13 +54,13 @@
52
54
  "babel-preset-env": "^1.7.0",
53
55
  "eslint": "^7.31.0",
54
56
  "graphql": "14.6.0",
55
- "graphql-request": "^1.8.2",
57
+ "graphql-request": "^4.2.0",
56
58
  "inspectpack": "^4.2.1",
57
59
  "jest": "^27.3.1",
58
- "jsdoc-to-markdown": "^5.0.0",
60
+ "jsdoc-to-markdown": "^7.1.1",
59
61
  "prettier": "^2.3.2",
60
- "remark-cli": "^5.0.0",
61
- "remark-preset-github": "^0.0.9",
62
+ "remark-cli": "^10.0.1",
63
+ "remark-preset-github": "^4.0.1",
62
64
  "rimraf": "^2.6.2",
63
65
  "shelljs": "^0.8.3",
64
66
  "webpack": "^4.29.6",
@@ -69,7 +71,6 @@
69
71
  "plugins": [
70
72
  "preset-github",
71
73
  [
72
- "validate-links",
73
74
  {
74
75
  "repository": "ArcBlock/asset-chain"
75
76
  }
@@ -104,5 +105,5 @@
104
105
  "bugs": {
105
106
  "url": "https://github.com/ArcBlock/asset-chain/issues"
106
107
  },
107
- "gitHead": "15e9623edafa6fcb628f67f0c9e26e64ab01bcd2"
108
+ "gitHead": "16fb7ce43033d07f83794914f2d5dda731f80814"
108
109
  }