Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlitvin committed Nov 13, 2023
1 parent 5cb1e5d commit fd16a9b
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 242 deletions.
243 changes: 14 additions & 229 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.10",
"version": "2.9.11",
"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.10",
"version": "2.9.11",
"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.10",
"@usecannon/builder": "^2.9.11",
"chalk": "^4.1.2",
"commander": "^9.5.0",
"debug": "^4.3.4",
Expand Down
Loading

0 comments on commit fd16a9b

Please sign in to comment.