Skip to content

Commit

Permalink
version bump 0.0.32; rename publish npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed Nov 18, 2021
1 parent cb8450b commit 77622f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forta-agent",
"version": "0.0.31",
"version": "0.0.32",
"license": "MIT",
"description": "Forta Agent SDK and CLI tool",
"homepage": "https://forta.org/",
Expand All @@ -18,7 +18,7 @@
},
"scripts": {
"build": "tsc --p ./tsconfig.build.json && cp -r ./starter-project ./dist && cp ./cli/commands/init/forta.config.json ./dist/cli/commands/init/forta.config.json && cp ./cli/commands/run/server/agent.proto ./dist/cli/commands/run/server/agent.proto",
"publish": "npm run build && npm publish",
"publish:forta": "npm run build && npm publish",
"publish:local": "npm link",
"test": "jest",
"python:publish": "npm run python:build && python3 -m twine upload ./python-sdk/dist/*",
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.31"
"forta-agent": "^0.0.32"
},
"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.31"
"forta-agent": "^0.0.32"
},
"devDependencies": {
"nodemon": "^2.0.8"
Expand Down
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.31"
"forta-agent": "^0.0.32"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down

0 comments on commit 77622f1

Please sign in to comment.