@hashgraph/hedera-wallet-connect 2.0.1-canary.bd728d8.0 → 2.0.1-canary.c0cb237.0
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 +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hashgraph/hedera-wallet-connect",
|
3
|
-
"version": "2.0.1-canary.
|
3
|
+
"version": "2.0.1-canary.c0cb237.0",
|
4
4
|
"description": "A library to facilitate integrating Hedera with WalletConnect",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
"scripts": {
|
23
23
|
"build": "rimraf dist && tsc",
|
24
24
|
"watch": "nodemon --watch src/ --ext ts --exec \"npm run build\"",
|
25
|
-
"test": "jest",
|
25
|
+
"test": "jest --coverage",
|
26
26
|
"prepublishOnly": "rm -Rf dist && npm run test && npm run build",
|
27
27
|
"prettier:check": "prettier --check ./src/",
|
28
28
|
"prettier:fix": "prettier --write ./src/"
|
@@ -36,8 +36,8 @@
|
|
36
36
|
},
|
37
37
|
"devDependencies": {
|
38
38
|
"@swc/jest": "^0.2.37",
|
39
|
-
"@types/jest": "^
|
40
|
-
"jest": "^
|
39
|
+
"@types/jest": "^30.0.0",
|
40
|
+
"jest": "^30.0.3",
|
41
41
|
"prettier": "^3.5.3",
|
42
42
|
"ts-node": "^10.9.2",
|
43
43
|
"typescript": "^5.8.2"
|