@arcblock/jwt 1.19.0 → 1.19.2

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 +6 -14
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.19.0",
4
+ "version": "1.19.2",
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.19.0",
22
- "@ocap/mcrypto": "1.19.0",
23
- "@ocap/util": "1.19.0",
21
+ "@arcblock/did": "1.19.2",
22
+ "@ocap/mcrypto": "1.19.2",
23
+ "@ocap/util": "1.19.2",
24
24
  "debug": "^4.3.6",
25
25
  "json-stable-stringify": "^1.0.1",
26
26
  "semver": "^7.6.3"
@@ -46,15 +46,7 @@
46
46
  ],
47
47
  "license": "Apache-2.0",
48
48
  "main": "./lib/index.js",
49
- "module": "./lib/index.js",
50
- "types": "./esm/index.d.ts",
51
- "exports": {
52
- ".": {
53
- "import": "./esm/index.js",
54
- "require": "./lib/index.js",
55
- "default": "./esm/index.js"
56
- }
57
- },
49
+ "types": "./lib/index.d.ts",
58
50
  "files": [
59
51
  "lib",
60
52
  "esm"
@@ -75,5 +67,5 @@
75
67
  "build:esm": "tsc -p tsconfig.esm.json",
76
68
  "build": "npm run build:cjs && npm run build:esm"
77
69
  },
78
- "gitHead": "1b6fac03988fb18507c8ef4c21de282762005f87"
70
+ "gitHead": "6fd339211e6500fbb5cac6401a25130e629345b9"
79
71
  }