Skip to content

Commit

Permalink
update initializer major (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey authored Jul 20, 2023
1 parent ce9215d commit dda19c9
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": "1.0.0",
"version": "1.0.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 @@ -25,9 +25,9 @@
"@massalabs/as-types": "^1.0.0",
"@massalabs/eslint-config": "^0.0.9",
"@massalabs/massa-as-sdk": "^2.1.0",
"@massalabs/massa-web3": "^1.19.0",
"@massalabs/massa-web3": "^2.0.0",
"@massalabs/massa-sc-compiler": "^0.1.0",
"@massalabs/massa-sc-deployer": "^0.4.0",
"@massalabs/massa-sc-deployer": "^1.0.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.5.0",
"version": "1.0.0",
"description": "",
"main": "src/cli.js",
"type": "module",
Expand Down

0 comments on commit dda19c9

Please sign in to comment.