Skip to content

Commit 9899370

Browse files
Version Packages (#701)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1c3eddc commit 9899370

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

.changeset/fix-entry-functions-generation.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/codegen/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @mysten/codegen
22

3+
## 0.5.13
4+
5+
### Patch Changes
6+
7+
- 40f7878: Fix hasFunctions() to respect privateMethods configuration
8+
9+
This change fixes a bug where modules with only entry functions (no types or public functions)
10+
were not being generated even when privateMethods was set to 'entry'. The hasFunctions() method
11+
now checks the #includedFunctions set instead of only looking for public functions, ensuring
12+
consistency with the privateMethods option added in version 0.5.0.
13+
314
## 0.5.12
415

516
### Patch Changes

packages/codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mysten/codegen",
3-
"version": "0.5.12",
3+
"version": "0.5.13",
44
"description": "typescript codegen for sui move",
55
"license": "Apache-2.0",
66
"author": "Mysten Labs <[email protected]>",

0 commit comments

Comments
 (0)