@arcblock/jwt 1.18.146 → 1.18.147

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.146",
4
+ "version": "1.18.147",
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.146",
22
- "@ocap/mcrypto": "1.18.146",
23
- "@ocap/util": "1.18.146",
21
+ "@arcblock/did": "1.18.147",
22
+ "@ocap/mcrypto": "1.18.147",
23
+ "@ocap/util": "1.18.147",
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": "ea7f3d1ad606f277b89c390364f20bf295d9e4f9"
67
+ "gitHead": "bd5eff834975d76fdb3fcd1e347f21f47e900154"
68
68
  }