Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Jan 11, 2024
1 parent f57a193 commit 5baa120
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prosopo/cli",
"version": "0.2.21",
"version": "0.2.24",
"description": "CLI for Prosopo Provider",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -34,13 +34,13 @@
"@polkadot/types": "10.11.1",
"@polkadot/util": "12.6.1",
"@polkadot/util-crypto": "12.6.1",
"@prosopo/captcha-contract": "0.2.21",
"@prosopo/common": "0.2.21",
"@prosopo/contract": "0.2.21",
"@prosopo/env": "0.2.21",
"@prosopo/provider": "0.2.21",
"@prosopo/types": "0.2.21",
"@prosopo/util": "0.2.21",
"@prosopo/captcha-contract": "0.2.24",
"@prosopo/common": "0.2.24",
"@prosopo/contract": "0.2.24",
"@prosopo/env": "0.2.24",
"@prosopo/provider": "0.2.24",
"@prosopo/types": "0.2.24",
"@prosopo/util": "0.2.24",
"cors": "^2.8.5",
"cron-parser": "^4.9.0",
"dotenv": "^16.0.1",
Expand All @@ -52,7 +52,7 @@
"express": "^4.18.2",
"vite": "^4.5.0",
"vitest": "^0.34.6",
"@prosopo/config": "0.2.21",
"@prosopo/config": "0.2.24",
"@types/cors": "^2.8.14",
"tslib": "2.6.2",
"typescript": "5.1.6"
Expand Down

0 comments on commit 5baa120

Please sign in to comment.