Skip to content

Commit

Permalink
release js v0.1.47
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed Dec 11, 2023
1 parent fd57e13 commit bb4758b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ We have a [bug bounty program on Immunefi](https://immunefi.com/bounty/forta). P

## Changelog

### 0.1.46
### 0.1.47

- Updated JS and TS starter project dependencies

### [0.1.46](https://github.com/forta-network/forta-bot-sdk/commit/49b10db3952e268ffc3ab4444802b471195f6391)

- Updated axios and jest dependencies

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forta-agent",
"version": "0.1.46",
"version": "0.1.47",
"license": "MIT",
"description": "Forta Agent SDK and CLI tool",
"homepage": "https://forta.org/",
Expand Down
4 changes: 2 additions & 2 deletions starter-project/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"test": "jest"
},
"dependencies": {
"forta-agent": "^0.1.46"
"forta-agent": "^0.1.47"
},
"devDependencies": {
"jest": "^27.0.6",
"jest": "^29.7.0",
"nodemon": "^2.0.8"
}
}
2 changes: 1 addition & 1 deletion starter-project/py/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test": "python3 -m pytest"
},
"dependencies": {
"forta-agent": "^0.1.46"
"forta-agent": "^0.1.47"
},
"devDependencies": {
"nodemon": "^2.0.8"
Expand Down
8 changes: 4 additions & 4 deletions starter-project/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"test": "jest"
},
"dependencies": {
"forta-agent": "^0.1.46"
"forta-agent": "^0.1.47"
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/jest": "^29.5.10",
"@types/nodemon": "^1.19.0",
"jest": "^27.0.6",
"jest": "^29.7.0",
"nodemon": "^2.0.8",
"ts-jest": "^27.0.3",
"ts-jest": "^29.1.1",
"typescript": "^4.3.4"
}
}

0 comments on commit bb4758b

Please sign in to comment.