Skip to content

Commit

Permalink
update version of initializer for testnet 23 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey authored May 31, 2023
1 parent de5f80d commit 630bbb7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/sc-deployer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/sc-deployer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@massalabs/massa-sc-deployer",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/sc-project-initializer/commands/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@massalabs/as-types": "^1.0.0",
"@massalabs/eslint-config": "^0.0.9",
"@massalabs/massa-as-sdk": "^2.1.0",
"@massalabs/massa-web3": "^1.18.0",
"@massalabs/massa-web3": "^1.19.0",
"@massalabs/massa-sc-compiler": "^0.1.0",
"@massalabs/massa-sc-deployer": "^0.3.1",
"@massalabs/massa-sc-deployer": "^0.4.0",
"@massalabs/prettier-config-as": "^0.0.2",
"@types/node": "^18.11.10",
"assemblyscript": "^0.25.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/sc-project-initializer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@massalabs/sc-project-initializer",
"version": "0.4.0",
"version": "0.5.0",
"description": "",
"main": "src/cli.js",
"type": "module",
Expand Down

0 comments on commit 630bbb7

Please sign in to comment.