Skip to content

@mysten/codegen@0.10.4

Choose a tag to compare

@github-actions github-actions released this 29 Apr 21:02
· 154 commits to main since this release
8235907

Patch Changes

  • a08916e: Fix sui-ts-codegen generate <path> against fresh sui move new packages: the CLI now
    propagates non-zero exit codes (was always exiting 0 on failure), the path-arg branch parses
    packageName from Move.toml instead of using the raw path string, and the "Could not identify
    main package directory" error now includes actionable remediation.