Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions create-nil-hardhat-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-nil-hardhat-project",
"version": "1.4.0",
"version": "1.5.0",
"main": "index.js",
"bin": {
"create-nil-hardhat-template": "scripts/cli.js"
Expand Down Expand Up @@ -28,7 +28,6 @@
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"dotenv": "^16.4.5",
"ts-node": "^10.9.2",
"@nilfoundation/smart-contracts": "0.7.0"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's already in the normal dependencies

"ts-node": "^10.9.2"
}
}
2 changes: 1 addition & 1 deletion hardhat-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nilfoundation/hardhat-nil-plugin",
"version": "0.1.0",
"version": "0.2.0",
"description": "Custom Hardhat plugin to enable seamless deployment and interaction with applications within =nil;",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion niljs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nilfoundation/niljs",
"author": "=nil; Foundation",
"version": "0.26.0",
"version": "0.27.0",
"repository": {
"type": "git",
"url": "git+https://github.com/NilFoundation/nil.js.git"
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions rollup-bridge-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"hardhat-deploy": "0.14.0",
"path-exists": "^5.0.0",
"yargs": "^17.7.2",
"@nilfoundation/niljs": "0.26.0",
"@nilfoundation/smart-contracts": "0.8.0"
"@nilfoundation/niljs": "0.27.0",
"@nilfoundation/smart-contracts": "0.9.0"
}
}
2 changes: 1 addition & 1 deletion smart-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nilfoundation/smart-contracts",
"version": "0.8.0",
"version": "0.9.0",
"description": "Nil smart-contracts implementations",
"sideEffects": false,
"files": [
Expand Down