Skip to content

Commit

Permalink
Merge pull request #245 from getAlby/chore/3.7.0
Browse files Browse the repository at this point in the history
chore: bump version
  • Loading branch information
rolznz authored Sep 1, 2024
2 parents 94b9483 + ab59e5c commit 830626c
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 524 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getalby/sdk",
"version": "3.6.1",
"version": "3.7.0",
"description": "The SDK to integrate with Nostr Wallet Connect and the Alby API",
"repository": "https://github.com/getAlby/js-sdk.git",
"bugs": "https://github.com/getAlby/js-sdk/issues",
Expand Down Expand Up @@ -42,7 +42,7 @@
"nostr-tools": "^1.17.0"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@getalby/lightning-tools": "^5.0.1",
"@types/jest": "^29.5.5",
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"sourceMap": false,
"moduleResolution": "node"
},
"ts-node": {
"esm": true
},
"include": ["src/**/*"],
"exclude": ["examples/*", "scripts/*"]
}
Loading

0 comments on commit 830626c

Please sign in to comment.