Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Jun 3, 2024
1 parent 0be128b commit 51e2ab0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "dlc-btc-lib",
"version": "1.0.2",
"version": "1.0.3",
"description": "This library provides a comprehensive set of interfaces and functions for minting dlcBTC tokens on supported blockchains.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,22 +39,22 @@
"author": "DLC.Link",
"license": "ISC",
"devDependencies": {
"@ledgerhq/hw-transport-node-hid": "^6.28.6",
"@ledgerhq/hw-transport-webusb": "^6.28.6",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/prompts": "^2.4.9",
"concurrently": "^8.2.2",
"eslint": "^9.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lint": "^0.8.19",
"ls-lint": "^0.1.2",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"ts-node": "^10.9.2",
"typescript": "4.7.4",
"typescript-eslint": "^7.7.0",
"@ledgerhq/hw-transport-node-hid": "^6.28.6",
"@ledgerhq/hw-transport-webusb": "^6.28.6",
"typecheck": "^0.1.2",
"prettier-eslint": "^16.3.0",
"lint": "^0.8.19",
"ls-lint": "^0.1.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0"
"typescript": "4.7.4",
"typescript-eslint": "^7.7.0"
},
"dependencies": {
"@ledgerhq/hw-app-btc": "^10.2.4",
Expand Down

0 comments on commit 51e2ab0

Please sign in to comment.