Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlitvin committed Nov 15, 2023
1 parent c44a373 commit b9e4ac0
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 deletions 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/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usecannon/builder",
"version": "2.9.12-dev.0",
"version": "2.9.12",
"description": "Assembles cannonfile.toml manifests into cannon packages.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usecannon/cli",
"version": "2.9.12-dev.0",
"version": "2.9.12",
"description": "Utility for instantly loading cannon packages in standalone contexts",
"main": "dist/src/index.js",
"scripts": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@iarna/toml": "^3.0.0",
"@synthetixio/wei": "^2.74.1",
"@usecannon/builder": "^2.9.12-dev.0",
"@usecannon/builder": "^2.9.12",
"chalk": "^4.1.2",
"commander": "^9.5.0",
"debug": "^4.3.4",
Expand Down
6 changes: 3 additions & 3 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.9.12-dev.0",
"version": "2.9.12",
"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 @@ -50,8 +50,8 @@
},
"dependencies": {
"@iarna/toml": "^3.0.0",
"@usecannon/builder": "^2.9.12-dev.0",
"@usecannon/cli": "^2.9.12-dev.0",
"@usecannon/builder": "^2.9.12",
"@usecannon/cli": "^2.9.12",
"adm-zip": "^0.5.9",
"chalk": "^4.1.2",
"debug": "^4.3.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cannon-registry",
"version": "2.4.24-dev.0",
"version": "2.4.24",
"private": true,
"description": "Contract registry for Cannon images",
"scripts": {
Expand All @@ -25,13 +25,13 @@
"@typechain/hardhat": "6.1.2",
"@types/mocha": "9.1.1",
"@types/node": "18.0.0",
"@usecannon/builder": "^2.9.12-dev.0",
"@usecannon/cli": "^2.9.12-dev.0",
"@usecannon/builder": "^2.9.12",
"@usecannon/cli": "^2.9.12",
"chai": "4.3.6",
"dotenv": "16.0.1",
"ethers": "5.7.1",
"hardhat": "^2.12.6",
"hardhat-cannon": "^2.9.12-dev.0",
"hardhat-cannon": "^2.9.12",
"hardhat-contract-sizer": "^2.7.0",
"hardhat-gas-reporter": "^1.0.9",
"mocha": "10.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cannon-website",
"version": "0.1.3-dev.0",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -26,8 +26,8 @@
"@types/node": "20.3.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@usecannon/builder": "^2.9.12-dev.0",
"@usecannon/cli": "^2.9.12-dev.0",
"@usecannon/builder": "^2.9.12",
"@usecannon/cli": "^2.9.12",
"@vercel/analytics": "^1.1.1",
"axios": "^1.4.0",
"chakra-react-select": "^4.7.0",
Expand Down

0 comments on commit b9e4ac0

Please sign in to comment.