@arcblock/ws 1.18.95 → 1.18.96

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@arcblock/ws",
3
- "version": "1.18.95",
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/asset-chain#readme",
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/asset-chain.git"
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/asset-chain/issues"
34
+ "url": "https://github.com/ArcBlock/blockchain/issues"
35
35
  },
36
36
  "dependencies": {
37
- "@arcblock/event-hub": "1.18.95",
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": "1d243016b59c4532a8ca6f01d810e4a8f4b3ccb2"
47
+ "gitHead": "aa29013a8114a39db09e0e787ab1e1bd94fcb453"
48
48
  }