@arcblock/jwt 1.18.140 → 1.18.143

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arcblock/jwt",
3
3
  "description": "JSON Web Token variant for arcblock DID solutions",
4
- "version": "1.18.140",
4
+ "version": "1.18.143",
5
5
  "author": {
6
6
  "name": "wangshijun",
7
7
  "email": "shijun@arcblock.io",
@@ -18,9 +18,9 @@
18
18
  "access": "public"
19
19
  },
20
20
  "dependencies": {
21
- "@arcblock/did": "1.18.140",
22
- "@ocap/mcrypto": "1.18.140",
23
- "@ocap/util": "1.18.140",
21
+ "@arcblock/did": "1.18.143",
22
+ "@ocap/mcrypto": "1.18.143",
23
+ "@ocap/util": "1.18.143",
24
24
  "debug": "^4.3.6",
25
25
  "json-stable-stringify": "^1.0.1",
26
26
  "semver": "^7.6.3"
@@ -64,5 +64,5 @@
64
64
  "build:watch": "npm run build -- -w",
65
65
  "build": "tsc"
66
66
  },
67
- "gitHead": "dff40db208094d9c1af520bd10658e2da61fd515"
67
+ "gitHead": "d60db9ab9a62de1d99cf1fba59866592860bed22"
68
68
  }