Skip to content

Commit

Permalink
fix(file): use base62 for variable names (resolves #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 12, 2024
1 parent a40ca2c commit b8d7fd2
Show file tree
Hide file tree
Showing 3 changed files with 455 additions and 915 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saucer-dev/cli",
"version": "6.0.1",
"version": "6.1.0",
"license": "MIT",
"description": "🛸 A command-line utility for saucer",
"author": "Curve (https://github.com/Curve)",
Expand Down Expand Up @@ -28,6 +28,7 @@
"build"
],
"dependencies": {
"base62": "^2.0.2",
"commander": "^12.1.0",
"eslint-plugin-neverthrow": "^1.1.4",
"eta": "^3.5.0",
Expand Down
Loading

0 comments on commit b8d7fd2

Please sign in to comment.