@arcblock/jwt 1.18.113 → 1.18.115

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.113",
4
+ "version": "1.18.115",
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.113",
22
- "@ocap/mcrypto": "1.18.113",
23
- "@ocap/util": "1.18.113",
21
+ "@arcblock/did": "1.18.115",
22
+ "@ocap/mcrypto": "1.18.115",
23
+ "@ocap/util": "1.18.115",
24
24
  "debug": "^4.3.4",
25
25
  "json-stable-stringify": "^1.0.1",
26
26
  "semver": "^7.3.8"
@@ -64,5 +64,5 @@
64
64
  "build:watch": "npm run build -- -w",
65
65
  "build": "tsc"
66
66
  },
67
- "gitHead": "658f9e820479ce9ee2280f524a4e471d58cde39f"
67
+ "gitHead": "aba7f4c4ec81a37b0977da9ea7b80c9504e8d4e1"
68
68
  }