@ic-reactor/codegen 0.12.0 → 0.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -64,7 +64,6 @@ You can also use individual generators if you need more granular control:
64
64
 
65
65
  - **`parseDIDFile` / `extractMethods`**: Parse a `.did` file and extract method signatures.
66
66
  - **`toPascalCase` / `getReactorName` / `getServiceTypeName`**: Naming helpers.
67
- - **`generateCodecDeclarations`**: Renders a `@ic-reactor/cod` codec module from Candid (also available on the `./renderer` subpath).
68
67
 
69
68
  ## License
70
69