@arcblock/ws 1.18.94 → 1.18.96
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@arcblock/ws",
|
3
|
-
"version": "1.18.
|
3
|
+
"version": "1.18.96",
|
4
4
|
"description": "OCAP Chain websocket server and client",
|
5
5
|
"keywords": [
|
6
6
|
"websocket"
|
7
7
|
],
|
8
8
|
"author": "arcblock <engineer@arcblock.io>",
|
9
|
-
"homepage": "https://github.com/ArcBlock/
|
9
|
+
"homepage": "https://github.com/ArcBlock/blockchain#readme",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"main": "./lib/index.js",
|
12
12
|
"browser": "./lib/browser.js",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
},
|
23
23
|
"repository": {
|
24
24
|
"type": "git",
|
25
|
-
"url": "git+https://github.com/ArcBlock/
|
25
|
+
"url": "git+https://github.com/ArcBlock/blockchain.git"
|
26
26
|
},
|
27
27
|
"scripts": {
|
28
28
|
"lint": "eslint tests lib",
|
@@ -31,10 +31,10 @@
|
|
31
31
|
"coverage": "npm run test -- --coverage"
|
32
32
|
},
|
33
33
|
"bugs": {
|
34
|
-
"url": "https://github.com/ArcBlock/
|
34
|
+
"url": "https://github.com/ArcBlock/blockchain/issues"
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
|
-
"@arcblock/event-hub": "1.18.
|
37
|
+
"@arcblock/event-hub": "1.18.96",
|
38
38
|
"debug": "^4.3.4",
|
39
39
|
"eventemitter3": "^4.0.7",
|
40
40
|
"lodash": "^4.17.21",
|
@@ -44,5 +44,5 @@
|
|
44
44
|
"devDependencies": {
|
45
45
|
"get-port": "^5.1.1"
|
46
46
|
},
|
47
|
-
"gitHead": "
|
47
|
+
"gitHead": "aa29013a8114a39db09e0e787ab1e1bd94fcb453"
|
48
48
|
}
|