@ocap/client 1.20.1 → 1.20.3

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.20.1",
3
+ "version": "1.20.3",
4
4
  "description": "graphql client to read/write data on arcblock blockchain",
5
5
  "keywords": [
6
6
  "graphql",
@@ -30,17 +30,7 @@
30
30
  "lib"
31
31
  ],
32
32
  "dependencies": {
33
- "@arcblock/did": "1.20.1",
34
- "@arcblock/did-util": "1.20.1",
35
- "@arcblock/jwt": "1.20.1",
36
33
  "@arcblock/sdk-util": "^0.34.5",
37
- "@arcblock/ws": "1.20.1",
38
- "@ocap/asset": "1.20.1",
39
- "@ocap/mcrypto": "1.20.1",
40
- "@ocap/message": "1.20.1",
41
- "@ocap/proto": "1.20.1",
42
- "@ocap/util": "1.20.1",
43
- "@ocap/wallet": "1.20.1",
44
34
  "blueimp-md5": "^2.19.0",
45
35
  "buffer": "6.0.3",
46
36
  "debug": "^4.3.6",
@@ -49,7 +39,20 @@
49
39
  "lodash": "^4.17.21",
50
40
  "react-app-polyfill": "^1.0.6",
51
41
  "readable-stream": "3.6.0",
52
- "wolfy87-eventemitter": "^5.2.9"
42
+ "wolfy87-eventemitter": "^5.2.9",
43
+ "@arcblock/did": "1.20.3",
44
+ "@arcblock/did-util": "1.20.3",
45
+ "@arcblock/jwt": "1.20.3",
46
+ "@arcblock/ws": "1.20.3",
47
+ "@ocap/asset": "1.20.3",
48
+ "@ocap/mcrypto": "1.20.3",
49
+ "@ocap/message": "1.20.3",
50
+ "@ocap/proto": "1.20.3",
51
+ "@ocap/util": "1.20.3",
52
+ "@ocap/wallet": "1.20.3",
53
+ "@ocap/e2e-test": "1.20.3",
54
+ "@ocap/tx-util": "1.20.3",
55
+ "@ocap/tx-protocols": "1.20.3"
53
56
  },
54
57
  "devDependencies": {
55
58
  "babel-cli": "^6.26.0",
@@ -81,6 +84,13 @@
81
84
  ]
82
85
  ]
83
86
  },
87
+ "repository": {
88
+ "type": "git",
89
+ "url": "git+https://github.com/ArcBlock/blockchain.git"
90
+ },
91
+ "bugs": {
92
+ "url": "https://github.com/ArcBlock/blockchain/issues"
93
+ },
84
94
  "scripts": {
85
95
  "lint": "eslint src examples tests",
86
96
  "lint:fix": "eslint --fix src examples tests",
@@ -101,13 +111,5 @@
101
111
  "cleanup-docs": "node ../../scripts/cleanup-docs.js docs/README.md $npm_package_name",
102
112
  "test": "jest --forceExit --detectOpenHandles",
103
113
  "coverage": "npm run test -- --coverage"
104
- },
105
- "repository": {
106
- "type": "git",
107
- "url": "git+https://github.com/ArcBlock/blockchain.git"
108
- },
109
- "bugs": {
110
- "url": "https://github.com/ArcBlock/blockchain/issues"
111
- },
112
- "gitHead": "f73bddbe4b86106fd348e43ce9e19a626acdc9f6"
113
- }
114
+ }
115
+ }