@arcblock/event-hub 1.18.119 → 1.18.121

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 +5 -5
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.18.119",
6
+ "version": "1.18.121",
7
7
  "description": "A nodejs module for local and remote Inter Process Event",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -23,14 +23,14 @@
23
23
  ],
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@arcblock/did": "1.18.119",
27
- "@arcblock/jwt": "1.18.119",
28
- "@ocap/wallet": "1.18.119",
26
+ "@arcblock/did": "1.18.121",
27
+ "@arcblock/jwt": "1.18.121",
28
+ "@ocap/wallet": "1.18.121",
29
29
  "amp-message": "~0.1.2",
30
30
  "axon": "^2.0.3"
31
31
  },
32
32
  "devDependencies": {
33
33
  "jest": "^27.5.1"
34
34
  },
35
- "gitHead": "9fbb96ff7eaf81613bbabb1f8a76d977a5953d22"
35
+ "gitHead": "eaf67cc724b5642ad29c441fac3891186013e27c"
36
36
  }