@arcblock/nft-template 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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/nft-template",
3
- "version": "1.18.132",
3
+ "version": "1.18.134",
4
4
  "description": "Javascript lib to work with ArcBlock NFT",
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,14 +41,14 @@
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
- "@ocap/util": "1.18.132",
50
+ "@ocap/util": "1.18.134",
51
51
  "pako": "^1.0.11"
52
52
  },
53
- "gitHead": "6699d47364eb94f564e0fcf6ea55b6e7ea005d0d"
53
+ "gitHead": "a21756466da49ac08bcdf55b33e5d8c1f69fe815"
54
54
  }