@arcblock/event-hub 1.18.138 → 1.18.140
Sign up to get free protection for your applications and to get access to all the features.
- 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.
|
6
|
+
"version": "1.18.140",
|
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.
|
27
|
-
"@arcblock/jwt": "1.18.
|
28
|
-
"@ocap/wallet": "1.18.
|
26
|
+
"@arcblock/did": "1.18.140",
|
27
|
+
"@arcblock/jwt": "1.18.140",
|
28
|
+
"@ocap/wallet": "1.18.140",
|
29
29
|
"amp-message": "~0.1.2",
|
30
30
|
"axon": "^2.0.3"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
33
33
|
"jest": "^29.7.0"
|
34
34
|
},
|
35
|
-
"gitHead": "
|
35
|
+
"gitHead": "dff40db208094d9c1af520bd10658e2da61fd515"
|
36
36
|
}
|