@arcblock/event-hub 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -9,7 +9,7 @@ A module for local and remote Inter Process Event
9
9
  Install
10
10
 
11
11
  ```shell
12
- yarn add @arcblock/event-hub
12
+ pnpm install @arcblock/event-hub
13
13
  ```
14
14
 
15
15
  Server
package/package.json CHANGED
@@ -3,19 +3,13 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.20.1",
6
+ "version": "1.20.3",
7
7
  "description": "A nodejs module for local and remote Inter Process Event",
8
8
  "main": "lib/index.js",
9
9
  "files": [
10
10
  "lib",
11
11
  "single.js"
12
12
  ],
13
- "scripts": {
14
- "lint": "eslint tests lib",
15
- "lint:fix": "eslint --fix tests lib",
16
- "test": "jest --forceExit --detectOpenHandles",
17
- "coverage": "npm run test -- --coverage"
18
- },
19
13
  "keywords": [],
20
14
  "author": "arcblock <engineer@arcblock.io>",
21
15
  "contributors": [
@@ -23,14 +17,20 @@
23
17
  ],
24
18
  "license": "MIT",
25
19
  "dependencies": {
26
- "@arcblock/did": "1.20.1",
27
- "@arcblock/jwt": "1.20.1",
28
- "@ocap/wallet": "1.20.1",
29
20
  "amp-message": "~0.1.2",
30
- "axon": "^2.0.3"
21
+ "axon": "^2.0.3",
22
+ "@arcblock/did": "1.20.3",
23
+ "@arcblock/jwt": "1.20.3",
24
+ "@ocap/wallet": "1.20.3"
31
25
  },
32
26
  "devDependencies": {
33
27
  "jest": "^29.7.0"
34
28
  },
35
- "gitHead": "f73bddbe4b86106fd348e43ce9e19a626acdc9f6"
36
- }
29
+ "gitHead": "e5764f753181ed6a7c615cd4fc6682aacf0cb7cd",
30
+ "scripts": {
31
+ "lint": "eslint tests lib",
32
+ "lint:fix": "eslint --fix tests lib",
33
+ "test": "jest --forceExit --detectOpenHandles",
34
+ "coverage": "npm run test -- --coverage"
35
+ }
36
+ }