@arcblock/vc 1.18.132 → 1.18.134

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/vc",
3
- "version": "1.18.132",
3
+ "version": "1.18.134",
4
4
  "description": "Javascript lib to work with ArcBlock Verifiable Credentials",
5
5
  "keywords": [
6
6
  "arcblock",
@@ -26,7 +26,7 @@
26
26
  "lib"
27
27
  ],
28
28
  "devDependencies": {
29
- "jest": "^27.5.1"
29
+ "jest": "^29.7.0"
30
30
  },
31
31
  "repository": {
32
32
  "type": "git",
@@ -41,20 +41,20 @@
41
41
  "gen-dts": "j2d lib/index.js",
42
42
  "format-docs": "remark . -o",
43
43
  "test": "jest --forceExit --detectOpenHandles",
44
- "coverage": "yarn test -- --coverage"
44
+ "coverage": "npm run test -- --coverage"
45
45
  },
46
46
  "bugs": {
47
47
  "url": "https://github.com/ArcBlock/blockchain/issues"
48
48
  },
49
49
  "dependencies": {
50
- "@arcblock/did": "1.18.132",
51
- "@ocap/mcrypto": "1.18.132",
52
- "@ocap/util": "1.18.132",
53
- "@ocap/wallet": "1.18.132",
54
- "debug": "^4.3.4",
50
+ "@arcblock/did": "1.18.134",
51
+ "@ocap/mcrypto": "1.18.134",
52
+ "@ocap/util": "1.18.134",
53
+ "@ocap/wallet": "1.18.134",
54
+ "debug": "^4.3.6",
55
55
  "is-absolute-url": "^3.0.3",
56
56
  "json-stable-stringify": "^1.0.1",
57
57
  "lodash": "^4.17.21"
58
58
  },
59
- "gitHead": "6699d47364eb94f564e0fcf6ea55b6e7ea005d0d"
59
+ "gitHead": "a21756466da49ac08bcdf55b33e5d8c1f69fe815"
60
60
  }