@ocap/util 1.18.131 → 1.18.133
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ocap/util",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.133",
|
|
4
4
|
"description": "utils shared across multiple forge js libs, works in both node.js and browser",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"arcblock",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@arcblock/eslint-config-ts": "0.2.3",
|
|
26
26
|
"@types/base64-url": "^2.2.0",
|
|
27
|
-
"@types/jest": "^
|
|
28
|
-
"@types/lodash": "^4.
|
|
27
|
+
"@types/jest": "^29.5.12",
|
|
28
|
+
"@types/lodash": "^4.17.7",
|
|
29
29
|
"@types/node": "^17.0.45",
|
|
30
30
|
"@types/utf8": "^3.0.1",
|
|
31
31
|
"eslint": "^8.25.0",
|
|
32
|
-
"jest": "^
|
|
33
|
-
"ts-jest": "^
|
|
32
|
+
"jest": "^29.7.0",
|
|
33
|
+
"ts-jest": "^29.2.5",
|
|
34
34
|
"type-fest": "^3.1.0",
|
|
35
35
|
"typescript": "^4.8.4"
|
|
36
36
|
},
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"lint": "eslint src tests",
|
|
58
58
|
"lint:fix": "npm run lint -- --fix",
|
|
59
59
|
"test": "jest --forceExit --detectOpenHandles",
|
|
60
|
-
"coverage": "
|
|
60
|
+
"coverage": "npm run test -- --coverage",
|
|
61
61
|
"clean": "rm -fr lib",
|
|
62
62
|
"prebuild": "npm run clean",
|
|
63
63
|
"build": "tsc",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"bugs": {
|
|
67
67
|
"url": "https://github.com/ArcBlock/blockchain/issues"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "cd4b69aef69b4e30265c3897a22fb63c902c5d4e"
|
|
70
70
|
}
|