@ocap/wallet 1.18.132 → 1.18.133

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": "@ocap/wallet",
3
- "version": "1.18.132",
3
+ "version": "1.18.133",
4
4
  "description": "Utility function to create and use an forge compatible crypto wallet",
5
5
  "keywords": [
6
6
  "crypto",
@@ -27,11 +27,11 @@
27
27
  ],
28
28
  "devDependencies": {
29
29
  "@arcblock/eslint-config-ts": "0.2.3",
30
- "@types/jest": "^28.1.8",
30
+ "@types/jest": "^29.5.12",
31
31
  "@types/node": "^17.0.45",
32
32
  "eslint": "^8.25.0",
33
- "jest": "^28.1.3",
34
- "ts-jest": "^28.0.8",
33
+ "jest": "^29.7.0",
34
+ "ts-jest": "^29.2.5",
35
35
  "typescript": "^4.8.4"
36
36
  },
37
37
  "repository": {
@@ -42,7 +42,7 @@
42
42
  "lint": "eslint tests src",
43
43
  "lint:fix": "eslint --fix tests src",
44
44
  "test": "jest --forceExit --detectOpenHandles",
45
- "coverage": "yarn test -- --coverage",
45
+ "coverage": "npm run test -- --coverage",
46
46
  "clean": "rm -fr lib",
47
47
  "prebuild": "npm run clean",
48
48
  "build": "tsc",
@@ -52,9 +52,9 @@
52
52
  "url": "https://github.com/ArcBlock/blockchain/issues"
53
53
  },
54
54
  "dependencies": {
55
- "@arcblock/did": "1.18.132",
56
- "@ocap/mcrypto": "1.18.132",
57
- "@ocap/util": "1.18.132"
55
+ "@arcblock/did": "1.18.133",
56
+ "@ocap/mcrypto": "1.18.133",
57
+ "@ocap/util": "1.18.133"
58
58
  },
59
- "gitHead": "6699d47364eb94f564e0fcf6ea55b6e7ea005d0d"
59
+ "gitHead": "cd4b69aef69b4e30265c3897a22fb63c902c5d4e"
60
60
  }