Skip to content

Commit

Permalink
chore: bump version sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsimao committed Oct 17, 2024
1 parent 59f7720 commit 15673b7
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{
"name": "@gobob/bob-sdk",
"version": "3.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "vitest run test/*.ts",
"deploy-relay": "ts-node src/scripts/relay-genesis.ts",
"update-relay": "ts-node src/scripts/relay-retarget.ts",
"build": "tsc -p tsconfig.json",
"lint": "eslint . --ext .ts",
"format": "prettier --write {examples,src,test}",
"format:check": "prettier --check {examples,src,test}"
},
"files": [
"dist/**/*",
"!**/*.spec.*",
"!**/*.json",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"devDependencies": {
"@types/node": "^22.5.5",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"ecpair": "^2.1.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"mocha": "^10.7.3",
"nock": "^14.0.0-beta.11",
"prettier": "^3.3.3",
"tiny-secp256k1": "^2.2.3",
"ts-node": "^10.0.0",
"typescript": "^5.6.2",
"vitest": "^2.0.5",
"yargs": "^17.5.1"
},
"dependencies": {
"@scure/base": "^1.1.7",
"@scure/btc-signer": "^1.3.2",
"bitcoin-address-validation": "^2.2.3",
"bitcoinjs-lib": "^6.1.6",
"ethers": "^6.13.2"
}
"name": "@gobob/bob-sdk",
"version": "3.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "vitest run test/*.ts",
"deploy-relay": "ts-node src/scripts/relay-genesis.ts",
"update-relay": "ts-node src/scripts/relay-retarget.ts",
"build": "tsc -p tsconfig.json",
"lint": "eslint . --ext .ts",
"format": "prettier --write {examples,src,test}",
"format:check": "prettier --check {examples,src,test}"
},
"files": [
"dist/**/*",
"!**/*.spec.*",
"!**/*.json",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"devDependencies": {
"@types/node": "^22.5.5",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"ecpair": "^2.1.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"mocha": "^10.7.3",
"nock": "^14.0.0-beta.11",
"prettier": "^3.3.3",
"tiny-secp256k1": "^2.2.3",
"ts-node": "^10.0.0",
"typescript": "^5.6.2",
"vitest": "^2.0.5",
"yargs": "^17.5.1"
},
"dependencies": {
"@scure/base": "^1.1.7",
"@scure/btc-signer": "^1.3.2",
"bitcoin-address-validation": "^2.2.3",
"bitcoinjs-lib": "^6.1.6",
"ethers": "^6.13.2"
}
}

0 comments on commit 15673b7

Please sign in to comment.