Skip to content

Commit

Permalink
version bump js v0.0.41; py v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed Mar 24, 2022
1 parent 27d4068 commit 1b401eb
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@ Visit [forta.org](https://forta.org/) to learn more about Forta. See the develop

## Changelog

### 0.0.40
### 0.0.41

- Set default `jsonRpcUrl` to https://cloudflare-eth.com
- Expose CLI functionality using `configureContainer` method
- Update CLI `init` command to also run `npm install`

### [0.0.40](https://github.com/forta-protocol/forta-agent-sdk/commit/a1b5e9562706c9034f887b1d8594ec374abf74f9)

- Fix Python SDK support for new chains
- Add terms of use prompt to CLI `init` command
- Update starter project Dockerfile to include line to enable logging

### [0.0.39](https://github.com/forta-protocol/forta-agent-sdk/commit/3da4e24f7e22a2adb6a66643a2c226ac070849b3)

- Add `keyfilePassword` config field for CI/CD pipelines
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.0.40",
"version": "0.0.41",
"license": "MIT",
"description": "Forta Agent SDK and CLI tool",
"homepage": "https://forta.org/",
Expand Down
2 changes: 1 addition & 1 deletion python-sdk/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = forta_agent
version = 0.0.14
version = 0.0.15
description = Forta Agent Python SDK
url = https://forta.org/
project_urls =
Expand Down
2 changes: 1 addition & 1 deletion starter-project/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"bignumber.js": "^9.0.1",
"forta-agent": "^0.0.40"
"forta-agent": "^0.0.41"
},
"devDependencies": {
"jest": "^27.0.6",
Expand Down
2 changes: 1 addition & 1 deletion starter-project/py/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "python3 -m pytest"
},
"dependencies": {
"forta-agent": "^0.0.40"
"forta-agent": "^0.0.41"
},
"devDependencies": {
"nodemon": "^2.0.8"
Expand Down
2 changes: 1 addition & 1 deletion starter-project/py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
forta_agent>=0.0.14
forta_agent>=0.0.15
2 changes: 1 addition & 1 deletion starter-project/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"bignumber.js": "^9.0.1",
"forta-agent": "^0.0.40"
"forta-agent": "^0.0.41"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down

0 comments on commit 1b401eb

Please sign in to comment.