@caravan/psbt 2.0.2 → 2.0.4
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caravan/psbt",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "typescript library for working with PSBTs",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"test": "vitest run src",
|
|
32
32
|
"test:coverage": "vitest run src --coverage",
|
|
33
33
|
"test:watch": "vitest src watch",
|
|
34
|
+
"test:ui": "vitest --watch --ui",
|
|
34
35
|
"lint": "eslint src/",
|
|
35
36
|
"lint:fix": "eslint --fix src/",
|
|
36
37
|
"ci": "npm run lint && npm run test",
|
|
@@ -64,6 +65,6 @@
|
|
|
64
65
|
"typescript": "^5.3.3"
|
|
65
66
|
},
|
|
66
67
|
"peerDependencies": {
|
|
67
|
-
"@caravan/bitcoin": "0.4.
|
|
68
|
+
"@caravan/bitcoin": "0.4.3"
|
|
68
69
|
}
|
|
69
70
|
}
|