@arcblock/ws 1.13.76 → 1.13.80

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # ABT Node WebSocket
1
+ # Blocklet Server WebSocket
2
2
 
3
- > ABT Node PubSub base on Websocket and Phoenix Protocol
3
+ > Blocklet Server PubSub base on Websocket and Phoenix Protocol
4
4
 
5
5
  ## Usage
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ws",
3
- "version": "1.13.76",
3
+ "version": "1.13.80",
4
4
  "description": "OCAP Chain websocket server and client",
5
5
  "keywords": [
6
6
  "websocket"
@@ -34,7 +34,7 @@
34
34
  "url": "https://github.com/ArcBlock/asset-chain/issues"
35
35
  },
36
36
  "dependencies": {
37
- "@arcblock/event-hub": "1.13.76",
37
+ "@arcblock/event-hub": "1.13.80",
38
38
  "debug": "^4.3.2",
39
39
  "eventemitter3": "^4.0.4",
40
40
  "phoenix": "1.5.12",
@@ -44,5 +44,5 @@
44
44
  "devDependencies": {
45
45
  "get-port": "^5.1.1"
46
46
  },
47
- "gitHead": "8787d19bdde22c3085645a38dcaf16a0f5e8c660"
47
+ "gitHead": "7f41804dd27327380c984ed53d5056a7c97e15d5"
48
48
  }