Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzzB0t committed Dec 8, 2023
1 parent f0df807 commit 58e6366
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 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/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usecannon/builder",
"version": "2.10.6-alpha.4",
"version": "2.10.6",
"description": "Assembles cannonfile.toml manifests into cannon packages.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -56,5 +56,5 @@
"node": ">=16.0.0"
},
"engineStrict": true,
"gitHead": "4f452458e7e8100861699249d27d60e3f34fbe50"
"gitHead": "f0df80734df9aa08fc824202644c454e7aa01025"
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usecannon/cli",
"version": "2.10.6-alpha.4",
"version": "2.10.6",
"description": "Utility for instantly loading cannon packages in standalone contexts",
"main": "dist/src/index.js",
"scripts": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@iarna/toml": "^3.0.0",
"@synthetixio/wei": "^2.74.1",
"@usecannon/builder": "^2.10.6-alpha.4",
"@usecannon/builder": "^2.10.6",
"chalk": "^4.1.2",
"commander": "^9.5.0",
"debug": "^4.3.4",
Expand All @@ -71,5 +71,5 @@
"tildify": "2.0.0",
"untildify": "^4.0.0"
},
"gitHead": "4f452458e7e8100861699249d27d60e3f34fbe50"
"gitHead": "f0df80734df9aa08fc824202644c454e7aa01025"
}
8 changes: 4 additions & 4 deletions packages/hardhat-cannon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardhat-cannon",
"version": "2.10.6-alpha.4",
"version": "2.10.6",
"description": "Agnostic chain construction. Select the protocols and configuration you need to quickly and easily verify your project",
"repository": "github:usecannon/cannon",
"author": "Synthetix",
Expand Down Expand Up @@ -45,12 +45,12 @@
},
"dependencies": {
"@iarna/toml": "^3.0.0",
"@usecannon/builder": "^2.10.6-alpha.4",
"@usecannon/cli": "^2.10.6-alpha.4",
"@usecannon/builder": "^2.10.6",
"@usecannon/cli": "^2.10.6",
"chalk": "^4.1.2",
"debug": "^4.3.3",
"ethers": "^5.7.1",
"fs-extra": "^10.0.1"
},
"gitHead": "4f452458e7e8100861699249d27d60e3f34fbe50"
"gitHead": "f0df80734df9aa08fc824202644c454e7aa01025"
}

0 comments on commit 58e6366

Please sign in to comment.