Skip to content

Commit

Permalink
Merge pull request #26 from MultipleChain/alpha
Browse files Browse the repository at this point in the history
Alpha
  • Loading branch information
0xBeycan authored Nov 7, 2024
2 parents 83540b1 + 9accced commit d9317c7
Show file tree
Hide file tree
Showing 55 changed files with 13,795 additions and 10,975 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest",
"test-ui": "vitest watch --ui",
"coverage": "vitest run --coverage",
Expand Down Expand Up @@ -34,5 +35,8 @@
"vite-plugin-env-compatible": "^2.0.1",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.3.1"
},
"dependencies": {
"@multiplechain/utils": "^0.1.23"
}
}
4 changes: 2 additions & 2 deletions packages/networks/bitcoin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@multiplechain/bitcoin",
"version": "0.4.6",
"version": "0.4.8",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -72,7 +72,7 @@
"url": "https://github.com/MultipleChain/js/issues"
},
"dependencies": {
"@multiplechain/types": "^0.1.68",
"@multiplechain/types": "^0.1.70",
"@multiplechain/utils": "^0.1.21",
"axios": "^1.6.8",
"bitcore-lib": "^10.0.28",
Expand Down
Loading

0 comments on commit d9317c7

Please sign in to comment.