Procházet zdrojové kódy

[1.x] Publish packages (#315)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
github-actions[bot] před 10 měsíci
rodič
revize
db1f728781
33 změnil soubory, kde provedl 1101 přidání a 993 odebrání
  1. 0 5
      .changeset/giant-items-sniff.md
  2. 0 5
      .changeset/orange-penguins-relate.md
  3. 0 13
      .changeset/rich-pans-cough.md
  4. 0 6
      .changeset/serious-fireants-rescue.md
  5. 0 5
      .changeset/silent-frogs-sing.md
  6. 1 1
      packages/dynamic-codecs/package.json
  7. 1 1
      packages/dynamic-parsers/package.json
  8. 49 40
      packages/errors/CHANGELOG.md
  9. 1 1
      packages/errors/package.json
  10. 90 80
      packages/library/CHANGELOG.md
  11. 1 1
      packages/library/package.json
  12. 9 7
      packages/node-types/CHANGELOG.md
  13. 1 1
      packages/node-types/package.json
  14. 84 69
      packages/nodes-from-anchor/CHANGELOG.md
  15. 1 1
      packages/nodes-from-anchor/package.json
  16. 67 55
      packages/nodes/CHANGELOG.md
  17. 1 1
      packages/nodes/package.json
  18. 75 66
      packages/renderers-core/CHANGELOG.md
  19. 1 1
      packages/renderers-core/package.json
  20. 120 107
      packages/renderers-js-umi/CHANGELOG.md
  21. 1 1
      packages/renderers-js-umi/package.json
  22. 127 114
      packages/renderers-js/CHANGELOG.md
  23. 1 1
      packages/renderers-js/package.json
  24. 116 102
      packages/renderers-rust/CHANGELOG.md
  25. 1 1
      packages/renderers-rust/package.json
  26. 118 109
      packages/renderers/CHANGELOG.md
  27. 1 1
      packages/renderers/package.json
  28. 72 63
      packages/validators/CHANGELOG.md
  29. 1 1
      packages/validators/package.json
  30. 73 63
      packages/visitors-core/CHANGELOG.md
  31. 1 1
      packages/visitors-core/package.json
  32. 86 69
      packages/visitors/CHANGELOG.md
  33. 1 1
      packages/visitors/package.json

+ 0 - 5
.changeset/giant-items-sniff.md

@@ -1,5 +0,0 @@
----
-'@codama/visitors': minor
----
-
-Use program names when unwrapping link nodes

+ 0 - 5
.changeset/orange-penguins-relate.md

@@ -1,5 +0,0 @@
----
-'@codama/nodes': minor
----
-
-Absorb all special characters when converting string cases

+ 0 - 13
.changeset/rich-pans-cough.md

@@ -1,13 +0,0 @@
----
-'@codama/nodes-from-anchor': patch
-'@codama/renderers-js-umi': patch
-'@codama/dynamic-parsers': patch
-'@codama/dynamic-codecs': patch
-'@codama/renderers-rust': patch
-'@codama/visitors-core': patch
-'@codama/renderers-js': patch
-'@codama/visitors': patch
-'@codama/errors': patch
----
-
-Bump dependencies

+ 0 - 6
.changeset/serious-fireants-rescue.md

@@ -1,6 +0,0 @@
----
-'@codama/visitors': minor
-'@codama/nodes-from-anchor': minor
----
-
-Transform all u8 arrays by default in `transformU8ArraysToBytesVisitor`

+ 0 - 5
.changeset/silent-frogs-sing.md

@@ -1,5 +0,0 @@
----
-'@codama/renderers-rust': patch
----
-
-Use trait options for instruction data

+ 1 - 1
packages/dynamic-codecs/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/dynamic-codecs",
-    "version": "1.1.0",
+    "version": "1.1.1",
     "description": "Get codecs on demand for Codama IDLs",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 1 - 1
packages/dynamic-parsers/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/dynamic-parsers",
-    "version": "1.1.0",
+    "version": "1.1.1",
     "description": "Helpers to dynamically identify and parse accounts and instructions",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 49 - 40
packages/errors/CHANGELOG.md

@@ -1,134 +1,143 @@
 # @codama/errors
 
+## 1.2.0
+
+### Patch Changes
+
+- [#334](https://github.com/codama-idl/codama/pull/334) [`2622727`](https://github.com/codama-idl/codama/commit/2622727abf05788bf9dac51a324cfc0a1e0685a7) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Bump dependencies
+
+- Updated dependencies []:
+    - @codama/node-types@1.2.0
+
 ## 1.1.0
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/node-types@1.1.0
+- Updated dependencies []:
+    - @codama/node-types@1.1.0
 
 ## 1.0.0
 
 ### Major Changes
 
--   [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
+- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
 
 ### Patch Changes
 
--   Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
-    -   @codama/node-types@1.0.0
+- Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
+    - @codama/node-types@1.0.0
 
 ## 0.22.0
 
 ### Minor Changes
 
--   [#183](https://github.com/codama-idl/codama/pull/183) [`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
+- [#183](https://github.com/codama-idl/codama/pull/183) [`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
 
 ### Patch Changes
 
--   [#180](https://github.com/codama-idl/codama/pull/180) [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional `program` attribute to link nodes and namespace linkable nodes under their associated program.
+- [#180](https://github.com/codama-idl/codama/pull/180) [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional `program` attribute to link nodes and namespace linkable nodes under their associated program.
 
--   Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
-    -   @codama/node-types@0.22.0
+- Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    - @codama/node-types@0.22.0
 
 ## 0.21.5
 
 ### Patch Changes
 
--   [#204](https://github.com/codama-idl/codama/pull/204) [`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8) Thanks [@aspnxdd](https://github.com/aspnxdd)! - Fix `codama_ERROR__VISITORS__CANNOT_USE_OPTIONAL_ACCOUNT_AS_PDA_SEED_VALUE` instructionName string to actually print the instructionName.
+- [#204](https://github.com/codama-idl/codama/pull/204) [`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8) Thanks [@aspnxdd](https://github.com/aspnxdd)! - Fix `codama_ERROR__VISITORS__CANNOT_USE_OPTIONAL_ACCOUNT_AS_PDA_SEED_VALUE` instructionName string to actually print the instructionName.
 
--   Updated dependencies []:
-    -   @codama/node-types@0.21.5
+- Updated dependencies []:
+    - @codama/node-types@0.21.5
 
 ## 0.21.4
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/node-types@0.21.4
+- Updated dependencies []:
+    - @codama/node-types@0.21.4
 
 ## 0.21.3
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/node-types@0.21.3
+- Updated dependencies []:
+    - @codama/node-types@0.21.3
 
 ## 0.21.2
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/node-types@0.21.2
+- Updated dependencies []:
+    - @codama/node-types@0.21.2
 
 ## 0.21.1
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/node-types@0.21.1
+- Updated dependencies []:
+    - @codama/node-types@0.21.1
 
 ## 0.21.0
 
 ### Minor Changes
 
--   [#111](https://github.com/codama-idl/codama/pull/111) [`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode`
+- [#111](https://github.com/codama-idl/codama/pull/111) [`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode`
 
     A node that represents an optional item using a child `TypeNode` such that the item can either be present — i.e. `Some<T>` — or absent — i.e. `None` — depending on whether or not there are remaining bytes in the buffer.
 
 ### Patch Changes
 
--   Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
-    -   @codama/node-types@0.21.0
+- Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
+    - @codama/node-types@0.21.0
 
 ## 0.20.6
 
 ### Patch Changes
 
--   [#102](https://github.com/codama-idl/codama/pull/102) [`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama
+- [#102](https://github.com/codama-idl/codama/pull/102) [`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama
 
--   Updated dependencies []:
-    -   @codama/node-types@0.20.6
+- Updated dependencies []:
+    - @codama/node-types@0.20.6
 
 ## 0.20.5
 
 ### Patch Changes
 
--   [#42](https://github.com/codama-idl/codama/pull/42) [`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8) Thanks [@kespinola](https://github.com/kespinola)! - set anchor account seed definitions on instructions as defaultValue for the associated instruction account. Removes hoisting PDAs to the program node for the time being.
+- [#42](https://github.com/codama-idl/codama/pull/42) [`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8) Thanks [@kespinola](https://github.com/kespinola)! - set anchor account seed definitions on instructions as defaultValue for the associated instruction account. Removes hoisting PDAs to the program node for the time being.
 
--   Updated dependencies []:
-    -   @codama/node-types@0.20.5
+- Updated dependencies []:
+    - @codama/node-types@0.20.5
 
 ## 0.20.4
 
 ### Patch Changes
 
--   Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
-    -   @codama/node-types@0.20.4
+- Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
+    - @codama/node-types@0.20.4
 
 ## 0.20.3
 
 ### Patch Changes
 
--   [#40](https://github.com/codama-idl/codama/pull/40) [`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c) Thanks [@febo](https://github.com/febo)! - Fix typo in error message
+- [#40](https://github.com/codama-idl/codama/pull/40) [`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c) Thanks [@febo](https://github.com/febo)! - Fix typo in error message
 
--   Updated dependencies []:
-    -   @codama/node-types@0.20.3
+- Updated dependencies []:
+    - @codama/node-types@0.20.3
 
 ## 0.20.2
 
 ### Patch Changes
 
--   [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
+- [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
 
--   Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
-    -   @codama/node-types@0.20.2
+- Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
+    - @codama/node-types@0.20.2
 
 ## 0.20.1
 
 ### Patch Changes
 
--   [#21](https://github.com/codama-idl/codama/pull/21) [`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
+- [#21](https://github.com/codama-idl/codama/pull/21) [`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
 
--   Updated dependencies []:
-    -   @codama/node-types@0.20.1
+- Updated dependencies []:
+    - @codama/node-types@0.20.1

+ 1 - 1
packages/errors/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/errors",
-    "version": "1.1.0",
+    "version": "1.2.0",
     "description": "Error management for Codama",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 90 - 80
packages/library/CHANGELOG.md

@@ -1,163 +1,173 @@
 # codama
 
+## 1.2.0
+
+### Patch Changes
+
+- Updated dependencies [[`e55bcd7`](https://github.com/codama-idl/codama/commit/e55bcd7ee7462cb485ec8642e46208072c437f2b), [`a3225b0`](https://github.com/codama-idl/codama/commit/a3225b0e68e59746f911865653bb1d05c3aec22b), [`2622727`](https://github.com/codama-idl/codama/commit/2622727abf05788bf9dac51a324cfc0a1e0685a7), [`d956af2`](https://github.com/codama-idl/codama/commit/d956af2db05b9499e6836b765599cacb20e179b9)]:
+    - @codama/visitors@1.2.0
+    - @codama/nodes@1.2.0
+    - @codama/errors@1.2.0
+    - @codama/validators@1.2.0
+
 ## 1.1.0
 
 ### Patch Changes
 
--   Updated dependencies [[`c78f3ca`](https://github.com/codama-idl/codama/commit/c78f3ca2291d1b6aed48e65dece9f97bc8b27c03), [`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90), [`5bdd745`](https://github.com/codama-idl/codama/commit/5bdd745b313c4611fbc75e3eb03e368c4905ffce), [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c)]:
-    -   @codama/visitors@1.1.0
-    -   @codama/validators@1.1.0
-    -   @codama/errors@1.1.0
-    -   @codama/nodes@1.1.0
+- Updated dependencies [[`c78f3ca`](https://github.com/codama-idl/codama/commit/c78f3ca2291d1b6aed48e65dece9f97bc8b27c03), [`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90), [`5bdd745`](https://github.com/codama-idl/codama/commit/5bdd745b313c4611fbc75e3eb03e368c4905ffce), [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c)]:
+    - @codama/visitors@1.1.0
+    - @codama/validators@1.1.0
+    - @codama/errors@1.1.0
+    - @codama/nodes@1.1.0
 
 ## 1.0.0
 
 ### Major Changes
 
--   [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
+- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
 
 ### Patch Changes
 
--   Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
-    -   @codama/errors@1.0.0
-    -   @codama/nodes@1.0.0
-    -   @codama/validators@1.0.0
-    -   @codama/visitors@1.0.0
+- Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
+    - @codama/errors@1.0.0
+    - @codama/nodes@1.0.0
+    - @codama/validators@1.0.0
+    - @codama/visitors@1.0.0
 
 ## 0.22.0
 
 ### Patch Changes
 
--   Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
-    -   @codama/errors@0.22.0
-    -   @codama/nodes@0.22.0
-    -   @codama/validators@0.22.0
-    -   @codama/visitors@0.22.0
+- Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    - @codama/errors@0.22.0
+    - @codama/nodes@0.22.0
+    - @codama/validators@0.22.0
+    - @codama/visitors@0.22.0
 
 ## 0.21.5
 
 ### Patch Changes
 
--   Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
-    -   @codama/errors@0.21.5
-    -   @codama/nodes@0.21.5
-    -   @codama/validators@0.21.5
-    -   @codama/visitors@0.21.5
+- Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    - @codama/errors@0.21.5
+    - @codama/nodes@0.21.5
+    - @codama/validators@0.21.5
+    - @codama/visitors@0.21.5
 
 ## 0.21.4
 
 ### Patch Changes
 
--   [#181](https://github.com/codama-idl/codama/pull/181) [`28f3d38`](https://github.com/codama-idl/codama/commit/28f3d381f570859cbea1c72b7e352ad3e72db37f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix TS bug on `accept` and `update` codama function
+- [#181](https://github.com/codama-idl/codama/pull/181) [`28f3d38`](https://github.com/codama-idl/codama/commit/28f3d381f570859cbea1c72b7e352ad3e72db37f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix TS bug on `accept` and `update` codama function
 
--   Updated dependencies []:
-    -   @codama/errors@0.21.4
-    -   @codama/nodes@0.21.4
-    -   @codama/validators@0.21.4
-    -   @codama/visitors@0.21.4
+- Updated dependencies []:
+    - @codama/errors@0.21.4
+    - @codama/nodes@0.21.4
+    - @codama/validators@0.21.4
+    - @codama/visitors@0.21.4
 
 ## 0.21.3
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/validators@0.21.3
-    -   @codama/visitors@0.21.3
-    -   @codama/errors@0.21.3
-    -   @codama/nodes@0.21.3
+- Updated dependencies []:
+    - @codama/validators@0.21.3
+    - @codama/visitors@0.21.3
+    - @codama/errors@0.21.3
+    - @codama/nodes@0.21.3
 
 ## 0.21.2
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/validators@0.21.2
-    -   @codama/visitors@0.21.2
-    -   @codama/errors@0.21.2
-    -   @codama/nodes@0.21.2
+- Updated dependencies []:
+    - @codama/validators@0.21.2
+    - @codama/visitors@0.21.2
+    - @codama/errors@0.21.2
+    - @codama/nodes@0.21.2
 
 ## 0.21.1
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/validators@0.21.1
-    -   @codama/visitors@0.21.1
-    -   @codama/errors@0.21.1
-    -   @codama/nodes@0.21.1
+- Updated dependencies []:
+    - @codama/validators@0.21.1
+    - @codama/visitors@0.21.1
+    - @codama/errors@0.21.1
+    - @codama/nodes@0.21.1
 
 ## 0.21.0
 
 ### Patch Changes
 
--   Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
-    -   @codama/errors@0.21.0
-    -   @codama/nodes@0.21.0
-    -   @codama/validators@0.21.0
-    -   @codama/visitors@0.21.0
+- Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
+    - @codama/errors@0.21.0
+    - @codama/nodes@0.21.0
+    - @codama/validators@0.21.0
+    - @codama/visitors@0.21.0
 
 ## 0.20.6
 
 ### Patch Changes
 
--   [#102](https://github.com/codama-idl/codama/pull/102) [`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama
+- [#102](https://github.com/codama-idl/codama/pull/102) [`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama
 
--   Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
-    -   @codama/errors@0.20.6
-    -   @codama/nodes@0.20.6
-    -   @codama/validators@0.20.6
-    -   @codama/visitors@0.20.6
+- Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
+    - @codama/errors@0.20.6
+    - @codama/nodes@0.20.6
+    - @codama/validators@0.20.6
+    - @codama/visitors@0.20.6
 
 ## 0.20.5
 
 ### Patch Changes
 
--   Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8)]:
-    -   @codama/errors@0.20.5
-    -   @codama/nodes@0.20.5
-    -   @codama/validators@0.20.5
-    -   @codama/visitors@0.20.5
+- Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8)]:
+    - @codama/errors@0.20.5
+    - @codama/nodes@0.20.5
+    - @codama/validators@0.20.5
+    - @codama/visitors@0.20.5
 
 ## 0.20.4
 
 ### Patch Changes
 
--   Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
-    -   @codama/visitors@0.20.4
-    -   @codama/nodes@0.20.4
-    -   @codama/errors@0.20.4
-    -   @codama/validators@0.20.4
+- Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
+    - @codama/visitors@0.20.4
+    - @codama/nodes@0.20.4
+    - @codama/errors@0.20.4
+    - @codama/validators@0.20.4
 
 ## 0.20.3
 
 ### Patch Changes
 
--   Updated dependencies [[`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
-    -   @codama/errors@0.20.3
-    -   @codama/validators@0.20.3
-    -   @codama/visitors@0.20.3
-    -   @codama/nodes@0.20.3
+- Updated dependencies [[`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
+    - @codama/errors@0.20.3
+    - @codama/validators@0.20.3
+    - @codama/visitors@0.20.3
+    - @codama/nodes@0.20.3
 
 ## 0.20.2
 
 ### Patch Changes
 
--   [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
+- [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
 
--   Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
-    -   @codama/errors@0.20.2
-    -   @codama/nodes@0.20.2
-    -   @codama/validators@0.20.2
-    -   @codama/visitors@0.20.2
+- Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
+    - @codama/errors@0.20.2
+    - @codama/nodes@0.20.2
+    - @codama/validators@0.20.2
+    - @codama/visitors@0.20.2
 
 ## 0.20.1
 
 ### Patch Changes
 
--   [#21](https://github.com/codama-idl/codama/pull/21) [`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
+- [#21](https://github.com/codama-idl/codama/pull/21) [`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
 
--   Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
-    -   @codama/errors@0.20.1
-    -   @codama/nodes@0.20.1
-    -   @codama/validators@0.20.1
-    -   @codama/visitors@0.20.1
+- Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+    - @codama/errors@0.20.1
+    - @codama/nodes@0.20.1
+    - @codama/validators@0.20.1
+    - @codama/visitors@0.20.1

+ 1 - 1
packages/library/package.json

@@ -1,6 +1,6 @@
 {
     "name": "codama",
-    "version": "1.1.0",
+    "version": "1.2.0",
     "description": "A Solana framework for building standardised programs",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 9 - 7
packages/node-types/CHANGELOG.md

@@ -1,24 +1,26 @@
 # @codama/node-types
 
+## 1.2.0
+
 ## 1.1.0
 
 ## 1.0.0
 
 ### Major Changes
 
--   [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
+- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
 
 ## 0.22.0
 
 ### Minor Changes
 
--   [#183](https://github.com/codama-idl/codama/pull/183) [`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
+- [#183](https://github.com/codama-idl/codama/pull/183) [`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
 
--   [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
+- [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
 
     Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
 
--   [#180](https://github.com/codama-idl/codama/pull/180) [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional `program` attribute to link nodes and namespace linkable nodes under their associated program.
+- [#180](https://github.com/codama-idl/codama/pull/180) [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional `program` attribute to link nodes and namespace linkable nodes under their associated program.
 
 ## 0.21.5
 
@@ -34,7 +36,7 @@
 
 ### Minor Changes
 
--   [#111](https://github.com/codama-idl/codama/pull/111) [`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode`
+- [#111](https://github.com/codama-idl/codama/pull/111) [`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode`
 
     A node that represents an optional item using a child `TypeNode` such that the item can either be present — i.e. `Some<T>` — or absent — i.e. `None` — depending on whether or not there are remaining bytes in the buffer.
 
@@ -46,7 +48,7 @@
 
 ### Patch Changes
 
--   [#43](https://github.com/codama-idl/codama/pull/43) [`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow PdaValueNode to inline their own PdaNode definition
+- [#43](https://github.com/codama-idl/codama/pull/43) [`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow PdaValueNode to inline their own PdaNode definition
 
 ## 0.20.3
 
@@ -54,6 +56,6 @@
 
 ### Patch Changes
 
--   [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
+- [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
 
 ## 0.20.1

+ 1 - 1
packages/node-types/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/node-types",
-    "version": "1.1.0",
+    "version": "1.2.0",
     "description": "Node specifications for the Codama standard",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 84 - 69
packages/nodes-from-anchor/CHANGELOG.md

@@ -1,170 +1,185 @@
 # @codama/nodes-from-anchor
 
+## 1.1.0
+
+### Minor Changes
+
+- [#362](https://github.com/codama-idl/codama/pull/362) [`d956af2`](https://github.com/codama-idl/codama/commit/d956af2db05b9499e6836b765599cacb20e179b9) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Transform all u8 arrays by default in `transformU8ArraysToBytesVisitor`
+
+### Patch Changes
+
+- [#334](https://github.com/codama-idl/codama/pull/334) [`2622727`](https://github.com/codama-idl/codama/commit/2622727abf05788bf9dac51a324cfc0a1e0685a7) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Bump dependencies
+
+- Updated dependencies [[`e55bcd7`](https://github.com/codama-idl/codama/commit/e55bcd7ee7462cb485ec8642e46208072c437f2b), [`a3225b0`](https://github.com/codama-idl/codama/commit/a3225b0e68e59746f911865653bb1d05c3aec22b), [`2622727`](https://github.com/codama-idl/codama/commit/2622727abf05788bf9dac51a324cfc0a1e0685a7), [`d956af2`](https://github.com/codama-idl/codama/commit/d956af2db05b9499e6836b765599cacb20e179b9)]:
+    - @codama/visitors@1.2.0
+    - @codama/nodes@1.2.0
+    - @codama/errors@1.2.0
+
 ## 1.0.1
 
 ### Patch Changes
 
--   Updated dependencies [[`c78f3ca`](https://github.com/codama-idl/codama/commit/c78f3ca2291d1b6aed48e65dece9f97bc8b27c03), [`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90), [`5bdd745`](https://github.com/codama-idl/codama/commit/5bdd745b313c4611fbc75e3eb03e368c4905ffce), [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c)]:
-    -   @codama/visitors@1.1.0
-    -   @codama/errors@1.1.0
-    -   @codama/nodes@1.1.0
+- Updated dependencies [[`c78f3ca`](https://github.com/codama-idl/codama/commit/c78f3ca2291d1b6aed48e65dece9f97bc8b27c03), [`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90), [`5bdd745`](https://github.com/codama-idl/codama/commit/5bdd745b313c4611fbc75e3eb03e368c4905ffce), [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c)]:
+    - @codama/visitors@1.1.0
+    - @codama/errors@1.1.0
+    - @codama/nodes@1.1.0
 
 ## 1.0.0
 
 ### Major Changes
 
--   [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
+- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
 
 ### Patch Changes
 
--   Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
-    -   @codama/errors@1.0.0
-    -   @codama/nodes@1.0.0
-    -   @codama/visitors@1.0.0
+- Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
+    - @codama/errors@1.0.0
+    - @codama/nodes@1.0.0
+    - @codama/visitors@1.0.0
 
 ## 0.22.0
 
 ### Minor Changes
 
--   [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
+- [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
 
     Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
 
 ### Patch Changes
 
--   Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
-    -   @codama/errors@0.22.0
-    -   @codama/nodes@0.22.0
-    -   @codama/visitors@0.22.0
+- Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    - @codama/errors@0.22.0
+    - @codama/nodes@0.22.0
+    - @codama/visitors@0.22.0
 
 ## 0.21.3
 
 ### Patch Changes
 
--   Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
-    -   @codama/errors@0.21.5
-    -   @codama/nodes@0.21.5
-    -   @codama/visitors@0.21.5
+- Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    - @codama/errors@0.21.5
+    - @codama/nodes@0.21.5
+    - @codama/visitors@0.21.5
 
 ## 0.21.2
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/errors@0.21.4
-    -   @codama/nodes@0.21.4
-    -   @codama/visitors@0.21.4
+- Updated dependencies []:
+    - @codama/errors@0.21.4
+    - @codama/nodes@0.21.4
+    - @codama/visitors@0.21.4
 
 ## 0.21.1
 
 ### Patch Changes
 
--   [#123](https://github.com/codama-idl/codama/pull/123) [`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update prettier
+- [#123](https://github.com/codama-idl/codama/pull/123) [`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update prettier
 
--   Updated dependencies []:
-    -   @codama/visitors@0.21.3
-    -   @codama/errors@0.21.3
-    -   @codama/nodes@0.21.3
+- Updated dependencies []:
+    - @codama/visitors@0.21.3
+    - @codama/errors@0.21.3
+    - @codama/nodes@0.21.3
 
 ## 0.21.0
 
 ### Minor Changes
 
--   [`f13abb0`](https://github.com/codama-idl/codama/commit/f13abb01fc4a6fc76fe4566e3f667aab92b43480) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Bring some packages to 0.21 range
+- [`f13abb0`](https://github.com/codama-idl/codama/commit/f13abb01fc4a6fc76fe4566e3f667aab92b43480) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Bring some packages to 0.21 range
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/visitors@0.21.2
-    -   @codama/errors@0.21.2
-    -   @codama/nodes@0.21.2
+- Updated dependencies []:
+    - @codama/visitors@0.21.2
+    - @codama/errors@0.21.2
+    - @codama/nodes@0.21.2
 
 ## 0.20.10
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/visitors@0.21.1
-    -   @codama/errors@0.21.1
-    -   @codama/nodes@0.21.1
+- Updated dependencies []:
+    - @codama/visitors@0.21.1
+    - @codama/errors@0.21.1
+    - @codama/nodes@0.21.1
 
 ## 0.20.9
 
 ### Patch Changes
 
--   Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
-    -   @codama/errors@0.21.0
-    -   @codama/nodes@0.21.0
-    -   @codama/visitors@0.21.0
+- Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
+    - @codama/errors@0.21.0
+    - @codama/nodes@0.21.0
+    - @codama/visitors@0.21.0
 
 ## 0.20.8
 
 ### Patch Changes
 
--   [#109](https://github.com/codama-idl/codama/pull/109) [`4979b94`](https://github.com/codama-idl/codama/commit/4979b94720465a58538ee61bb1a4a23fd5471511) Thanks [@kespinola](https://github.com/kespinola)! - Fix argument node lookup for anchor v01 instruction pda seeds.
+- [#109](https://github.com/codama-idl/codama/pull/109) [`4979b94`](https://github.com/codama-idl/codama/commit/4979b94720465a58538ee61bb1a4a23fd5471511) Thanks [@kespinola](https://github.com/kespinola)! - Fix argument node lookup for anchor v01 instruction pda seeds.
 
--   Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
-    -   @codama/errors@0.20.6
-    -   @codama/nodes@0.20.6
-    -   @codama/visitors@0.20.6
+- Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
+    - @codama/errors@0.20.6
+    - @codama/nodes@0.20.6
+    - @codama/visitors@0.20.6
 
 ## 0.20.7
 
 ### Patch Changes
 
--   [#42](https://github.com/codama-idl/codama/pull/42) [`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8) Thanks [@kespinola](https://github.com/kespinola)! - set anchor account seed definitions on instructions as defaultValue for the associated instruction account. Removes hoisting PDAs to the program node for the time being.
+- [#42](https://github.com/codama-idl/codama/pull/42) [`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8) Thanks [@kespinola](https://github.com/kespinola)! - set anchor account seed definitions on instructions as defaultValue for the associated instruction account. Removes hoisting PDAs to the program node for the time being.
 
--   Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8)]:
-    -   @codama/errors@0.20.5
-    -   @codama/nodes@0.20.5
-    -   @codama/visitors@0.20.5
+- Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8)]:
+    - @codama/errors@0.20.5
+    - @codama/nodes@0.20.5
+    - @codama/visitors@0.20.5
 
 ## 0.20.6
 
 ### Patch Changes
 
--   Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
-    -   @codama/visitors@0.20.4
-    -   @codama/nodes@0.20.4
-    -   @codama/errors@0.20.4
+- Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
+    - @codama/visitors@0.20.4
+    - @codama/nodes@0.20.4
+    - @codama/errors@0.20.4
 
 ## 0.20.5
 
 ### Patch Changes
 
--   Updated dependencies [[`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
-    -   @codama/errors@0.20.3
-    -   @codama/visitors@0.20.3
-    -   @codama/nodes@0.20.3
+- Updated dependencies [[`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
+    - @codama/errors@0.20.3
+    - @codama/visitors@0.20.3
+    - @codama/nodes@0.20.3
 
 ## 0.20.4
 
 ### Patch Changes
 
--   [#37](https://github.com/codama-idl/codama/pull/37) [`c5bc916`](https://github.com/codama-idl/codama/commit/c5bc91609b5cb16caec13214bbe7a39e74e8d52c) Thanks [@kespinola](https://github.com/kespinola)! - Remove Anchor V01 accounts from defined types to resolve duplicate exports in generated clients
+- [#37](https://github.com/codama-idl/codama/pull/37) [`c5bc916`](https://github.com/codama-idl/codama/commit/c5bc91609b5cb16caec13214bbe7a39e74e8d52c) Thanks [@kespinola](https://github.com/kespinola)! - Remove Anchor V01 accounts from defined types to resolve duplicate exports in generated clients
 
 ## 0.20.3
 
 ### Patch Changes
 
--   [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
+- [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
 
--   Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
-    -   @codama/errors@0.20.2
-    -   @codama/nodes@0.20.2
-    -   @codama/visitors@0.20.2
+- Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
+    - @codama/errors@0.20.2
+    - @codama/nodes@0.20.2
+    - @codama/visitors@0.20.2
 
 ## 0.20.2
 
 ### Patch Changes
 
--   [#30](https://github.com/codama-idl/codama/pull/30) [`d43493e`](https://github.com/codama-idl/codama/commit/d43493e0e42c4b1064c174050a91e71c4d28e252) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix type definition of Anchor discriminators
+- [#30](https://github.com/codama-idl/codama/pull/30) [`d43493e`](https://github.com/codama-idl/codama/commit/d43493e0e42c4b1064c174050a91e71c4d28e252) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix type definition of Anchor discriminators
 
 ## 0.20.1
 
 ### Patch Changes
 
--   Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
-    -   @codama/errors@0.20.1
-    -   @codama/nodes@0.20.1
-    -   @codama/visitors@0.20.1
+- Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+    - @codama/errors@0.20.1
+    - @codama/nodes@0.20.1
+    - @codama/visitors@0.20.1

+ 1 - 1
packages/nodes-from-anchor/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/nodes-from-anchor",
-    "version": "1.0.1",
+    "version": "1.1.0",
     "description": "Node specifications and helpers for the Codama standard",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 67 - 55
packages/nodes/CHANGELOG.md

@@ -1,151 +1,163 @@
 # @codama/nodes
 
+## 1.2.0
+
+### Minor Changes
+
+- [#367](https://github.com/codama-idl/codama/pull/367) [`a3225b0`](https://github.com/codama-idl/codama/commit/a3225b0e68e59746f911865653bb1d05c3aec22b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Absorb all special characters when converting string cases
+
+### Patch Changes
+
+- Updated dependencies [[`2622727`](https://github.com/codama-idl/codama/commit/2622727abf05788bf9dac51a324cfc0a1e0685a7)]:
+    - @codama/errors@1.2.0
+    - @codama/node-types@1.2.0
+
 ## 1.1.0
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/errors@1.1.0
-    -   @codama/node-types@1.1.0
+- Updated dependencies []:
+    - @codama/errors@1.1.0
+    - @codama/node-types@1.1.0
 
 ## 1.0.0
 
 ### Major Changes
 
--   [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
+- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
 
 ### Patch Changes
 
--   Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
-    -   @codama/errors@1.0.0
-    -   @codama/node-types@1.0.0
+- Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
+    - @codama/errors@1.0.0
+    - @codama/node-types@1.0.0
 
 ## 0.22.0
 
 ### Minor Changes
 
--   [#183](https://github.com/codama-idl/codama/pull/183) [`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
+- [#183](https://github.com/codama-idl/codama/pull/183) [`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
 
--   [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
+- [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
 
     Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
 
--   [#180](https://github.com/codama-idl/codama/pull/180) [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional `program` attribute to link nodes and namespace linkable nodes under their associated program.
+- [#180](https://github.com/codama-idl/codama/pull/180) [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional `program` attribute to link nodes and namespace linkable nodes under their associated program.
 
 ### Patch Changes
 
--   Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
-    -   @codama/node-types@0.22.0
-    -   @codama/errors@0.22.0
+- Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    - @codama/node-types@0.22.0
+    - @codama/errors@0.22.0
 
 ## 0.21.5
 
 ### Patch Changes
 
--   Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
-    -   @codama/errors@0.21.5
-    -   @codama/node-types@0.21.5
+- Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    - @codama/errors@0.21.5
+    - @codama/node-types@0.21.5
 
 ## 0.21.4
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/errors@0.21.4
-    -   @codama/node-types@0.21.4
+- Updated dependencies []:
+    - @codama/errors@0.21.4
+    - @codama/node-types@0.21.4
 
 ## 0.21.3
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/errors@0.21.3
-    -   @codama/node-types@0.21.3
+- Updated dependencies []:
+    - @codama/errors@0.21.3
+    - @codama/node-types@0.21.3
 
 ## 0.21.2
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/errors@0.21.2
-    -   @codama/node-types@0.21.2
+- Updated dependencies []:
+    - @codama/errors@0.21.2
+    - @codama/node-types@0.21.2
 
 ## 0.21.1
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/errors@0.21.1
-    -   @codama/node-types@0.21.1
+- Updated dependencies []:
+    - @codama/errors@0.21.1
+    - @codama/node-types@0.21.1
 
 ## 0.21.0
 
 ### Minor Changes
 
--   [#111](https://github.com/codama-idl/codama/pull/111) [`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode`
+- [#111](https://github.com/codama-idl/codama/pull/111) [`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode`
 
     A node that represents an optional item using a child `TypeNode` such that the item can either be present — i.e. `Some<T>` — or absent — i.e. `None` — depending on whether or not there are remaining bytes in the buffer.
 
 ### Patch Changes
 
--   Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
-    -   @codama/node-types@0.21.0
-    -   @codama/errors@0.21.0
+- Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
+    - @codama/node-types@0.21.0
+    - @codama/errors@0.21.0
 
 ## 0.20.6
 
 ### Patch Changes
 
--   [#102](https://github.com/codama-idl/codama/pull/102) [`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama
+- [#102](https://github.com/codama-idl/codama/pull/102) [`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama
 
--   Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
-    -   @codama/errors@0.20.6
-    -   @codama/node-types@0.20.6
+- Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
+    - @codama/errors@0.20.6
+    - @codama/node-types@0.20.6
 
 ## 0.20.5
 
 ### Patch Changes
 
--   [#42](https://github.com/codama-idl/codama/pull/42) [`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8) Thanks [@kespinola](https://github.com/kespinola)! - set anchor account seed definitions on instructions as defaultValue for the associated instruction account. Removes hoisting PDAs to the program node for the time being.
+- [#42](https://github.com/codama-idl/codama/pull/42) [`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8) Thanks [@kespinola](https://github.com/kespinola)! - set anchor account seed definitions on instructions as defaultValue for the associated instruction account. Removes hoisting PDAs to the program node for the time being.
 
--   Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8)]:
-    -   @codama/errors@0.20.5
-    -   @codama/node-types@0.20.5
+- Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8)]:
+    - @codama/errors@0.20.5
+    - @codama/node-types@0.20.5
 
 ## 0.20.4
 
 ### Patch Changes
 
--   [#43](https://github.com/codama-idl/codama/pull/43) [`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow PdaValueNode to inline their own PdaNode definition
+- [#43](https://github.com/codama-idl/codama/pull/43) [`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow PdaValueNode to inline their own PdaNode definition
 
--   Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
-    -   @codama/node-types@0.20.4
-    -   @codama/errors@0.20.4
+- Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
+    - @codama/node-types@0.20.4
+    - @codama/errors@0.20.4
 
 ## 0.20.3
 
 ### Patch Changes
 
--   Updated dependencies [[`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
-    -   @codama/errors@0.20.3
-    -   @codama/node-types@0.20.3
+- Updated dependencies [[`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
+    - @codama/errors@0.20.3
+    - @codama/node-types@0.20.3
 
 ## 0.20.2
 
 ### Patch Changes
 
--   [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
+- [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
 
--   Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
-    -   @codama/errors@0.20.2
-    -   @codama/node-types@0.20.2
+- Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
+    - @codama/errors@0.20.2
+    - @codama/node-types@0.20.2
 
 ## 0.20.1
 
 ### Patch Changes
 
--   [#21](https://github.com/codama-idl/codama/pull/21) [`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
+- [#21](https://github.com/codama-idl/codama/pull/21) [`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
 
--   Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
-    -   @codama/errors@0.20.1
-    -   @codama/node-types@0.20.1
+- Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+    - @codama/errors@0.20.1
+    - @codama/node-types@0.20.1

+ 1 - 1
packages/nodes/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/nodes",
-    "version": "1.1.0",
+    "version": "1.2.0",
     "description": "Node specifications and helpers for the Codama standard",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 75 - 66
packages/renderers-core/CHANGELOG.md

@@ -1,156 +1,165 @@
 # @codama/renderers-core
 
+## 1.0.2
+
+### Patch Changes
+
+- Updated dependencies [[`a3225b0`](https://github.com/codama-idl/codama/commit/a3225b0e68e59746f911865653bb1d05c3aec22b), [`2622727`](https://github.com/codama-idl/codama/commit/2622727abf05788bf9dac51a324cfc0a1e0685a7)]:
+    - @codama/nodes@1.2.0
+    - @codama/visitors-core@1.2.0
+    - @codama/errors@1.2.0
+
 ## 1.0.1
 
 ### Patch Changes
 
--   Updated dependencies [[`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90), [`81dedc1`](https://github.com/codama-idl/codama/commit/81dedc195feab40bfc3aa676a633a8340ad56e24), [`4799a7f`](https://github.com/codama-idl/codama/commit/4799a7f291677304823aa206bed64baabc20eb5b), [`1f52f00`](https://github.com/codama-idl/codama/commit/1f52f00ba2a75a783879abfbaf4397c3e04e4db4), [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c), [`e95783b`](https://github.com/codama-idl/codama/commit/e95783bf02fd12327ca5b6f1c1c4e50e189dd241)]:
-    -   @codama/visitors-core@1.1.0
-    -   @codama/errors@1.1.0
-    -   @codama/nodes@1.1.0
+- Updated dependencies [[`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90), [`81dedc1`](https://github.com/codama-idl/codama/commit/81dedc195feab40bfc3aa676a633a8340ad56e24), [`4799a7f`](https://github.com/codama-idl/codama/commit/4799a7f291677304823aa206bed64baabc20eb5b), [`1f52f00`](https://github.com/codama-idl/codama/commit/1f52f00ba2a75a783879abfbaf4397c3e04e4db4), [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c), [`e95783b`](https://github.com/codama-idl/codama/commit/e95783bf02fd12327ca5b6f1c1c4e50e189dd241)]:
+    - @codama/visitors-core@1.1.0
+    - @codama/errors@1.1.0
+    - @codama/nodes@1.1.0
 
 ## 1.0.0
 
 ### Major Changes
 
--   [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
+- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
 
 ### Patch Changes
 
--   Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
-    -   @codama/errors@1.0.0
-    -   @codama/nodes@1.0.0
-    -   @codama/visitors-core@1.0.0
+- Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
+    - @codama/errors@1.0.0
+    - @codama/nodes@1.0.0
+    - @codama/visitors-core@1.0.0
 
 ## 0.22.0
 
 ### Minor Changes
 
--   [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
+- [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
 
     Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
 
 ### Patch Changes
 
--   Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
-    -   @codama/visitors-core@0.22.0
-    -   @codama/errors@0.22.0
-    -   @codama/nodes@0.22.0
+- Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    - @codama/visitors-core@0.22.0
+    - @codama/errors@0.22.0
+    - @codama/nodes@0.22.0
 
 ## 0.21.3
 
 ### Patch Changes
 
--   Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
-    -   @codama/errors@0.21.5
-    -   @codama/nodes@0.21.5
-    -   @codama/visitors-core@0.21.5
+- Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    - @codama/errors@0.21.5
+    - @codama/nodes@0.21.5
+    - @codama/visitors-core@0.21.5
 
 ## 0.21.2
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/errors@0.21.4
-    -   @codama/nodes@0.21.4
-    -   @codama/visitors-core@0.21.4
+- Updated dependencies []:
+    - @codama/errors@0.21.4
+    - @codama/nodes@0.21.4
+    - @codama/visitors-core@0.21.4
 
 ## 0.21.1
 
 ### Patch Changes
 
--   Updated dependencies [[`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6)]:
-    -   @codama/visitors-core@0.21.3
-    -   @codama/errors@0.21.3
-    -   @codama/nodes@0.21.3
+- Updated dependencies [[`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6)]:
+    - @codama/visitors-core@0.21.3
+    - @codama/errors@0.21.3
+    - @codama/nodes@0.21.3
 
 ## 0.21.0
 
 ### Minor Changes
 
--   [`f13abb0`](https://github.com/codama-idl/codama/commit/f13abb01fc4a6fc76fe4566e3f667aab92b43480) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Bring some packages to 0.21 range
+- [`f13abb0`](https://github.com/codama-idl/codama/commit/f13abb01fc4a6fc76fe4566e3f667aab92b43480) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Bring some packages to 0.21 range
 
 ### Patch Changes
 
--   Updated dependencies [[`23e3dc2`](https://github.com/codama-idl/codama/commit/23e3dc2da6072fefc40e8205c19e44b646aa40a0), [`33de843`](https://github.com/codama-idl/codama/commit/33de84386af661dc870b248b5301dafe1df2aba2)]:
-    -   @codama/visitors-core@0.21.2
-    -   @codama/errors@0.21.2
-    -   @codama/nodes@0.21.2
+- Updated dependencies [[`23e3dc2`](https://github.com/codama-idl/codama/commit/23e3dc2da6072fefc40e8205c19e44b646aa40a0), [`33de843`](https://github.com/codama-idl/codama/commit/33de84386af661dc870b248b5301dafe1df2aba2)]:
+    - @codama/visitors-core@0.21.2
+    - @codama/errors@0.21.2
+    - @codama/nodes@0.21.2
 
 ## 0.20.8
 
 ### Patch Changes
 
--   Updated dependencies [[`2e8ce36`](https://github.com/codama-idl/codama/commit/2e8ce36af43a853673b0805c86a62672869de487)]:
-    -   @codama/visitors-core@0.21.1
-    -   @codama/errors@0.21.1
-    -   @codama/nodes@0.21.1
+- Updated dependencies [[`2e8ce36`](https://github.com/codama-idl/codama/commit/2e8ce36af43a853673b0805c86a62672869de487)]:
+    - @codama/visitors-core@0.21.1
+    - @codama/errors@0.21.1
+    - @codama/nodes@0.21.1
 
 ## 0.20.7
 
 ### Patch Changes
 
--   Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
-    -   @codama/visitors-core@0.21.0
-    -   @codama/errors@0.21.0
-    -   @codama/nodes@0.21.0
+- Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
+    - @codama/visitors-core@0.21.0
+    - @codama/errors@0.21.0
+    - @codama/nodes@0.21.0
 
 ## 0.20.6
 
 ### Patch Changes
 
--   [#102](https://github.com/codama-idl/codama/pull/102) [`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama
+- [#102](https://github.com/codama-idl/codama/pull/102) [`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama
 
--   Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
-    -   @codama/errors@0.20.6
-    -   @codama/nodes@0.20.6
-    -   @codama/visitors-core@0.20.6
+- Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
+    - @codama/errors@0.20.6
+    - @codama/nodes@0.20.6
+    - @codama/visitors-core@0.20.6
 
 ## 0.20.5
 
 ### Patch Changes
 
--   Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/codama-idl/codama/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
-    -   @codama/errors@0.20.5
-    -   @codama/nodes@0.20.5
-    -   @codama/visitors-core@0.20.5
+- Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/codama-idl/codama/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
+    - @codama/errors@0.20.5
+    - @codama/nodes@0.20.5
+    - @codama/visitors-core@0.20.5
 
 ## 0.20.4
 
 ### Patch Changes
 
--   Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
-    -   @codama/nodes@0.20.4
-    -   @codama/errors@0.20.4
-    -   @codama/visitors-core@0.20.4
+- Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
+    - @codama/nodes@0.20.4
+    - @codama/errors@0.20.4
+    - @codama/visitors-core@0.20.4
 
 ## 0.20.3
 
 ### Patch Changes
 
--   Updated dependencies [[`d938e04`](https://github.com/codama-idl/codama/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
-    -   @codama/visitors-core@0.20.3
-    -   @codama/errors@0.20.3
-    -   @codama/nodes@0.20.3
+- Updated dependencies [[`d938e04`](https://github.com/codama-idl/codama/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
+    - @codama/visitors-core@0.20.3
+    - @codama/errors@0.20.3
+    - @codama/nodes@0.20.3
 
 ## 0.20.2
 
 ### Patch Changes
 
--   [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
+- [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
 
--   Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
-    -   @codama/errors@0.20.2
-    -   @codama/nodes@0.20.2
-    -   @codama/visitors-core@0.20.2
+- Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
+    - @codama/errors@0.20.2
+    - @codama/nodes@0.20.2
+    - @codama/visitors-core@0.20.2
 
 ## 0.20.1
 
 ### Patch Changes
 
--   [#21](https://github.com/codama-idl/codama/pull/21) [`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
+- [#21](https://github.com/codama-idl/codama/pull/21) [`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
 
--   Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
-    -   @codama/errors@0.20.1
-    -   @codama/nodes@0.20.1
-    -   @codama/visitors-core@0.20.1
+- Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+    - @codama/errors@0.20.1
+    - @codama/nodes@0.20.1
+    - @codama/visitors-core@0.20.1

+ 1 - 1
packages/renderers-core/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers-core",
-    "version": "1.0.1",
+    "version": "1.0.2",
     "description": "Core types and helpers for Codama renderers to use",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 120 - 107
packages/renderers-js-umi/CHANGELOG.md

@@ -1,232 +1,245 @@
 # @codama/renderers-js-umi
 
+## 1.1.1
+
+### Patch Changes
+
+- [#334](https://github.com/codama-idl/codama/pull/334) [`2622727`](https://github.com/codama-idl/codama/commit/2622727abf05788bf9dac51a324cfc0a1e0685a7) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Bump dependencies
+
+- Updated dependencies [[`a3225b0`](https://github.com/codama-idl/codama/commit/a3225b0e68e59746f911865653bb1d05c3aec22b), [`2622727`](https://github.com/codama-idl/codama/commit/2622727abf05788bf9dac51a324cfc0a1e0685a7)]:
+    - @codama/nodes@1.2.0
+    - @codama/visitors-core@1.2.0
+    - @codama/errors@1.2.0
+    - @codama/renderers-core@1.0.2
+    - @codama/validators@1.2.0
+
 ## 1.1.0
 
 ### Minor Changes
 
--   [#284](https://github.com/codama-idl/codama/pull/284) [`d1bab68`](https://github.com/codama-idl/codama/commit/d1bab68c1c987df83da9684058e1f4316d557720) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix LinkNode paths for JavaScript `getTypeManifestVisitors`
+- [#284](https://github.com/codama-idl/codama/pull/284) [`d1bab68`](https://github.com/codama-idl/codama/commit/d1bab68c1c987df83da9684058e1f4316d557720) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix LinkNode paths for JavaScript `getTypeManifestVisitors`
 
 ### Patch Changes
 
--   Updated dependencies [[`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90), [`81dedc1`](https://github.com/codama-idl/codama/commit/81dedc195feab40bfc3aa676a633a8340ad56e24), [`4799a7f`](https://github.com/codama-idl/codama/commit/4799a7f291677304823aa206bed64baabc20eb5b), [`1f52f00`](https://github.com/codama-idl/codama/commit/1f52f00ba2a75a783879abfbaf4397c3e04e4db4), [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c), [`e95783b`](https://github.com/codama-idl/codama/commit/e95783bf02fd12327ca5b6f1c1c4e50e189dd241)]:
-    -   @codama/visitors-core@1.1.0
-    -   @codama/renderers-core@1.0.1
-    -   @codama/validators@1.1.0
-    -   @codama/errors@1.1.0
-    -   @codama/nodes@1.1.0
+- Updated dependencies [[`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90), [`81dedc1`](https://github.com/codama-idl/codama/commit/81dedc195feab40bfc3aa676a633a8340ad56e24), [`4799a7f`](https://github.com/codama-idl/codama/commit/4799a7f291677304823aa206bed64baabc20eb5b), [`1f52f00`](https://github.com/codama-idl/codama/commit/1f52f00ba2a75a783879abfbaf4397c3e04e4db4), [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c), [`e95783b`](https://github.com/codama-idl/codama/commit/e95783bf02fd12327ca5b6f1c1c4e50e189dd241)]:
+    - @codama/visitors-core@1.1.0
+    - @codama/renderers-core@1.0.1
+    - @codama/validators@1.1.0
+    - @codama/errors@1.1.0
+    - @codama/nodes@1.1.0
 
 ## 1.0.1
 
 ### Patch Changes
 
--   [#245](https://github.com/codama-idl/codama/pull/245) [`e02e2ad`](https://github.com/codama-idl/codama/commit/e02e2ad9c03caacb02c4bf24d6b7d962ba3b80c6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix JS rendering issues for instruction edge cases
+- [#245](https://github.com/codama-idl/codama/pull/245) [`e02e2ad`](https://github.com/codama-idl/codama/commit/e02e2ad9c03caacb02c4bf24d6b7d962ba3b80c6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix JS rendering issues for instruction edge cases
 
 ## 1.0.0
 
 ### Major Changes
 
--   [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
+- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
 
 ### Patch Changes
 
--   Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
-    -   @codama/errors@1.0.0
-    -   @codama/nodes@1.0.0
-    -   @codama/renderers-core@1.0.0
-    -   @codama/validators@1.0.0
-    -   @codama/visitors-core@1.0.0
+- Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
+    - @codama/errors@1.0.0
+    - @codama/nodes@1.0.0
+    - @codama/renderers-core@1.0.0
+    - @codama/validators@1.0.0
+    - @codama/visitors-core@1.0.0
 
 ## 0.22.0
 
 ### Minor Changes
 
--   [#183](https://github.com/codama-idl/codama/pull/183) [`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
+- [#183](https://github.com/codama-idl/codama/pull/183) [`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
 
--   [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
+- [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
 
     Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
 
 ### Patch Changes
 
--   Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
-    -   @codama/visitors-core@0.22.0
-    -   @codama/errors@0.22.0
-    -   @codama/nodes@0.22.0
-    -   @codama/renderers-core@0.22.0
-    -   @codama/validators@0.22.0
+- Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    - @codama/visitors-core@0.22.0
+    - @codama/errors@0.22.0
+    - @codama/nodes@0.22.0
+    - @codama/renderers-core@0.22.0
+    - @codama/validators@0.22.0
 
 ## 0.21.7
 
 ### Patch Changes
 
--   Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
-    -   @codama/errors@0.21.5
-    -   @codama/nodes@0.21.5
-    -   @codama/renderers-core@0.21.3
-    -   @codama/validators@0.21.5
-    -   @codama/visitors-core@0.21.5
+- Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    - @codama/errors@0.21.5
+    - @codama/nodes@0.21.5
+    - @codama/renderers-core@0.21.3
+    - @codama/validators@0.21.5
+    - @codama/visitors-core@0.21.5
 
 ## 0.21.6
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/errors@0.21.4
-    -   @codama/nodes@0.21.4
-    -   @codama/validators@0.21.4
-    -   @codama/visitors-core@0.21.4
-    -   @codama/renderers-core@0.21.2
+- Updated dependencies []:
+    - @codama/errors@0.21.4
+    - @codama/nodes@0.21.4
+    - @codama/validators@0.21.4
+    - @codama/visitors-core@0.21.4
+    - @codama/renderers-core@0.21.2
 
 ## 0.21.5
 
 ### Patch Changes
 
--   [#123](https://github.com/codama-idl/codama/pull/123) [`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update prettier
+- [#123](https://github.com/codama-idl/codama/pull/123) [`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update prettier
 
--   Updated dependencies [[`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6)]:
-    -   @codama/visitors-core@0.21.3
-    -   @codama/renderers-core@0.21.1
-    -   @codama/validators@0.21.3
-    -   @codama/errors@0.21.3
-    -   @codama/nodes@0.21.3
+- Updated dependencies [[`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6)]:
+    - @codama/visitors-core@0.21.3
+    - @codama/renderers-core@0.21.1
+    - @codama/validators@0.21.3
+    - @codama/errors@0.21.3
+    - @codama/nodes@0.21.3
 
 ## 0.21.4
 
 ### Patch Changes
 
--   Updated dependencies [[`23e3dc2`](https://github.com/codama-idl/codama/commit/23e3dc2da6072fefc40e8205c19e44b646aa40a0), [`33de843`](https://github.com/codama-idl/codama/commit/33de84386af661dc870b248b5301dafe1df2aba2), [`f13abb0`](https://github.com/codama-idl/codama/commit/f13abb01fc4a6fc76fe4566e3f667aab92b43480)]:
-    -   @codama/visitors-core@0.21.2
-    -   @codama/renderers-core@0.21.0
-    -   @codama/validators@0.21.2
-    -   @codama/errors@0.21.2
-    -   @codama/nodes@0.21.2
+- Updated dependencies [[`23e3dc2`](https://github.com/codama-idl/codama/commit/23e3dc2da6072fefc40e8205c19e44b646aa40a0), [`33de843`](https://github.com/codama-idl/codama/commit/33de84386af661dc870b248b5301dafe1df2aba2), [`f13abb0`](https://github.com/codama-idl/codama/commit/f13abb01fc4a6fc76fe4566e3f667aab92b43480)]:
+    - @codama/visitors-core@0.21.2
+    - @codama/renderers-core@0.21.0
+    - @codama/validators@0.21.2
+    - @codama/errors@0.21.2
+    - @codama/nodes@0.21.2
 
 ## 0.21.3
 
 ### Patch Changes
 
--   Updated dependencies [[`2e8ce36`](https://github.com/codama-idl/codama/commit/2e8ce36af43a853673b0805c86a62672869de487)]:
-    -   @codama/visitors-core@0.21.1
-    -   @codama/renderers-core@0.20.8
-    -   @codama/validators@0.21.1
-    -   @codama/errors@0.21.1
-    -   @codama/nodes@0.21.1
+- Updated dependencies [[`2e8ce36`](https://github.com/codama-idl/codama/commit/2e8ce36af43a853673b0805c86a62672869de487)]:
+    - @codama/visitors-core@0.21.1
+    - @codama/renderers-core@0.20.8
+    - @codama/validators@0.21.1
+    - @codama/errors@0.21.1
+    - @codama/nodes@0.21.1
 
 ## 0.21.2
 
 ### Patch Changes
 
--   [#160](https://github.com/codama-idl/codama/pull/160) [`87bab8a`](https://github.com/codama-idl/codama/commit/87bab8ad6f2e40903064be9258a741e176eeef77) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Bump to web3js rc
+- [#160](https://github.com/codama-idl/codama/pull/160) [`87bab8a`](https://github.com/codama-idl/codama/commit/87bab8ad6f2e40903064be9258a741e176eeef77) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Bump to web3js rc
 
 ## 0.21.1
 
 ### Patch Changes
 
--   [#156](https://github.com/codama-idl/codama/pull/156) [`38d6de8`](https://github.com/codama-idl/codama/commit/38d6de848e93417d5e5f0935e5bfb5264dc8caf3) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix missing eddsa interface for inlined PDA used as default values
+- [#156](https://github.com/codama-idl/codama/pull/156) [`38d6de8`](https://github.com/codama-idl/codama/commit/38d6de848e93417d5e5f0935e5bfb5264dc8caf3) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix missing eddsa interface for inlined PDA used as default values
 
 ## 0.21.0
 
 ### Minor Changes
 
--   [#110](https://github.com/codama-idl/codama/pull/110) [`2d45383`](https://github.com/codama-idl/codama/commit/2d453830621047da2a18001ab427db9b603ad025) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderers to tp4 of web3.js
+- [#110](https://github.com/codama-idl/codama/pull/110) [`2d45383`](https://github.com/codama-idl/codama/commit/2d453830621047da2a18001ab427db9b603ad025) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderers to tp4 of web3.js
 
--   [#111](https://github.com/codama-idl/codama/pull/111) [`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode`
+- [#111](https://github.com/codama-idl/codama/pull/111) [`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode`
 
     A node that represents an optional item using a child `TypeNode` such that the item can either be present — i.e. `Some<T>` — or absent — i.e. `None` — depending on whether or not there are remaining bytes in the buffer.
 
 ### Patch Changes
 
--   Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
-    -   @codama/visitors-core@0.21.0
-    -   @codama/errors@0.21.0
-    -   @codama/nodes@0.21.0
-    -   @codama/renderers-core@0.20.7
-    -   @codama/validators@0.21.0
+- Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
+    - @codama/visitors-core@0.21.0
+    - @codama/errors@0.21.0
+    - @codama/nodes@0.21.0
+    - @codama/renderers-core@0.20.7
+    - @codama/validators@0.21.0
 
 ## 0.20.8
 
 ### Patch Changes
 
--   [#102](https://github.com/codama-idl/codama/pull/102) [`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama
+- [#102](https://github.com/codama-idl/codama/pull/102) [`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama
 
--   Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
-    -   @codama/renderers-core@0.20.6
-    -   @codama/errors@0.20.6
-    -   @codama/nodes@0.20.6
-    -   @codama/validators@0.20.6
-    -   @codama/visitors-core@0.20.6
+- Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
+    - @codama/renderers-core@0.20.6
+    - @codama/errors@0.20.6
+    - @codama/nodes@0.20.6
+    - @codama/validators@0.20.6
+    - @codama/visitors-core@0.20.6
 
 ## 0.20.7
 
 ### Patch Changes
 
--   Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/codama-idl/codama/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
-    -   @codama/errors@0.20.5
-    -   @codama/nodes@0.20.5
-    -   @codama/visitors-core@0.20.5
-    -   @codama/renderers-core@0.20.5
-    -   @codama/validators@0.20.5
+- Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/codama-idl/codama/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
+    - @codama/errors@0.20.5
+    - @codama/nodes@0.20.5
+    - @codama/visitors-core@0.20.5
+    - @codama/renderers-core@0.20.5
+    - @codama/validators@0.20.5
 
 ## 0.20.6
 
 ### Patch Changes
 
--   [#88](https://github.com/codama-idl/codama/pull/88) [`1d4223c`](https://github.com/codama-idl/codama/commit/1d4223c601ca34884f3b6ab1dfc42a3296502af2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix constant PDA seed rendering in renderers-js-umi
+- [#88](https://github.com/codama-idl/codama/pull/88) [`1d4223c`](https://github.com/codama-idl/codama/commit/1d4223c601ca34884f3b6ab1dfc42a3296502af2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix constant PDA seed rendering in renderers-js-umi
 
 ## 0.20.5
 
 ### Patch Changes
 
--   [#43](https://github.com/codama-idl/codama/pull/43) [`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow PdaValueNode to inline their own PdaNode definition
+- [#43](https://github.com/codama-idl/codama/pull/43) [`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow PdaValueNode to inline their own PdaNode definition
 
--   Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
-    -   @codama/nodes@0.20.4
-    -   @codama/errors@0.20.4
-    -   @codama/renderers-core@0.20.4
-    -   @codama/validators@0.20.4
-    -   @codama/visitors-core@0.20.4
+- Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
+    - @codama/nodes@0.20.4
+    - @codama/errors@0.20.4
+    - @codama/renderers-core@0.20.4
+    - @codama/validators@0.20.4
+    - @codama/visitors-core@0.20.4
 
 ## 0.20.4
 
 ### Patch Changes
 
--   Updated dependencies [[`d938e04`](https://github.com/codama-idl/codama/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
-    -   @codama/visitors-core@0.20.3
-    -   @codama/errors@0.20.3
-    -   @codama/renderers-core@0.20.3
-    -   @codama/validators@0.20.3
-    -   @codama/nodes@0.20.3
+- Updated dependencies [[`d938e04`](https://github.com/codama-idl/codama/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
+    - @codama/visitors-core@0.20.3
+    - @codama/errors@0.20.3
+    - @codama/renderers-core@0.20.3
+    - @codama/validators@0.20.3
+    - @codama/nodes@0.20.3
 
 ## 0.20.3
 
 ### Patch Changes
 
--   [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
+- [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
 
--   Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
-    -   @codama/errors@0.20.2
-    -   @codama/nodes@0.20.2
-    -   @codama/renderers-core@0.20.2
-    -   @codama/validators@0.20.2
-    -   @codama/visitors-core@0.20.2
+- Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
+    - @codama/errors@0.20.2
+    - @codama/nodes@0.20.2
+    - @codama/renderers-core@0.20.2
+    - @codama/validators@0.20.2
+    - @codama/visitors-core@0.20.2
 
 ## 0.20.2
 
 ### Patch Changes
 
--   [`2857238`](https://github.com/codama-idl/codama/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm
+- [`2857238`](https://github.com/codama-idl/codama/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm
 
--   [#24](https://github.com/codama-idl/codama/pull/24) [`b9cd6b2`](https://github.com/codama-idl/codama/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix "object is not extensible" in PDA helper function
+- [#24](https://github.com/codama-idl/codama/pull/24) [`b9cd6b2`](https://github.com/codama-idl/codama/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix "object is not extensible" in PDA helper function
 
 ## 0.20.1
 
 ### Patch Changes
 
--   [#21](https://github.com/codama-idl/codama/pull/21) [`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
+- [#21](https://github.com/codama-idl/codama/pull/21) [`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
 
--   Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
-    -   @codama/renderers-core@0.20.1
-    -   @codama/errors@0.20.1
-    -   @codama/nodes@0.20.1
-    -   @codama/validators@0.20.1
-    -   @codama/visitors-core@0.20.1
+- Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+    - @codama/renderers-core@0.20.1
+    - @codama/errors@0.20.1
+    - @codama/nodes@0.20.1
+    - @codama/validators@0.20.1
+    - @codama/visitors-core@0.20.1

+ 1 - 1
packages/renderers-js-umi/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers-js-umi",
-    "version": "1.1.0",
+    "version": "1.1.1",
     "description": "JavaScript renderer compatible with the Umi framework",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 127 - 114
packages/renderers-js/CHANGELOG.md

@@ -1,270 +1,283 @@
 # @codama/renderers-js
 
+## 1.1.1
+
+### Patch Changes
+
+- [#334](https://github.com/codama-idl/codama/pull/334) [`2622727`](https://github.com/codama-idl/codama/commit/2622727abf05788bf9dac51a324cfc0a1e0685a7) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Bump dependencies
+
+- Updated dependencies [[`a3225b0`](https://github.com/codama-idl/codama/commit/a3225b0e68e59746f911865653bb1d05c3aec22b), [`2622727`](https://github.com/codama-idl/codama/commit/2622727abf05788bf9dac51a324cfc0a1e0685a7), [`d956af2`](https://github.com/codama-idl/codama/commit/d956af2db05b9499e6836b765599cacb20e179b9)]:
+    - @codama/nodes@1.2.0
+    - @codama/nodes-from-anchor@1.1.0
+    - @codama/visitors-core@1.2.0
+    - @codama/errors@1.2.0
+    - @codama/renderers-core@1.0.2
+
 ## 1.1.0
 
 ### Minor Changes
 
--   [#284](https://github.com/codama-idl/codama/pull/284) [`d1bab68`](https://github.com/codama-idl/codama/commit/d1bab68c1c987df83da9684058e1f4316d557720) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix LinkNode paths for JavaScript `getTypeManifestVisitors`
+- [#284](https://github.com/codama-idl/codama/pull/284) [`d1bab68`](https://github.com/codama-idl/codama/commit/d1bab68c1c987df83da9684058e1f4316d557720) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix LinkNode paths for JavaScript `getTypeManifestVisitors`
 
 ### Patch Changes
 
--   Updated dependencies [[`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90), [`81dedc1`](https://github.com/codama-idl/codama/commit/81dedc195feab40bfc3aa676a633a8340ad56e24), [`4799a7f`](https://github.com/codama-idl/codama/commit/4799a7f291677304823aa206bed64baabc20eb5b), [`1f52f00`](https://github.com/codama-idl/codama/commit/1f52f00ba2a75a783879abfbaf4397c3e04e4db4), [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c), [`e95783b`](https://github.com/codama-idl/codama/commit/e95783bf02fd12327ca5b6f1c1c4e50e189dd241)]:
-    -   @codama/visitors-core@1.1.0
-    -   @codama/nodes-from-anchor@1.0.1
-    -   @codama/renderers-core@1.0.1
-    -   @codama/errors@1.1.0
-    -   @codama/nodes@1.1.0
+- Updated dependencies [[`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90), [`81dedc1`](https://github.com/codama-idl/codama/commit/81dedc195feab40bfc3aa676a633a8340ad56e24), [`4799a7f`](https://github.com/codama-idl/codama/commit/4799a7f291677304823aa206bed64baabc20eb5b), [`1f52f00`](https://github.com/codama-idl/codama/commit/1f52f00ba2a75a783879abfbaf4397c3e04e4db4), [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c), [`e95783b`](https://github.com/codama-idl/codama/commit/e95783bf02fd12327ca5b6f1c1c4e50e189dd241)]:
+    - @codama/visitors-core@1.1.0
+    - @codama/nodes-from-anchor@1.0.1
+    - @codama/renderers-core@1.0.1
+    - @codama/errors@1.1.0
+    - @codama/nodes@1.1.0
 
 ## 1.0.1
 
 ### Patch Changes
 
--   [#245](https://github.com/codama-idl/codama/pull/245) [`e02e2ad`](https://github.com/codama-idl/codama/commit/e02e2ad9c03caacb02c4bf24d6b7d962ba3b80c6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix JS rendering issues for instruction edge cases
+- [#245](https://github.com/codama-idl/codama/pull/245) [`e02e2ad`](https://github.com/codama-idl/codama/commit/e02e2ad9c03caacb02c4bf24d6b7d962ba3b80c6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix JS rendering issues for instruction edge cases
 
 ## 1.0.0
 
 ### Major Changes
 
--   [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
+- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
 
 ### Patch Changes
 
--   Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
-    -   @codama/errors@1.0.0
-    -   @codama/nodes@1.0.0
-    -   @codama/nodes-from-anchor@1.0.0
-    -   @codama/renderers-core@1.0.0
-    -   @codama/visitors-core@1.0.0
+- Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
+    - @codama/errors@1.0.0
+    - @codama/nodes@1.0.0
+    - @codama/nodes-from-anchor@1.0.0
+    - @codama/renderers-core@1.0.0
+    - @codama/visitors-core@1.0.0
 
 ## 0.22.0
 
 ### Minor Changes
 
--   [#183](https://github.com/codama-idl/codama/pull/183) [`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
+- [#183](https://github.com/codama-idl/codama/pull/183) [`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
 
--   [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
+- [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
 
     Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
 
 ### Patch Changes
 
--   [#224](https://github.com/codama-idl/codama/pull/224) [`345a145`](https://github.com/codama-idl/codama/commit/345a145bb9a9b181c8db9435a46d35dacbfced41) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Add an optional programAddress override to instruction builders
+- [#224](https://github.com/codama-idl/codama/pull/224) [`345a145`](https://github.com/codama-idl/codama/commit/345a145bb9a9b181c8db9435a46d35dacbfced41) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Add an optional programAddress override to instruction builders
 
--   Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
-    -   @codama/visitors-core@0.22.0
-    -   @codama/errors@0.22.0
-    -   @codama/nodes@0.22.0
-    -   @codama/renderers-core@0.22.0
-    -   @codama/nodes-from-anchor@0.22.0
+- Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    - @codama/visitors-core@0.22.0
+    - @codama/errors@0.22.0
+    - @codama/nodes@0.22.0
+    - @codama/renderers-core@0.22.0
+    - @codama/nodes-from-anchor@0.22.0
 
 ## 0.21.9
 
 ### Patch Changes
 
--   [`4f6c8a9`](https://github.com/codama-idl/codama/commit/4f6c8a971e70010d246b2691ccde847f0162b981) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Add an optional programAddress override to instruction builders
+- [`4f6c8a9`](https://github.com/codama-idl/codama/commit/4f6c8a971e70010d246b2691ccde847f0162b981) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Add an optional programAddress override to instruction builders
 
--   Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
-    -   @codama/errors@0.21.5
-    -   @codama/nodes@0.21.5
-    -   @codama/nodes-from-anchor@0.21.3
-    -   @codama/renderers-core@0.21.3
-    -   @codama/visitors-core@0.21.5
+- Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    - @codama/errors@0.21.5
+    - @codama/nodes@0.21.5
+    - @codama/nodes-from-anchor@0.21.3
+    - @codama/renderers-core@0.21.3
+    - @codama/visitors-core@0.21.5
 
 ## 0.21.8
 
 ### Patch Changes
 
--   [#200](https://github.com/codama-idl/codama/pull/200) [`6639091`](https://github.com/codama-idl/codama/commit/6639091714ae3b5c4330f0b1f43816fea373d55f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix a bug that reuses the same `ImportMap` within different code fragments
+- [#200](https://github.com/codama-idl/codama/pull/200) [`6639091`](https://github.com/codama-idl/codama/commit/6639091714ae3b5c4330f0b1f43816fea373d55f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix a bug that reuses the same `ImportMap` within different code fragments
 
 ## 0.21.7
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/errors@0.21.4
-    -   @codama/nodes@0.21.4
-    -   @codama/visitors-core@0.21.4
-    -   @codama/nodes-from-anchor@0.21.2
-    -   @codama/renderers-core@0.21.2
+- Updated dependencies []:
+    - @codama/errors@0.21.4
+    - @codama/nodes@0.21.4
+    - @codama/visitors-core@0.21.4
+    - @codama/nodes-from-anchor@0.21.2
+    - @codama/renderers-core@0.21.2
 
 ## 0.21.6
 
 ### Patch Changes
 
--   [#123](https://github.com/codama-idl/codama/pull/123) [`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update prettier
+- [#123](https://github.com/codama-idl/codama/pull/123) [`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update prettier
 
--   Updated dependencies [[`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6)]:
-    -   @codama/nodes-from-anchor@0.21.1
-    -   @codama/visitors-core@0.21.3
-    -   @codama/renderers-core@0.21.1
-    -   @codama/errors@0.21.3
-    -   @codama/nodes@0.21.3
+- Updated dependencies [[`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6)]:
+    - @codama/nodes-from-anchor@0.21.1
+    - @codama/visitors-core@0.21.3
+    - @codama/renderers-core@0.21.1
+    - @codama/errors@0.21.3
+    - @codama/nodes@0.21.3
 
 ## 0.21.5
 
 ### Patch Changes
 
--   Updated dependencies [[`23e3dc2`](https://github.com/codama-idl/codama/commit/23e3dc2da6072fefc40e8205c19e44b646aa40a0), [`33de843`](https://github.com/codama-idl/codama/commit/33de84386af661dc870b248b5301dafe1df2aba2), [`f13abb0`](https://github.com/codama-idl/codama/commit/f13abb01fc4a6fc76fe4566e3f667aab92b43480)]:
-    -   @codama/visitors-core@0.21.2
-    -   @codama/nodes-from-anchor@0.21.0
-    -   @codama/renderers-core@0.21.0
-    -   @codama/errors@0.21.2
-    -   @codama/nodes@0.21.2
+- Updated dependencies [[`23e3dc2`](https://github.com/codama-idl/codama/commit/23e3dc2da6072fefc40e8205c19e44b646aa40a0), [`33de843`](https://github.com/codama-idl/codama/commit/33de84386af661dc870b248b5301dafe1df2aba2), [`f13abb0`](https://github.com/codama-idl/codama/commit/f13abb01fc4a6fc76fe4566e3f667aab92b43480)]:
+    - @codama/visitors-core@0.21.2
+    - @codama/nodes-from-anchor@0.21.0
+    - @codama/renderers-core@0.21.0
+    - @codama/errors@0.21.2
+    - @codama/nodes@0.21.2
 
 ## 0.21.4
 
 ### Patch Changes
 
--   [#168](https://github.com/codama-idl/codama/pull/168) [`2e8ce36`](https://github.com/codama-idl/codama/commit/2e8ce36af43a853673b0805c86a62672869de487) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Export discriminator constants for instructions and accounts
+- [#168](https://github.com/codama-idl/codama/pull/168) [`2e8ce36`](https://github.com/codama-idl/codama/commit/2e8ce36af43a853673b0805c86a62672869de487) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Export discriminator constants for instructions and accounts
 
--   Updated dependencies [[`2e8ce36`](https://github.com/codama-idl/codama/commit/2e8ce36af43a853673b0805c86a62672869de487)]:
-    -   @codama/visitors-core@0.21.1
-    -   @codama/renderers-core@0.20.8
-    -   @codama/nodes-from-anchor@0.20.10
-    -   @codama/errors@0.21.1
-    -   @codama/nodes@0.21.1
+- Updated dependencies [[`2e8ce36`](https://github.com/codama-idl/codama/commit/2e8ce36af43a853673b0805c86a62672869de487)]:
+    - @codama/visitors-core@0.21.1
+    - @codama/renderers-core@0.20.8
+    - @codama/nodes-from-anchor@0.20.10
+    - @codama/errors@0.21.1
+    - @codama/nodes@0.21.1
 
 ## 0.21.3
 
 ### Patch Changes
 
--   [#161](https://github.com/codama-idl/codama/pull/161) [`524687c`](https://github.com/codama-idl/codama/commit/524687cfe4b1a5e7a64cd133191bc1548f580d5b) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Use lamports type/encoder/decoder for SolAmountTypeNode
+- [#161](https://github.com/codama-idl/codama/pull/161) [`524687c`](https://github.com/codama-idl/codama/commit/524687cfe4b1a5e7a64cd133191bc1548f580d5b) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Use lamports type/encoder/decoder for SolAmountTypeNode
 
--   [#160](https://github.com/codama-idl/codama/pull/160) [`87bab8a`](https://github.com/codama-idl/codama/commit/87bab8ad6f2e40903064be9258a741e176eeef77) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Bump to web3js rc
+- [#160](https://github.com/codama-idl/codama/pull/160) [`87bab8a`](https://github.com/codama-idl/codama/commit/87bab8ad6f2e40903064be9258a741e176eeef77) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Bump to web3js rc
 
 ## 0.21.2
 
 ### Patch Changes
 
--   [#138](https://github.com/codama-idl/codama/pull/138) [`af8ac37`](https://github.com/codama-idl/codama/commit/af8ac374192d1c1b6c834c31fa30bc72d4b7da8e) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Use ReadonlyUint8Array for identifying accounts/instructions by data
+- [#138](https://github.com/codama-idl/codama/pull/138) [`af8ac37`](https://github.com/codama-idl/codama/commit/af8ac374192d1c1b6c834c31fa30bc72d4b7da8e) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Use ReadonlyUint8Array for identifying accounts/instructions by data
 
 ## 0.21.1
 
 ### Patch Changes
 
--   [#127](https://github.com/codama-idl/codama/pull/127) [`62545be`](https://github.com/codama-idl/codama/commit/62545be66e44747d7fd31f186a7a3c856ea2ad9c) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add isProgramError helper
+- [#127](https://github.com/codama-idl/codama/pull/127) [`62545be`](https://github.com/codama-idl/codama/commit/62545be66e44747d7fd31f186a7a3c856ea2ad9c) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add isProgramError helper
 
 ## 0.21.0
 
 ### Minor Changes
 
--   [#110](https://github.com/codama-idl/codama/pull/110) [`2d45383`](https://github.com/codama-idl/codama/commit/2d453830621047da2a18001ab427db9b603ad025) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderers to tp4 of web3.js
+- [#110](https://github.com/codama-idl/codama/pull/110) [`2d45383`](https://github.com/codama-idl/codama/commit/2d453830621047da2a18001ab427db9b603ad025) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderers to tp4 of web3.js
 
--   [#111](https://github.com/codama-idl/codama/pull/111) [`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode`
+- [#111](https://github.com/codama-idl/codama/pull/111) [`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode`
 
     A node that represents an optional item using a child `TypeNode` such that the item can either be present — i.e. `Some<T>` — or absent — i.e. `None` — depending on whether or not there are remaining bytes in the buffer.
 
 ### Patch Changes
 
--   Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
-    -   @codama/visitors-core@0.21.0
-    -   @codama/errors@0.21.0
-    -   @codama/nodes@0.21.0
-    -   @codama/renderers-core@0.20.7
-    -   @codama/nodes-from-anchor@0.20.9
+- Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
+    - @codama/visitors-core@0.21.0
+    - @codama/errors@0.21.0
+    - @codama/nodes@0.21.0
+    - @codama/renderers-core@0.20.7
+    - @codama/nodes-from-anchor@0.20.9
 
 ## 0.20.11
 
 ### Patch Changes
 
--   [#102](https://github.com/codama-idl/codama/pull/102) [`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama
+- [#102](https://github.com/codama-idl/codama/pull/102) [`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama
 
--   [#103](https://github.com/codama-idl/codama/pull/103) [`93942cc`](https://github.com/codama-idl/codama/commit/93942ccb8cb87d4f4ede1ef3e2398e10635dbaf2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in generated code
+- [#103](https://github.com/codama-idl/codama/pull/103) [`93942cc`](https://github.com/codama-idl/codama/commit/93942ccb8cb87d4f4ede1ef3e2398e10635dbaf2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in generated code
 
--   Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f), [`4979b94`](https://github.com/codama-idl/codama/commit/4979b94720465a58538ee61bb1a4a23fd5471511)]:
-    -   @codama/renderers-core@0.20.6
-    -   @codama/errors@0.20.6
-    -   @codama/nodes@0.20.6
-    -   @codama/nodes-from-anchor@0.20.8
-    -   @codama/visitors-core@0.20.6
+- Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f), [`4979b94`](https://github.com/codama-idl/codama/commit/4979b94720465a58538ee61bb1a4a23fd5471511)]:
+    - @codama/renderers-core@0.20.6
+    - @codama/errors@0.20.6
+    - @codama/nodes@0.20.6
+    - @codama/nodes-from-anchor@0.20.8
+    - @codama/visitors-core@0.20.6
 
 ## 0.20.10
 
 ### Patch Changes
 
--   Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/codama-idl/codama/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
-    -   @codama/nodes-from-anchor@0.20.7
-    -   @codama/errors@0.20.5
-    -   @codama/nodes@0.20.5
-    -   @codama/visitors-core@0.20.5
-    -   @codama/renderers-core@0.20.5
+- Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/codama-idl/codama/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
+    - @codama/nodes-from-anchor@0.20.7
+    - @codama/errors@0.20.5
+    - @codama/nodes@0.20.5
+    - @codama/visitors-core@0.20.5
+    - @codama/renderers-core@0.20.5
 
 ## 0.20.9
 
 ### Patch Changes
 
--   [#53](https://github.com/codama-idl/codama/pull/53) [`e3e4099`](https://github.com/codama-idl/codama/commit/e3e4099e33b4d1dd9bc63e9c4997dc00426c8010) Thanks [@febo](https://github.com/febo)! - Filter out type variant on imports
+- [#53](https://github.com/codama-idl/codama/pull/53) [`e3e4099`](https://github.com/codama-idl/codama/commit/e3e4099e33b4d1dd9bc63e9c4997dc00426c8010) Thanks [@febo](https://github.com/febo)! - Filter out type variant on imports
 
 ## 0.20.8
 
 ### Patch Changes
 
--   [#52](https://github.com/codama-idl/codama/pull/52) [`baeaf14`](https://github.com/codama-idl/codama/commit/baeaf1495ca592f6fdad7d10e9f0bed6f81888f1) Thanks [@lithdew](https://github.com/lithdew)! - Fix rendering PDA helper functions with a default programId.
+- [#52](https://github.com/codama-idl/codama/pull/52) [`baeaf14`](https://github.com/codama-idl/codama/commit/baeaf1495ca592f6fdad7d10e9f0bed6f81888f1) Thanks [@lithdew](https://github.com/lithdew)! - Fix rendering PDA helper functions with a default programId.
 
--   [#48](https://github.com/codama-idl/codama/pull/48) [`0771b9d`](https://github.com/codama-idl/codama/commit/0771b9d1c6447db85887831f921dbe92a2e0adfc) Thanks [@lithdew](https://github.com/lithdew)! - Have generated TypeScript code for renderers-js support verbatimModuleSyntax
+- [#48](https://github.com/codama-idl/codama/pull/48) [`0771b9d`](https://github.com/codama-idl/codama/commit/0771b9d1c6447db85887831f921dbe92a2e0adfc) Thanks [@lithdew](https://github.com/lithdew)! - Have generated TypeScript code for renderers-js support verbatimModuleSyntax
 
 ## 0.20.7
 
 ### Patch Changes
 
--   [#46](https://github.com/codama-idl/codama/pull/46) [`bcd5eae`](https://github.com/codama-idl/codama/commit/bcd5eaedf673432106e7cc72273e36f729cc8275) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix unused args variable on sync instruction functions on JS renderer again
+- [#46](https://github.com/codama-idl/codama/pull/46) [`bcd5eae`](https://github.com/codama-idl/codama/commit/bcd5eaedf673432106e7cc72273e36f729cc8275) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix unused args variable on sync instruction functions on JS renderer again
 
 ## 0.20.6
 
 ### Patch Changes
 
--   [#43](https://github.com/codama-idl/codama/pull/43) [`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow PdaValueNode to inline their own PdaNode definition
+- [#43](https://github.com/codama-idl/codama/pull/43) [`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow PdaValueNode to inline their own PdaNode definition
 
--   Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
-    -   @codama/nodes@0.20.4
-    -   @codama/errors@0.20.4
-    -   @codama/renderers-core@0.20.4
-    -   @codama/visitors-core@0.20.4
+- Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
+    - @codama/nodes@0.20.4
+    - @codama/errors@0.20.4
+    - @codama/renderers-core@0.20.4
+    - @codama/visitors-core@0.20.4
 
 ## 0.20.5
 
 ### Patch Changes
 
--   Updated dependencies [[`d938e04`](https://github.com/codama-idl/codama/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
-    -   @codama/visitors-core@0.20.3
-    -   @codama/errors@0.20.3
-    -   @codama/renderers-core@0.20.3
-    -   @codama/nodes@0.20.3
+- Updated dependencies [[`d938e04`](https://github.com/codama-idl/codama/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
+    - @codama/visitors-core@0.20.3
+    - @codama/errors@0.20.3
+    - @codama/renderers-core@0.20.3
+    - @codama/nodes@0.20.3
 
 ## 0.20.4
 
 ### Patch Changes
 
--   [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
+- [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
 
--   Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
-    -   @codama/errors@0.20.2
-    -   @codama/nodes@0.20.2
-    -   @codama/renderers-core@0.20.2
-    -   @codama/visitors-core@0.20.2
+- Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
+    - @codama/errors@0.20.2
+    - @codama/nodes@0.20.2
+    - @codama/renderers-core@0.20.2
+    - @codama/visitors-core@0.20.2
 
 ## 0.20.3
 
 ### Patch Changes
 
--   [#29](https://github.com/codama-idl/codama/pull/29) [`5794385`](https://github.com/codama-idl/codama/commit/57943852a2cf3ba6552942d9787f82657d38fafb) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix unused args variable on sync instruction functions
+- [#29](https://github.com/codama-idl/codama/pull/29) [`5794385`](https://github.com/codama-idl/codama/commit/57943852a2cf3ba6552942d9787f82657d38fafb) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix unused args variable on sync instruction functions
 
 ## 0.20.2
 
 ### Patch Changes
 
--   [`2857238`](https://github.com/codama-idl/codama/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm
+- [`2857238`](https://github.com/codama-idl/codama/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm
 
--   [#24](https://github.com/codama-idl/codama/pull/24) [`b9cd6b2`](https://github.com/codama-idl/codama/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix "object is not extensible" in PDA helper function
+- [#24](https://github.com/codama-idl/codama/pull/24) [`b9cd6b2`](https://github.com/codama-idl/codama/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix "object is not extensible" in PDA helper function
 
 ## 0.20.1
 
 ### Patch Changes
 
--   [#21](https://github.com/codama-idl/codama/pull/21) [`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
+- [#21](https://github.com/codama-idl/codama/pull/21) [`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
 
--   Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
-    -   @codama/renderers-core@0.20.1
-    -   @codama/errors@0.20.1
-    -   @codama/nodes@0.20.1
-    -   @codama/visitors-core@0.20.1
+- Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+    - @codama/renderers-core@0.20.1
+    - @codama/errors@0.20.1
+    - @codama/nodes@0.20.1
+    - @codama/visitors-core@0.20.1

+ 1 - 1
packages/renderers-js/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers-js",
-    "version": "1.1.0",
+    "version": "1.1.1",
     "description": "JavaScript renderer compatible with the Solana web3.js library",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 116 - 102
packages/renderers-rust/CHANGELOG.md

@@ -1,263 +1,277 @@
 # @codama/renderers-rust
 
+## 1.0.5
+
+### Patch Changes
+
+- [#334](https://github.com/codama-idl/codama/pull/334) [`2622727`](https://github.com/codama-idl/codama/commit/2622727abf05788bf9dac51a324cfc0a1e0685a7) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Bump dependencies
+
+- [#366](https://github.com/codama-idl/codama/pull/366) [`3014e3b`](https://github.com/codama-idl/codama/commit/3014e3b453a80ae374d987475d29579541d4bbf7) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use trait options for instruction data
+
+- Updated dependencies [[`a3225b0`](https://github.com/codama-idl/codama/commit/a3225b0e68e59746f911865653bb1d05c3aec22b), [`2622727`](https://github.com/codama-idl/codama/commit/2622727abf05788bf9dac51a324cfc0a1e0685a7)]:
+    - @codama/nodes@1.2.0
+    - @codama/visitors-core@1.2.0
+    - @codama/errors@1.2.0
+    - @codama/renderers-core@1.0.2
+
 ## 1.0.4
 
 ### Patch Changes
 
--   Updated dependencies [[`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90), [`81dedc1`](https://github.com/codama-idl/codama/commit/81dedc195feab40bfc3aa676a633a8340ad56e24), [`4799a7f`](https://github.com/codama-idl/codama/commit/4799a7f291677304823aa206bed64baabc20eb5b), [`1f52f00`](https://github.com/codama-idl/codama/commit/1f52f00ba2a75a783879abfbaf4397c3e04e4db4), [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c), [`e95783b`](https://github.com/codama-idl/codama/commit/e95783bf02fd12327ca5b6f1c1c4e50e189dd241)]:
-    -   @codama/visitors-core@1.1.0
-    -   @codama/renderers-core@1.0.1
-    -   @codama/errors@1.1.0
-    -   @codama/nodes@1.1.0
+- Updated dependencies [[`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90), [`81dedc1`](https://github.com/codama-idl/codama/commit/81dedc195feab40bfc3aa676a633a8340ad56e24), [`4799a7f`](https://github.com/codama-idl/codama/commit/4799a7f291677304823aa206bed64baabc20eb5b), [`1f52f00`](https://github.com/codama-idl/codama/commit/1f52f00ba2a75a783879abfbaf4397c3e04e4db4), [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c), [`e95783b`](https://github.com/codama-idl/codama/commit/e95783bf02fd12327ca5b6f1c1c4e50e189dd241)]:
+    - @codama/visitors-core@1.1.0
+    - @codama/renderers-core@1.0.1
+    - @codama/errors@1.1.0
+    - @codama/nodes@1.1.0
 
 ## 1.0.3
 
 ### Patch Changes
 
--   [#250](https://github.com/codama-idl/codama/pull/250) [`0c96251`](https://github.com/codama-idl/codama/commit/0c962519c470d6dcc29fcb3db6195b06222fac5d) Thanks [@febo](https://github.com/febo)! - Add anchorTraits option to Rust renderer
+- [#250](https://github.com/codama-idl/codama/pull/250) [`0c96251`](https://github.com/codama-idl/codama/commit/0c962519c470d6dcc29fcb3db6195b06222fac5d) Thanks [@febo](https://github.com/febo)! - Add anchorTraits option to Rust renderer
 
 ## 1.0.2
 
 ### Patch Changes
 
--   [#246](https://github.com/codama-idl/codama/pull/246) [`aa6dcd1`](https://github.com/codama-idl/codama/commit/aa6dcd16fbc734c2647a1a920a224dc90c4c0b18) Thanks [@febo](https://github.com/febo)! - Fix Rust rendering when account list is empty
+- [#246](https://github.com/codama-idl/codama/pull/246) [`aa6dcd1`](https://github.com/codama-idl/codama/commit/aa6dcd16fbc734c2647a1a920a224dc90c4c0b18) Thanks [@febo](https://github.com/febo)! - Fix Rust rendering when account list is empty
 
--   [#245](https://github.com/codama-idl/codama/pull/245) [`e02e2ad`](https://github.com/codama-idl/codama/commit/e02e2ad9c03caacb02c4bf24d6b7d962ba3b80c6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix JS rendering issues for instruction edge cases
+- [#245](https://github.com/codama-idl/codama/pull/245) [`e02e2ad`](https://github.com/codama-idl/codama/commit/e02e2ad9c03caacb02c4bf24d6b7d962ba3b80c6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix JS rendering issues for instruction edge cases
 
--   [#242](https://github.com/codama-idl/codama/pull/242) [`d4736da`](https://github.com/codama-idl/codama/commit/d4736daef236a8c41d53fe1f999f32b9bcbfb8c9) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add options to configure how traits are rendered in Rust
+- [#242](https://github.com/codama-idl/codama/pull/242) [`d4736da`](https://github.com/codama-idl/codama/commit/d4736daef236a8c41d53fe1f999f32b9bcbfb8c9) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add options to configure how traits are rendered in Rust
 
 ## 1.0.1
 
 ### Patch Changes
 
--   [#238](https://github.com/codama-idl/codama/pull/238) [`8dc7092`](https://github.com/codama-idl/codama/commit/8dc70921ba9f37bb8f3f654b82a3b5f3ffbc1339) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix missing semicolon in generated Rust code
+- [#238](https://github.com/codama-idl/codama/pull/238) [`8dc7092`](https://github.com/codama-idl/codama/commit/8dc70921ba9f37bb8f3f654b82a3b5f3ffbc1339) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix missing semicolon in generated Rust code
 
 ## 1.0.0
 
 ### Major Changes
 
--   [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
+- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
 
 ### Patch Changes
 
--   Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
-    -   @codama/errors@1.0.0
-    -   @codama/nodes@1.0.0
-    -   @codama/renderers-core@1.0.0
-    -   @codama/visitors-core@1.0.0
+- Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
+    - @codama/errors@1.0.0
+    - @codama/nodes@1.0.0
+    - @codama/renderers-core@1.0.0
+    - @codama/visitors-core@1.0.0
 
 ## 0.22.0
 
 ### Minor Changes
 
--   [#183](https://github.com/codama-idl/codama/pull/183) [`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
+- [#183](https://github.com/codama-idl/codama/pull/183) [`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
 
--   [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
+- [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
 
     Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
 
 ### Patch Changes
 
--   Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
-    -   @codama/visitors-core@0.22.0
-    -   @codama/errors@0.22.0
-    -   @codama/nodes@0.22.0
-    -   @codama/renderers-core@0.22.0
+- Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    - @codama/visitors-core@0.22.0
+    - @codama/errors@0.22.0
+    - @codama/nodes@0.22.0
+    - @codama/renderers-core@0.22.0
 
 ## 0.21.8
 
 ### Patch Changes
 
--   [#231](https://github.com/codama-idl/codama/pull/231) [`3c18cee`](https://github.com/codama-idl/codama/commit/3c18ceeffb97922db500138af85d20fce00f80b2) Thanks [@aoikurokawa](https://github.com/aoikurokawa)! - Fix typo in generated comment
+- [#231](https://github.com/codama-idl/codama/pull/231) [`3c18cee`](https://github.com/codama-idl/codama/commit/3c18ceeffb97922db500138af85d20fce00f80b2) Thanks [@aoikurokawa](https://github.com/aoikurokawa)! - Fix typo in generated comment
 
 ## 0.21.7
 
 ### Patch Changes
 
--   Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
-    -   @codama/errors@0.21.5
-    -   @codama/nodes@0.21.5
-    -   @codama/renderers-core@0.21.3
-    -   @codama/visitors-core@0.21.5
+- Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    - @codama/errors@0.21.5
+    - @codama/nodes@0.21.5
+    - @codama/renderers-core@0.21.3
+    - @codama/visitors-core@0.21.5
 
 ## 0.21.6
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/errors@0.21.4
-    -   @codama/nodes@0.21.4
-    -   @codama/visitors-core@0.21.4
-    -   @codama/renderers-core@0.21.2
+- Updated dependencies []:
+    - @codama/errors@0.21.4
+    - @codama/nodes@0.21.4
+    - @codama/visitors-core@0.21.4
+    - @codama/renderers-core@0.21.2
 
 ## 0.21.5
 
 ### Patch Changes
 
--   Updated dependencies [[`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6)]:
-    -   @codama/visitors-core@0.21.3
-    -   @codama/renderers-core@0.21.1
-    -   @codama/errors@0.21.3
-    -   @codama/nodes@0.21.3
+- Updated dependencies [[`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6)]:
+    - @codama/visitors-core@0.21.3
+    - @codama/renderers-core@0.21.1
+    - @codama/errors@0.21.3
+    - @codama/nodes@0.21.3
 
 ## 0.21.4
 
 ### Patch Changes
 
--   Updated dependencies [[`23e3dc2`](https://github.com/codama-idl/codama/commit/23e3dc2da6072fefc40e8205c19e44b646aa40a0), [`33de843`](https://github.com/codama-idl/codama/commit/33de84386af661dc870b248b5301dafe1df2aba2), [`f13abb0`](https://github.com/codama-idl/codama/commit/f13abb01fc4a6fc76fe4566e3f667aab92b43480)]:
-    -   @codama/visitors-core@0.21.2
-    -   @codama/renderers-core@0.21.0
-    -   @codama/errors@0.21.2
-    -   @codama/nodes@0.21.2
+- Updated dependencies [[`23e3dc2`](https://github.com/codama-idl/codama/commit/23e3dc2da6072fefc40e8205c19e44b646aa40a0), [`33de843`](https://github.com/codama-idl/codama/commit/33de84386af661dc870b248b5301dafe1df2aba2), [`f13abb0`](https://github.com/codama-idl/codama/commit/f13abb01fc4a6fc76fe4566e3f667aab92b43480)]:
+    - @codama/visitors-core@0.21.2
+    - @codama/renderers-core@0.21.0
+    - @codama/errors@0.21.2
+    - @codama/nodes@0.21.2
 
 ## 0.21.3
 
 ### Patch Changes
 
--   Updated dependencies [[`2e8ce36`](https://github.com/codama-idl/codama/commit/2e8ce36af43a853673b0805c86a62672869de487)]:
-    -   @codama/visitors-core@0.21.1
-    -   @codama/renderers-core@0.20.8
-    -   @codama/errors@0.21.1
-    -   @codama/nodes@0.21.1
+- Updated dependencies [[`2e8ce36`](https://github.com/codama-idl/codama/commit/2e8ce36af43a853673b0805c86a62672869de487)]:
+    - @codama/visitors-core@0.21.1
+    - @codama/renderers-core@0.20.8
+    - @codama/errors@0.21.1
+    - @codama/nodes@0.21.1
 
 ## 0.21.2
 
 ### Patch Changes
 
--   [#160](https://github.com/codama-idl/codama/pull/160) [`87bab8a`](https://github.com/codama-idl/codama/commit/87bab8ad6f2e40903064be9258a741e176eeef77) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Bump to web3js rc
+- [#160](https://github.com/codama-idl/codama/pull/160) [`87bab8a`](https://github.com/codama-idl/codama/commit/87bab8ad6f2e40903064be9258a741e176eeef77) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Bump to web3js rc
 
 ## 0.21.1
 
 ### Patch Changes
 
--   [#152](https://github.com/codama-idl/codama/pull/152) [`33cc3b7`](https://github.com/codama-idl/codama/commit/33cc3b7d29e60f5c0bd746f229187c1747755fbb) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Support type aliases from `DefinedTypeNodes`
+- [#152](https://github.com/codama-idl/codama/pull/152) [`33cc3b7`](https://github.com/codama-idl/codama/commit/33cc3b7d29e60f5c0bd746f229187c1747755fbb) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Support type aliases from `DefinedTypeNodes`
 
--   [#144](https://github.com/codama-idl/codama/pull/144) [`dc04203`](https://github.com/codama-idl/codama/commit/dc04203f427502614a6300fd9b7fa7b0a7d61930) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add support for ShortU16 and ShortVec
+- [#144](https://github.com/codama-idl/codama/pull/144) [`dc04203`](https://github.com/codama-idl/codama/commit/dc04203f427502614a6300fd9b7fa7b0a7d61930) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add support for ShortU16 and ShortVec
 
 ## 0.21.0
 
 ### Minor Changes
 
--   [#110](https://github.com/codama-idl/codama/pull/110) [`2d45383`](https://github.com/codama-idl/codama/commit/2d453830621047da2a18001ab427db9b603ad025) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderers to tp4 of web3.js
+- [#110](https://github.com/codama-idl/codama/pull/110) [`2d45383`](https://github.com/codama-idl/codama/commit/2d453830621047da2a18001ab427db9b603ad025) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderers to tp4 of web3.js
 
--   [#111](https://github.com/codama-idl/codama/pull/111) [`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode`
+- [#111](https://github.com/codama-idl/codama/pull/111) [`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode`
 
     A node that represents an optional item using a child `TypeNode` such that the item can either be present — i.e. `Some<T>` — or absent — i.e. `None` — depending on whether or not there are remaining bytes in the buffer.
 
 ### Patch Changes
 
--   Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
-    -   @codama/visitors-core@0.21.0
-    -   @codama/errors@0.21.0
-    -   @codama/nodes@0.21.0
-    -   @codama/renderers-core@0.20.7
+- Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
+    - @codama/visitors-core@0.21.0
+    - @codama/errors@0.21.0
+    - @codama/nodes@0.21.0
+    - @codama/renderers-core@0.20.7
 
 ## 0.20.12
 
 ### Patch Changes
 
--   [#102](https://github.com/codama-idl/codama/pull/102) [`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama
+- [#102](https://github.com/codama-idl/codama/pull/102) [`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama
 
--   Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
-    -   @codama/renderers-core@0.20.6
-    -   @codama/errors@0.20.6
-    -   @codama/nodes@0.20.6
-    -   @codama/visitors-core@0.20.6
+- Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
+    - @codama/renderers-core@0.20.6
+    - @codama/errors@0.20.6
+    - @codama/nodes@0.20.6
+    - @codama/visitors-core@0.20.6
 
 ## 0.20.11
 
 ### Patch Changes
 
--   Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/codama-idl/codama/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
-    -   @codama/errors@0.20.5
-    -   @codama/nodes@0.20.5
-    -   @codama/visitors-core@0.20.5
-    -   @codama/renderers-core@0.20.5
+- Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/codama-idl/codama/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
+    - @codama/errors@0.20.5
+    - @codama/nodes@0.20.5
+    - @codama/visitors-core@0.20.5
+    - @codama/renderers-core@0.20.5
 
 ## 0.20.10
 
 ### Patch Changes
 
--   [#56](https://github.com/codama-idl/codama/pull/56) [`cde409c`](https://github.com/codama-idl/codama/commit/cde409c6132a66a27091bfb7025904e70b7689a4) Thanks [@buffalojoec](https://github.com/buffalojoec)! - Rust Renderer: Add toolchain arg to formatter
+- [#56](https://github.com/codama-idl/codama/pull/56) [`cde409c`](https://github.com/codama-idl/codama/commit/cde409c6132a66a27091bfb7025904e70b7689a4) Thanks [@buffalojoec](https://github.com/buffalojoec)! - Rust Renderer: Add toolchain arg to formatter
 
 ## 0.20.9
 
 ### Patch Changes
 
--   [#54](https://github.com/codama-idl/codama/pull/54) [`5b8186f`](https://github.com/codama-idl/codama/commit/5b8186f0231e767bba7fa02a201eb7dcb87591a3) Thanks [@febo](https://github.com/febo)! - Add support to Anchor idl build for account types
+- [#54](https://github.com/codama-idl/codama/pull/54) [`5b8186f`](https://github.com/codama-idl/codama/commit/5b8186f0231e767bba7fa02a201eb7dcb87591a3) Thanks [@febo](https://github.com/febo)! - Add support to Anchor idl build for account types
 
 ## 0.20.8
 
 ### Patch Changes
 
--   [#50](https://github.com/codama-idl/codama/pull/50) [`6a8c6c3`](https://github.com/codama-idl/codama/commit/6a8c6c3b4c8eddbbf126b864fefab104c8758010) Thanks [@febo](https://github.com/febo)! - Add anchor traits impl for accounts
+- [#50](https://github.com/codama-idl/codama/pull/50) [`6a8c6c3`](https://github.com/codama-idl/codama/commit/6a8c6c3b4c8eddbbf126b864fefab104c8758010) Thanks [@febo](https://github.com/febo)! - Add anchor traits impl for accounts
 
 ## 0.20.7
 
 ### Patch Changes
 
--   [#45](https://github.com/codama-idl/codama/pull/45) [`378f007`](https://github.com/codama-idl/codama/commit/378f007345bda028e31cdd9d4e34ce8279257485) Thanks [@febo](https://github.com/febo)! - Add copy derive to scalar enums in Rust renderer
+- [#45](https://github.com/codama-idl/codama/pull/45) [`378f007`](https://github.com/codama-idl/codama/commit/378f007345bda028e31cdd9d4e34ce8279257485) Thanks [@febo](https://github.com/febo)! - Add copy derive to scalar enums in Rust renderer
 
--   Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
-    -   @codama/nodes@0.20.4
-    -   @codama/errors@0.20.4
-    -   @codama/renderers-core@0.20.4
-    -   @codama/visitors-core@0.20.4
+- Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
+    - @codama/nodes@0.20.4
+    - @codama/errors@0.20.4
+    - @codama/renderers-core@0.20.4
+    - @codama/visitors-core@0.20.4
 
 ## 0.20.6
 
 ### Patch Changes
 
--   Updated dependencies [[`d938e04`](https://github.com/codama-idl/codama/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
-    -   @codama/visitors-core@0.20.3
-    -   @codama/errors@0.20.3
-    -   @codama/renderers-core@0.20.3
-    -   @codama/nodes@0.20.3
+- Updated dependencies [[`d938e04`](https://github.com/codama-idl/codama/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
+    - @codama/visitors-core@0.20.3
+    - @codama/errors@0.20.3
+    - @codama/renderers-core@0.20.3
+    - @codama/nodes@0.20.3
 
 ## 0.20.5
 
 ### Patch Changes
 
--   [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
+- [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
 
--   Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
-    -   @codama/errors@0.20.2
-    -   @codama/nodes@0.20.2
-    -   @codama/renderers-core@0.20.2
-    -   @codama/visitors-core@0.20.2
+- Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
+    - @codama/errors@0.20.2
+    - @codama/nodes@0.20.2
+    - @codama/renderers-core@0.20.2
+    - @codama/visitors-core@0.20.2
 
 ## 0.20.4
 
 ### Patch Changes
 
--   [#27](https://github.com/codama-idl/codama/pull/27) [`46bfc2d`](https://github.com/codama-idl/codama/commit/46bfc2dd3609dc63e7d05e30dd1d196c9e8903cf) Thanks [@samuelvanderwaal](https://github.com/samuelvanderwaal)! - Make rust docs codama link clickable
+- [#27](https://github.com/codama-idl/codama/pull/27) [`46bfc2d`](https://github.com/codama-idl/codama/commit/46bfc2dd3609dc63e7d05e30dd1d196c9e8903cf) Thanks [@samuelvanderwaal](https://github.com/samuelvanderwaal)! - Make rust docs codama link clickable
 
--   [#32](https://github.com/codama-idl/codama/pull/32) [`3645d92`](https://github.com/codama-idl/codama/commit/3645d92845db3582b801f2a32f1c36e6b478b754) Thanks [@febo](https://github.com/febo)! - Add default impl for instruction data struct in Rust renderer
+- [#32](https://github.com/codama-idl/codama/pull/32) [`3645d92`](https://github.com/codama-idl/codama/commit/3645d92845db3582b801f2a32f1c36e6b478b754) Thanks [@febo](https://github.com/febo)! - Add default impl for instruction data struct in Rust renderer
 
--   [#31](https://github.com/codama-idl/codama/pull/31) [`e0ea30c`](https://github.com/codama-idl/codama/commit/e0ea30c168bcdc1cb376cf8ca6bd4bb76778acf2) Thanks [@febo](https://github.com/febo)! - Render error codes on Rust renderer
+- [#31](https://github.com/codama-idl/codama/pull/31) [`e0ea30c`](https://github.com/codama-idl/codama/commit/e0ea30c168bcdc1cb376cf8ca6bd4bb76778acf2) Thanks [@febo](https://github.com/febo)! - Render error codes on Rust renderer
 
 ## 0.20.3
 
 ### Patch Changes
 
--   [#25](https://github.com/codama-idl/codama/pull/25) [`2382631`](https://github.com/codama-idl/codama/commit/238263129b61df67f010b47cd9229b2662eaccb2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix generated PDA prefix
+- [#25](https://github.com/codama-idl/codama/pull/25) [`2382631`](https://github.com/codama-idl/codama/commit/238263129b61df67f010b47cd9229b2662eaccb2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix generated PDA prefix
 
 ## 0.20.2
 
 ### Patch Changes
 
--   [`2857238`](https://github.com/codama-idl/codama/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm
+- [`2857238`](https://github.com/codama-idl/codama/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm
 
--   [#24](https://github.com/codama-idl/codama/pull/24) [`b9cd6b2`](https://github.com/codama-idl/codama/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix "object is not extensible" in PDA helper function
+- [#24](https://github.com/codama-idl/codama/pull/24) [`b9cd6b2`](https://github.com/codama-idl/codama/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix "object is not extensible" in PDA helper function
 
 ## 0.20.1
 
 ### Patch Changes
 
--   [#21](https://github.com/codama-idl/codama/pull/21) [`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
+- [#21](https://github.com/codama-idl/codama/pull/21) [`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
 
--   Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
-    -   @codama/renderers-core@0.20.1
-    -   @codama/errors@0.20.1
-    -   @codama/nodes@0.20.1
-    -   @codama/visitors-core@0.20.1
+- Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+    - @codama/renderers-core@0.20.1
+    - @codama/errors@0.20.1
+    - @codama/nodes@0.20.1
+    - @codama/visitors-core@0.20.1

+ 1 - 1
packages/renderers-rust/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers-rust",
-    "version": "1.0.4",
+    "version": "1.0.5",
     "description": "Renders Rust clients for your programs",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 118 - 109
packages/renderers/CHANGELOG.md

@@ -1,287 +1,296 @@
 # @codama/renderers
 
+## 1.0.5
+
+### Patch Changes
+
+- Updated dependencies [[`2622727`](https://github.com/codama-idl/codama/commit/2622727abf05788bf9dac51a324cfc0a1e0685a7), [`3014e3b`](https://github.com/codama-idl/codama/commit/3014e3b453a80ae374d987475d29579541d4bbf7)]:
+    - @codama/renderers-js-umi@1.1.1
+    - @codama/renderers-rust@1.0.5
+    - @codama/renderers-js@1.1.1
+
 ## 1.0.4
 
 ### Patch Changes
 
--   Updated dependencies [[`d1bab68`](https://github.com/codama-idl/codama/commit/d1bab68c1c987df83da9684058e1f4316d557720)]:
-    -   @codama/renderers-js-umi@1.1.0
-    -   @codama/renderers-js@1.1.0
-    -   @codama/renderers-rust@1.0.4
+- Updated dependencies [[`d1bab68`](https://github.com/codama-idl/codama/commit/d1bab68c1c987df83da9684058e1f4316d557720)]:
+    - @codama/renderers-js-umi@1.1.0
+    - @codama/renderers-js@1.1.0
+    - @codama/renderers-rust@1.0.4
 
 ## 1.0.3
 
 ### Patch Changes
 
--   Updated dependencies [[`0c96251`](https://github.com/codama-idl/codama/commit/0c962519c470d6dcc29fcb3db6195b06222fac5d)]:
-    -   @codama/renderers-rust@1.0.3
+- Updated dependencies [[`0c96251`](https://github.com/codama-idl/codama/commit/0c962519c470d6dcc29fcb3db6195b06222fac5d)]:
+    - @codama/renderers-rust@1.0.3
 
 ## 1.0.2
 
 ### Patch Changes
 
--   Updated dependencies [[`aa6dcd1`](https://github.com/codama-idl/codama/commit/aa6dcd16fbc734c2647a1a920a224dc90c4c0b18), [`e02e2ad`](https://github.com/codama-idl/codama/commit/e02e2ad9c03caacb02c4bf24d6b7d962ba3b80c6), [`d4736da`](https://github.com/codama-idl/codama/commit/d4736daef236a8c41d53fe1f999f32b9bcbfb8c9)]:
-    -   @codama/renderers-rust@1.0.2
-    -   @codama/renderers-js-umi@1.0.1
-    -   @codama/renderers-js@1.0.1
+- Updated dependencies [[`aa6dcd1`](https://github.com/codama-idl/codama/commit/aa6dcd16fbc734c2647a1a920a224dc90c4c0b18), [`e02e2ad`](https://github.com/codama-idl/codama/commit/e02e2ad9c03caacb02c4bf24d6b7d962ba3b80c6), [`d4736da`](https://github.com/codama-idl/codama/commit/d4736daef236a8c41d53fe1f999f32b9bcbfb8c9)]:
+    - @codama/renderers-rust@1.0.2
+    - @codama/renderers-js-umi@1.0.1
+    - @codama/renderers-js@1.0.1
 
 ## 1.0.1
 
 ### Patch Changes
 
--   Updated dependencies [[`8dc7092`](https://github.com/codama-idl/codama/commit/8dc70921ba9f37bb8f3f654b82a3b5f3ffbc1339)]:
-    -   @codama/renderers-rust@1.0.1
+- Updated dependencies [[`8dc7092`](https://github.com/codama-idl/codama/commit/8dc70921ba9f37bb8f3f654b82a3b5f3ffbc1339)]:
+    - @codama/renderers-rust@1.0.1
 
 ## 1.0.0
 
 ### Major Changes
 
--   [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
+- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
 
 ### Patch Changes
 
--   Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
-    -   @codama/renderers-js@1.0.0
-    -   @codama/renderers-js-umi@1.0.0
-    -   @codama/renderers-rust@1.0.0
+- Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
+    - @codama/renderers-js@1.0.0
+    - @codama/renderers-js-umi@1.0.0
+    - @codama/renderers-rust@1.0.0
 
 ## 0.22.0
 
 ### Minor Changes
 
--   [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
+- [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
 
     Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
 
 ### Patch Changes
 
--   Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`345a145`](https://github.com/codama-idl/codama/commit/345a145bb9a9b181c8db9435a46d35dacbfced41), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540)]:
-    -   @codama/renderers-js-umi@0.22.0
-    -   @codama/renderers-rust@0.22.0
-    -   @codama/renderers-js@0.22.0
+- Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`345a145`](https://github.com/codama-idl/codama/commit/345a145bb9a9b181c8db9435a46d35dacbfced41), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540)]:
+    - @codama/renderers-js-umi@0.22.0
+    - @codama/renderers-rust@0.22.0
+    - @codama/renderers-js@0.22.0
 
 ## 0.21.5
 
 ### Patch Changes
 
--   Updated dependencies [[`3c18cee`](https://github.com/codama-idl/codama/commit/3c18ceeffb97922db500138af85d20fce00f80b2)]:
-    -   @codama/renderers-rust@0.21.8
+- Updated dependencies [[`3c18cee`](https://github.com/codama-idl/codama/commit/3c18ceeffb97922db500138af85d20fce00f80b2)]:
+    - @codama/renderers-rust@0.21.8
 
 ## 0.21.4
 
 ### Patch Changes
 
--   Updated dependencies [[`4f6c8a9`](https://github.com/codama-idl/codama/commit/4f6c8a971e70010d246b2691ccde847f0162b981)]:
-    -   @codama/renderers-js@0.21.9
-    -   @codama/renderers-js-umi@0.21.7
-    -   @codama/renderers-rust@0.21.7
+- Updated dependencies [[`4f6c8a9`](https://github.com/codama-idl/codama/commit/4f6c8a971e70010d246b2691ccde847f0162b981)]:
+    - @codama/renderers-js@0.21.9
+    - @codama/renderers-js-umi@0.21.7
+    - @codama/renderers-rust@0.21.7
 
 ## 0.21.3
 
 ### Patch Changes
 
--   Updated dependencies [[`6639091`](https://github.com/codama-idl/codama/commit/6639091714ae3b5c4330f0b1f43816fea373d55f)]:
-    -   @codama/renderers-js@0.21.8
+- Updated dependencies [[`6639091`](https://github.com/codama-idl/codama/commit/6639091714ae3b5c4330f0b1f43816fea373d55f)]:
+    - @codama/renderers-js@0.21.8
 
 ## 0.21.2
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/renderers-js@0.21.7
-    -   @codama/renderers-js-umi@0.21.6
-    -   @codama/renderers-rust@0.21.6
+- Updated dependencies []:
+    - @codama/renderers-js@0.21.7
+    - @codama/renderers-js-umi@0.21.6
+    - @codama/renderers-rust@0.21.6
 
 ## 0.21.1
 
 ### Patch Changes
 
--   Updated dependencies [[`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6)]:
-    -   @codama/renderers-js-umi@0.21.5
-    -   @codama/renderers-js@0.21.6
-    -   @codama/renderers-rust@0.21.5
+- Updated dependencies [[`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6)]:
+    - @codama/renderers-js-umi@0.21.5
+    - @codama/renderers-js@0.21.6
+    - @codama/renderers-rust@0.21.5
 
 ## 0.21.0
 
 ### Minor Changes
 
--   [`f13abb0`](https://github.com/codama-idl/codama/commit/f13abb01fc4a6fc76fe4566e3f667aab92b43480) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Bring some packages to 0.21 range
+- [`f13abb0`](https://github.com/codama-idl/codama/commit/f13abb01fc4a6fc76fe4566e3f667aab92b43480) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Bring some packages to 0.21 range
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/renderers-js@0.21.5
-    -   @codama/renderers-js-umi@0.21.4
-    -   @codama/renderers-rust@0.21.4
+- Updated dependencies []:
+    - @codama/renderers-js@0.21.5
+    - @codama/renderers-js-umi@0.21.4
+    - @codama/renderers-rust@0.21.4
 
 ## 0.20.21
 
 ### Patch Changes
 
--   Updated dependencies [[`2e8ce36`](https://github.com/codama-idl/codama/commit/2e8ce36af43a853673b0805c86a62672869de487)]:
-    -   @codama/renderers-js@0.21.4
-    -   @codama/renderers-js-umi@0.21.3
-    -   @codama/renderers-rust@0.21.3
+- Updated dependencies [[`2e8ce36`](https://github.com/codama-idl/codama/commit/2e8ce36af43a853673b0805c86a62672869de487)]:
+    - @codama/renderers-js@0.21.4
+    - @codama/renderers-js-umi@0.21.3
+    - @codama/renderers-rust@0.21.3
 
 ## 0.20.20
 
 ### Patch Changes
 
--   Updated dependencies [[`524687c`](https://github.com/codama-idl/codama/commit/524687cfe4b1a5e7a64cd133191bc1548f580d5b), [`87bab8a`](https://github.com/codama-idl/codama/commit/87bab8ad6f2e40903064be9258a741e176eeef77)]:
-    -   @codama/renderers-js@0.21.3
-    -   @codama/renderers-js-umi@0.21.2
-    -   @codama/renderers-rust@0.21.2
+- Updated dependencies [[`524687c`](https://github.com/codama-idl/codama/commit/524687cfe4b1a5e7a64cd133191bc1548f580d5b), [`87bab8a`](https://github.com/codama-idl/codama/commit/87bab8ad6f2e40903064be9258a741e176eeef77)]:
+    - @codama/renderers-js@0.21.3
+    - @codama/renderers-js-umi@0.21.2
+    - @codama/renderers-rust@0.21.2
 
 ## 0.20.19
 
 ### Patch Changes
 
--   Updated dependencies [[`38d6de8`](https://github.com/codama-idl/codama/commit/38d6de848e93417d5e5f0935e5bfb5264dc8caf3)]:
-    -   @codama/renderers-js-umi@0.21.1
+- Updated dependencies [[`38d6de8`](https://github.com/codama-idl/codama/commit/38d6de848e93417d5e5f0935e5bfb5264dc8caf3)]:
+    - @codama/renderers-js-umi@0.21.1
 
 ## 0.20.18
 
 ### Patch Changes
 
--   Updated dependencies [[`33cc3b7`](https://github.com/codama-idl/codama/commit/33cc3b7d29e60f5c0bd746f229187c1747755fbb), [`dc04203`](https://github.com/codama-idl/codama/commit/dc04203f427502614a6300fd9b7fa7b0a7d61930)]:
-    -   @codama/renderers-rust@0.21.1
+- Updated dependencies [[`33cc3b7`](https://github.com/codama-idl/codama/commit/33cc3b7d29e60f5c0bd746f229187c1747755fbb), [`dc04203`](https://github.com/codama-idl/codama/commit/dc04203f427502614a6300fd9b7fa7b0a7d61930)]:
+    - @codama/renderers-rust@0.21.1
 
 ## 0.20.17
 
 ### Patch Changes
 
--   Updated dependencies [[`af8ac37`](https://github.com/codama-idl/codama/commit/af8ac374192d1c1b6c834c31fa30bc72d4b7da8e)]:
-    -   @codama/renderers-js@0.21.2
+- Updated dependencies [[`af8ac37`](https://github.com/codama-idl/codama/commit/af8ac374192d1c1b6c834c31fa30bc72d4b7da8e)]:
+    - @codama/renderers-js@0.21.2
 
 ## 0.20.16
 
 ### Patch Changes
 
--   Updated dependencies [[`62545be`](https://github.com/codama-idl/codama/commit/62545be66e44747d7fd31f186a7a3c856ea2ad9c)]:
-    -   @codama/renderers-js@0.21.1
+- Updated dependencies [[`62545be`](https://github.com/codama-idl/codama/commit/62545be66e44747d7fd31f186a7a3c856ea2ad9c)]:
+    - @codama/renderers-js@0.21.1
 
 ## 0.20.15
 
 ### Patch Changes
 
--   Updated dependencies [[`2d45383`](https://github.com/codama-idl/codama/commit/2d453830621047da2a18001ab427db9b603ad025), [`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
-    -   @codama/renderers-js-umi@0.21.0
-    -   @codama/renderers-rust@0.21.0
-    -   @codama/renderers-js@0.21.0
+- Updated dependencies [[`2d45383`](https://github.com/codama-idl/codama/commit/2d453830621047da2a18001ab427db9b603ad025), [`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
+    - @codama/renderers-js-umi@0.21.0
+    - @codama/renderers-rust@0.21.0
+    - @codama/renderers-js@0.21.0
 
 ## 0.20.14
 
 ### Patch Changes
 
--   Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f), [`93942cc`](https://github.com/codama-idl/codama/commit/93942ccb8cb87d4f4ede1ef3e2398e10635dbaf2)]:
-    -   @codama/renderers-js-umi@0.20.8
-    -   @codama/renderers-rust@0.20.12
-    -   @codama/renderers-js@0.20.11
+- Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f), [`93942cc`](https://github.com/codama-idl/codama/commit/93942ccb8cb87d4f4ede1ef3e2398e10635dbaf2)]:
+    - @codama/renderers-js-umi@0.20.8
+    - @codama/renderers-rust@0.20.12
+    - @codama/renderers-js@0.20.11
 
 ## 0.20.13
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/renderers-js@0.20.10
-    -   @codama/renderers-js-umi@0.20.7
-    -   @codama/renderers-rust@0.20.11
+- Updated dependencies []:
+    - @codama/renderers-js@0.20.10
+    - @codama/renderers-js-umi@0.20.7
+    - @codama/renderers-rust@0.20.11
 
 ## 0.20.12
 
 ### Patch Changes
 
--   Updated dependencies [[`1d4223c`](https://github.com/codama-idl/codama/commit/1d4223c601ca34884f3b6ab1dfc42a3296502af2)]:
-    -   @codama/renderers-js-umi@0.20.6
+- Updated dependencies [[`1d4223c`](https://github.com/codama-idl/codama/commit/1d4223c601ca34884f3b6ab1dfc42a3296502af2)]:
+    - @codama/renderers-js-umi@0.20.6
 
 ## 0.20.11
 
 ### Patch Changes
 
--   Updated dependencies [[`cde409c`](https://github.com/codama-idl/codama/commit/cde409c6132a66a27091bfb7025904e70b7689a4)]:
-    -   @codama/renderers-rust@0.20.10
+- Updated dependencies [[`cde409c`](https://github.com/codama-idl/codama/commit/cde409c6132a66a27091bfb7025904e70b7689a4)]:
+    - @codama/renderers-rust@0.20.10
 
 ## 0.20.10
 
 ### Patch Changes
 
--   Updated dependencies [[`5b8186f`](https://github.com/codama-idl/codama/commit/5b8186f0231e767bba7fa02a201eb7dcb87591a3), [`e3e4099`](https://github.com/codama-idl/codama/commit/e3e4099e33b4d1dd9bc63e9c4997dc00426c8010)]:
-    -   @codama/renderers-rust@0.20.9
-    -   @codama/renderers-js@0.20.9
+- Updated dependencies [[`5b8186f`](https://github.com/codama-idl/codama/commit/5b8186f0231e767bba7fa02a201eb7dcb87591a3), [`e3e4099`](https://github.com/codama-idl/codama/commit/e3e4099e33b4d1dd9bc63e9c4997dc00426c8010)]:
+    - @codama/renderers-rust@0.20.9
+    - @codama/renderers-js@0.20.9
 
 ## 0.20.9
 
 ### Patch Changes
 
--   Updated dependencies [[`baeaf14`](https://github.com/codama-idl/codama/commit/baeaf1495ca592f6fdad7d10e9f0bed6f81888f1), [`6a8c6c3`](https://github.com/codama-idl/codama/commit/6a8c6c3b4c8eddbbf126b864fefab104c8758010), [`0771b9d`](https://github.com/codama-idl/codama/commit/0771b9d1c6447db85887831f921dbe92a2e0adfc)]:
-    -   @codama/renderers-js@0.20.8
-    -   @codama/renderers-rust@0.20.8
+- Updated dependencies [[`baeaf14`](https://github.com/codama-idl/codama/commit/baeaf1495ca592f6fdad7d10e9f0bed6f81888f1), [`6a8c6c3`](https://github.com/codama-idl/codama/commit/6a8c6c3b4c8eddbbf126b864fefab104c8758010), [`0771b9d`](https://github.com/codama-idl/codama/commit/0771b9d1c6447db85887831f921dbe92a2e0adfc)]:
+    - @codama/renderers-js@0.20.8
+    - @codama/renderers-rust@0.20.8
 
 ## 0.20.8
 
 ### Patch Changes
 
--   Updated dependencies [[`bcd5eae`](https://github.com/codama-idl/codama/commit/bcd5eaedf673432106e7cc72273e36f729cc8275)]:
-    -   @codama/renderers-js@0.20.7
+- Updated dependencies [[`bcd5eae`](https://github.com/codama-idl/codama/commit/bcd5eaedf673432106e7cc72273e36f729cc8275)]:
+    - @codama/renderers-js@0.20.7
 
 ## 0.20.7
 
 ### Patch Changes
 
--   Updated dependencies [[`378f007`](https://github.com/codama-idl/codama/commit/378f007345bda028e31cdd9d4e34ce8279257485), [`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
-    -   @codama/renderers-rust@0.20.7
-    -   @codama/renderers-js-umi@0.20.5
-    -   @codama/renderers-js@0.20.6
+- Updated dependencies [[`378f007`](https://github.com/codama-idl/codama/commit/378f007345bda028e31cdd9d4e34ce8279257485), [`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
+    - @codama/renderers-rust@0.20.7
+    - @codama/renderers-js-umi@0.20.5
+    - @codama/renderers-js@0.20.6
 
 ## 0.20.6
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/renderers-js@0.20.5
-    -   @codama/renderers-js-umi@0.20.4
-    -   @codama/renderers-rust@0.20.6
+- Updated dependencies []:
+    - @codama/renderers-js@0.20.5
+    - @codama/renderers-js-umi@0.20.4
+    - @codama/renderers-rust@0.20.6
 
 ## 0.20.5
 
 ### Patch Changes
 
--   [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
+- [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
 
--   Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
-    -   @codama/renderers-js@0.20.4
-    -   @codama/renderers-js-umi@0.20.3
-    -   @codama/renderers-rust@0.20.5
+- Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
+    - @codama/renderers-js@0.20.4
+    - @codama/renderers-js-umi@0.20.3
+    - @codama/renderers-rust@0.20.5
 
 ## 0.20.4
 
 ### Patch Changes
 
--   Updated dependencies [[`46bfc2d`](https://github.com/codama-idl/codama/commit/46bfc2dd3609dc63e7d05e30dd1d196c9e8903cf), [`3645d92`](https://github.com/codama-idl/codama/commit/3645d92845db3582b801f2a32f1c36e6b478b754), [`5794385`](https://github.com/codama-idl/codama/commit/57943852a2cf3ba6552942d9787f82657d38fafb), [`e0ea30c`](https://github.com/codama-idl/codama/commit/e0ea30c168bcdc1cb376cf8ca6bd4bb76778acf2)]:
-    -   @codama/renderers-rust@0.20.4
-    -   @codama/renderers-js@0.20.3
+- Updated dependencies [[`46bfc2d`](https://github.com/codama-idl/codama/commit/46bfc2dd3609dc63e7d05e30dd1d196c9e8903cf), [`3645d92`](https://github.com/codama-idl/codama/commit/3645d92845db3582b801f2a32f1c36e6b478b754), [`5794385`](https://github.com/codama-idl/codama/commit/57943852a2cf3ba6552942d9787f82657d38fafb), [`e0ea30c`](https://github.com/codama-idl/codama/commit/e0ea30c168bcdc1cb376cf8ca6bd4bb76778acf2)]:
+    - @codama/renderers-rust@0.20.4
+    - @codama/renderers-js@0.20.3
 
 ## 0.20.3
 
 ### Patch Changes
 
--   Updated dependencies [[`2382631`](https://github.com/codama-idl/codama/commit/238263129b61df67f010b47cd9229b2662eaccb2)]:
-    -   @codama/renderers-rust@0.20.3
+- Updated dependencies [[`2382631`](https://github.com/codama-idl/codama/commit/238263129b61df67f010b47cd9229b2662eaccb2)]:
+    - @codama/renderers-rust@0.20.3
 
 ## 0.20.2
 
 ### Patch Changes
 
--   Updated dependencies [[`2857238`](https://github.com/codama-idl/codama/commit/28572383c1f6f6968df88be61d49b41059475d94), [`b9cd6b2`](https://github.com/codama-idl/codama/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98)]:
-    -   @codama/renderers-js-umi@0.20.2
-    -   @codama/renderers-rust@0.20.2
-    -   @codama/renderers-js@0.20.2
+- Updated dependencies [[`2857238`](https://github.com/codama-idl/codama/commit/28572383c1f6f6968df88be61d49b41059475d94), [`b9cd6b2`](https://github.com/codama-idl/codama/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98)]:
+    - @codama/renderers-js-umi@0.20.2
+    - @codama/renderers-rust@0.20.2
+    - @codama/renderers-js@0.20.2
 
 ## 0.20.1
 
 ### Patch Changes
 
--   Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
-    -   @codama/renderers-js-umi@0.20.1
-    -   @codama/renderers-rust@0.20.1
-    -   @codama/renderers-js@0.20.1
+- Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+    - @codama/renderers-js-umi@0.20.1
+    - @codama/renderers-rust@0.20.1
+    - @codama/renderers-js@0.20.1

+ 1 - 1
packages/renderers/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers",
-    "version": "1.0.4",
+    "version": "1.0.5",
     "description": "Exports all Codama renderers",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 72 - 63
packages/validators/CHANGELOG.md

@@ -1,148 +1,157 @@
 # @codama/validators
 
+## 1.2.0
+
+### Patch Changes
+
+- Updated dependencies [[`a3225b0`](https://github.com/codama-idl/codama/commit/a3225b0e68e59746f911865653bb1d05c3aec22b), [`2622727`](https://github.com/codama-idl/codama/commit/2622727abf05788bf9dac51a324cfc0a1e0685a7)]:
+    - @codama/nodes@1.2.0
+    - @codama/visitors-core@1.2.0
+    - @codama/errors@1.2.0
+
 ## 1.1.0
 
 ### Patch Changes
 
--   Updated dependencies [[`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90), [`81dedc1`](https://github.com/codama-idl/codama/commit/81dedc195feab40bfc3aa676a633a8340ad56e24), [`4799a7f`](https://github.com/codama-idl/codama/commit/4799a7f291677304823aa206bed64baabc20eb5b), [`1f52f00`](https://github.com/codama-idl/codama/commit/1f52f00ba2a75a783879abfbaf4397c3e04e4db4), [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c), [`e95783b`](https://github.com/codama-idl/codama/commit/e95783bf02fd12327ca5b6f1c1c4e50e189dd241)]:
-    -   @codama/visitors-core@1.1.0
-    -   @codama/errors@1.1.0
-    -   @codama/nodes@1.1.0
+- Updated dependencies [[`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90), [`81dedc1`](https://github.com/codama-idl/codama/commit/81dedc195feab40bfc3aa676a633a8340ad56e24), [`4799a7f`](https://github.com/codama-idl/codama/commit/4799a7f291677304823aa206bed64baabc20eb5b), [`1f52f00`](https://github.com/codama-idl/codama/commit/1f52f00ba2a75a783879abfbaf4397c3e04e4db4), [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c), [`e95783b`](https://github.com/codama-idl/codama/commit/e95783bf02fd12327ca5b6f1c1c4e50e189dd241)]:
+    - @codama/visitors-core@1.1.0
+    - @codama/errors@1.1.0
+    - @codama/nodes@1.1.0
 
 ## 1.0.0
 
 ### Major Changes
 
--   [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
+- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
 
 ### Patch Changes
 
--   Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
-    -   @codama/errors@1.0.0
-    -   @codama/nodes@1.0.0
-    -   @codama/visitors-core@1.0.0
+- Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
+    - @codama/errors@1.0.0
+    - @codama/nodes@1.0.0
+    - @codama/visitors-core@1.0.0
 
 ## 0.22.0
 
 ### Minor Changes
 
--   [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
+- [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
 
     Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
 
 ### Patch Changes
 
--   Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
-    -   @codama/visitors-core@0.22.0
-    -   @codama/errors@0.22.0
-    -   @codama/nodes@0.22.0
+- Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    - @codama/visitors-core@0.22.0
+    - @codama/errors@0.22.0
+    - @codama/nodes@0.22.0
 
 ## 0.21.5
 
 ### Patch Changes
 
--   Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
-    -   @codama/errors@0.21.5
-    -   @codama/nodes@0.21.5
-    -   @codama/visitors-core@0.21.5
+- Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    - @codama/errors@0.21.5
+    - @codama/nodes@0.21.5
+    - @codama/visitors-core@0.21.5
 
 ## 0.21.4
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/errors@0.21.4
-    -   @codama/nodes@0.21.4
-    -   @codama/visitors-core@0.21.4
+- Updated dependencies []:
+    - @codama/errors@0.21.4
+    - @codama/nodes@0.21.4
+    - @codama/visitors-core@0.21.4
 
 ## 0.21.3
 
 ### Patch Changes
 
--   Updated dependencies [[`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6)]:
-    -   @codama/visitors-core@0.21.3
-    -   @codama/errors@0.21.3
-    -   @codama/nodes@0.21.3
+- Updated dependencies [[`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6)]:
+    - @codama/visitors-core@0.21.3
+    - @codama/errors@0.21.3
+    - @codama/nodes@0.21.3
 
 ## 0.21.2
 
 ### Patch Changes
 
--   Updated dependencies [[`23e3dc2`](https://github.com/codama-idl/codama/commit/23e3dc2da6072fefc40e8205c19e44b646aa40a0), [`33de843`](https://github.com/codama-idl/codama/commit/33de84386af661dc870b248b5301dafe1df2aba2)]:
-    -   @codama/visitors-core@0.21.2
-    -   @codama/errors@0.21.2
-    -   @codama/nodes@0.21.2
+- Updated dependencies [[`23e3dc2`](https://github.com/codama-idl/codama/commit/23e3dc2da6072fefc40e8205c19e44b646aa40a0), [`33de843`](https://github.com/codama-idl/codama/commit/33de84386af661dc870b248b5301dafe1df2aba2)]:
+    - @codama/visitors-core@0.21.2
+    - @codama/errors@0.21.2
+    - @codama/nodes@0.21.2
 
 ## 0.21.1
 
 ### Patch Changes
 
--   Updated dependencies [[`2e8ce36`](https://github.com/codama-idl/codama/commit/2e8ce36af43a853673b0805c86a62672869de487)]:
-    -   @codama/visitors-core@0.21.1
-    -   @codama/errors@0.21.1
-    -   @codama/nodes@0.21.1
+- Updated dependencies [[`2e8ce36`](https://github.com/codama-idl/codama/commit/2e8ce36af43a853673b0805c86a62672869de487)]:
+    - @codama/visitors-core@0.21.1
+    - @codama/errors@0.21.1
+    - @codama/nodes@0.21.1
 
 ## 0.21.0
 
 ### Patch Changes
 
--   Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
-    -   @codama/visitors-core@0.21.0
-    -   @codama/errors@0.21.0
-    -   @codama/nodes@0.21.0
+- Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
+    - @codama/visitors-core@0.21.0
+    - @codama/errors@0.21.0
+    - @codama/nodes@0.21.0
 
 ## 0.20.6
 
 ### Patch Changes
 
--   Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
-    -   @codama/errors@0.20.6
-    -   @codama/nodes@0.20.6
-    -   @codama/visitors-core@0.20.6
+- Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
+    - @codama/errors@0.20.6
+    - @codama/nodes@0.20.6
+    - @codama/visitors-core@0.20.6
 
 ## 0.20.5
 
 ### Patch Changes
 
--   Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/codama-idl/codama/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
-    -   @codama/errors@0.20.5
-    -   @codama/nodes@0.20.5
-    -   @codama/visitors-core@0.20.5
+- Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/codama-idl/codama/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
+    - @codama/errors@0.20.5
+    - @codama/nodes@0.20.5
+    - @codama/visitors-core@0.20.5
 
 ## 0.20.4
 
 ### Patch Changes
 
--   Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
-    -   @codama/nodes@0.20.4
-    -   @codama/errors@0.20.4
-    -   @codama/visitors-core@0.20.4
+- Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
+    - @codama/nodes@0.20.4
+    - @codama/errors@0.20.4
+    - @codama/visitors-core@0.20.4
 
 ## 0.20.3
 
 ### Patch Changes
 
--   Updated dependencies [[`d938e04`](https://github.com/codama-idl/codama/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
-    -   @codama/visitors-core@0.20.3
-    -   @codama/errors@0.20.3
-    -   @codama/nodes@0.20.3
+- Updated dependencies [[`d938e04`](https://github.com/codama-idl/codama/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
+    - @codama/visitors-core@0.20.3
+    - @codama/errors@0.20.3
+    - @codama/nodes@0.20.3
 
 ## 0.20.2
 
 ### Patch Changes
 
--   [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
+- [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
 
--   Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
-    -   @codama/errors@0.20.2
-    -   @codama/nodes@0.20.2
-    -   @codama/visitors-core@0.20.2
+- Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
+    - @codama/errors@0.20.2
+    - @codama/nodes@0.20.2
+    - @codama/visitors-core@0.20.2
 
 ## 0.20.1
 
 ### Patch Changes
 
--   Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
-    -   @codama/errors@0.20.1
-    -   @codama/nodes@0.20.1
-    -   @codama/visitors-core@0.20.1
+- Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+    - @codama/errors@0.20.1
+    - @codama/nodes@0.20.1
+    - @codama/visitors-core@0.20.1

+ 1 - 1
packages/validators/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/validators",
-    "version": "1.1.0",
+    "version": "1.2.0",
     "description": "Validator visitors for the Codama framework",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 73 - 63
packages/visitors-core/CHANGELOG.md

@@ -1,169 +1,179 @@
 # @codama/visitors-core
 
+## 1.2.0
+
+### Patch Changes
+
+- [#334](https://github.com/codama-idl/codama/pull/334) [`2622727`](https://github.com/codama-idl/codama/commit/2622727abf05788bf9dac51a324cfc0a1e0685a7) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Bump dependencies
+
+- Updated dependencies [[`a3225b0`](https://github.com/codama-idl/codama/commit/a3225b0e68e59746f911865653bb1d05c3aec22b), [`2622727`](https://github.com/codama-idl/codama/commit/2622727abf05788bf9dac51a324cfc0a1e0685a7)]:
+    - @codama/nodes@1.2.0
+    - @codama/errors@1.2.0
+
 ## 1.1.0
 
 ### Minor Changes
 
--   [#280](https://github.com/codama-idl/codama/pull/280) [`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use `NodePaths` in `NodeSelectors`
+- [#280](https://github.com/codama-idl/codama/pull/280) [`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use `NodePaths` in `NodeSelectors`
 
--   [#270](https://github.com/codama-idl/codama/pull/270) [`81dedc1`](https://github.com/codama-idl/codama/commit/81dedc195feab40bfc3aa676a633a8340ad56e24) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Record and resolve `NodePaths` instead of `Nodes` in `LinkableDictionary`
+- [#270](https://github.com/codama-idl/codama/pull/270) [`81dedc1`](https://github.com/codama-idl/codama/commit/81dedc195feab40bfc3aa676a633a8340ad56e24) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Record and resolve `NodePaths` instead of `Nodes` in `LinkableDictionary`
 
--   [#266](https://github.com/codama-idl/codama/pull/266) [`4799a7f`](https://github.com/codama-idl/codama/commit/4799a7f291677304823aa206bed64baabc20eb5b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `LinkableDictionary`'s inner `NodeStack`
+- [#266](https://github.com/codama-idl/codama/pull/266) [`4799a7f`](https://github.com/codama-idl/codama/commit/4799a7f291677304823aa206bed64baabc20eb5b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `LinkableDictionary`'s inner `NodeStack`
 
--   [#282](https://github.com/codama-idl/codama/pull/282) [`1f52f00`](https://github.com/codama-idl/codama/commit/1f52f00ba2a75a783879abfbaf4397c3e04e4db4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix LinkNode paths for `getByteSizeVisitor`
+- [#282](https://github.com/codama-idl/codama/pull/282) [`1f52f00`](https://github.com/codama-idl/codama/commit/1f52f00ba2a75a783879abfbaf4397c3e04e4db4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix LinkNode paths for `getByteSizeVisitor`
 
--   [#285](https://github.com/codama-idl/codama/pull/285) [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow passing `NodeStacks` to nested visitors
+- [#285](https://github.com/codama-idl/codama/pull/285) [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow passing `NodeStacks` to nested visitors
 
--   [#269](https://github.com/codama-idl/codama/pull/269) [`e95783b`](https://github.com/codama-idl/codama/commit/e95783bf02fd12327ca5b6f1c1c4e50e189dd241) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Introduces the `NodePath` type
+- [#269](https://github.com/codama-idl/codama/pull/269) [`e95783b`](https://github.com/codama-idl/codama/commit/e95783bf02fd12327ca5b6f1c1c4e50e189dd241) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Introduces the `NodePath` type
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/errors@1.1.0
-    -   @codama/nodes@1.1.0
+- Updated dependencies []:
+    - @codama/errors@1.1.0
+    - @codama/nodes@1.1.0
 
 ## 1.0.0
 
 ### Major Changes
 
--   [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
+- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
 
 ### Patch Changes
 
--   Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
-    -   @codama/errors@1.0.0
-    -   @codama/nodes@1.0.0
+- Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
+    - @codama/errors@1.0.0
+    - @codama/nodes@1.0.0
 
 ## 0.22.0
 
 ### Minor Changes
 
--   [#183](https://github.com/codama-idl/codama/pull/183) [`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
+- [#183](https://github.com/codama-idl/codama/pull/183) [`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
 
--   [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
+- [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
 
     Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
 
--   [#180](https://github.com/codama-idl/codama/pull/180) [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional `program` attribute to link nodes and namespace linkable nodes under their associated program.
+- [#180](https://github.com/codama-idl/codama/pull/180) [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional `program` attribute to link nodes and namespace linkable nodes under their associated program.
 
 ### Patch Changes
 
--   Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
-    -   @codama/errors@0.22.0
-    -   @codama/nodes@0.22.0
+- Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    - @codama/errors@0.22.0
+    - @codama/nodes@0.22.0
 
 ## 0.21.5
 
 ### Patch Changes
 
--   Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
-    -   @codama/errors@0.21.5
-    -   @codama/nodes@0.21.5
+- Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    - @codama/errors@0.21.5
+    - @codama/nodes@0.21.5
 
 ## 0.21.4
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/errors@0.21.4
-    -   @codama/nodes@0.21.4
+- Updated dependencies []:
+    - @codama/errors@0.21.4
+    - @codama/nodes@0.21.4
 
 ## 0.21.3
 
 ### Patch Changes
 
--   [#123](https://github.com/codama-idl/codama/pull/123) [`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update prettier
+- [#123](https://github.com/codama-idl/codama/pull/123) [`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update prettier
 
--   Updated dependencies []:
-    -   @codama/errors@0.21.3
-    -   @codama/nodes@0.21.3
+- Updated dependencies []:
+    - @codama/errors@0.21.3
+    - @codama/nodes@0.21.3
 
 ## 0.21.2
 
 ### Patch Changes
 
--   [#173](https://github.com/codama-idl/codama/pull/173) [`23e3dc2`](https://github.com/codama-idl/codama/commit/23e3dc2da6072fefc40e8205c19e44b646aa40a0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Record linkables before the first visit
+- [#173](https://github.com/codama-idl/codama/pull/173) [`23e3dc2`](https://github.com/codama-idl/codama/commit/23e3dc2da6072fefc40e8205c19e44b646aa40a0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Record linkables before the first visit
 
--   [#172](https://github.com/codama-idl/codama/pull/172) [`33de843`](https://github.com/codama-idl/codama/commit/33de84386af661dc870b248b5301dafe1df2aba2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `interceptFirstVisitVisitor` helper
+- [#172](https://github.com/codama-idl/codama/pull/172) [`33de843`](https://github.com/codama-idl/codama/commit/33de84386af661dc870b248b5301dafe1df2aba2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `interceptFirstVisitVisitor` helper
 
--   Updated dependencies []:
-    -   @codama/errors@0.21.2
-    -   @codama/nodes@0.21.2
+- Updated dependencies []:
+    - @codama/errors@0.21.2
+    - @codama/nodes@0.21.2
 
 ## 0.21.1
 
 ### Patch Changes
 
--   [#168](https://github.com/codama-idl/codama/pull/168) [`2e8ce36`](https://github.com/codama-idl/codama/commit/2e8ce36af43a853673b0805c86a62672869de487) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `find` helper function to the `NodeStack` class
+- [#168](https://github.com/codama-idl/codama/pull/168) [`2e8ce36`](https://github.com/codama-idl/codama/commit/2e8ce36af43a853673b0805c86a62672869de487) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `find` helper function to the `NodeStack` class
 
--   Updated dependencies []:
-    -   @codama/errors@0.21.1
-    -   @codama/nodes@0.21.1
+- Updated dependencies []:
+    - @codama/errors@0.21.1
+    - @codama/nodes@0.21.1
 
 ## 0.21.0
 
 ### Minor Changes
 
--   [#111](https://github.com/codama-idl/codama/pull/111) [`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode`
+- [#111](https://github.com/codama-idl/codama/pull/111) [`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode`
 
     A node that represents an optional item using a child `TypeNode` such that the item can either be present — i.e. `Some<T>` — or absent — i.e. `None` — depending on whether or not there are remaining bytes in the buffer.
 
 ### Patch Changes
 
--   Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
-    -   @codama/errors@0.21.0
-    -   @codama/nodes@0.21.0
+- Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
+    - @codama/errors@0.21.0
+    - @codama/nodes@0.21.0
 
 ## 0.20.6
 
 ### Patch Changes
 
--   Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
-    -   @codama/errors@0.20.6
-    -   @codama/nodes@0.20.6
+- Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
+    - @codama/errors@0.20.6
+    - @codama/nodes@0.20.6
 
 ## 0.20.5
 
 ### Patch Changes
 
--   [#94](https://github.com/codama-idl/codama/pull/94) [`88572e8`](https://github.com/codama-idl/codama/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix identityVisitor for inlined PdaValueNode
+- [#94](https://github.com/codama-idl/codama/pull/94) [`88572e8`](https://github.com/codama-idl/codama/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix identityVisitor for inlined PdaValueNode
 
--   Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8)]:
-    -   @codama/errors@0.20.5
-    -   @codama/nodes@0.20.5
+- Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8)]:
+    - @codama/errors@0.20.5
+    - @codama/nodes@0.20.5
 
 ## 0.20.4
 
 ### Patch Changes
 
--   Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
-    -   @codama/nodes@0.20.4
-    -   @codama/errors@0.20.4
+- Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
+    - @codama/nodes@0.20.4
+    - @codama/errors@0.20.4
 
 ## 0.20.3
 
 ### Patch Changes
 
--   [#39](https://github.com/codama-idl/codama/pull/39) [`d938e04`](https://github.com/codama-idl/codama/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70) Thanks [@febo](https://github.com/febo)! - Add missing getOrThrow implementation
+- [#39](https://github.com/codama-idl/codama/pull/39) [`d938e04`](https://github.com/codama-idl/codama/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70) Thanks [@febo](https://github.com/febo)! - Add missing getOrThrow implementation
 
--   Updated dependencies [[`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
-    -   @codama/errors@0.20.3
-    -   @codama/nodes@0.20.3
+- Updated dependencies [[`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
+    - @codama/errors@0.20.3
+    - @codama/nodes@0.20.3
 
 ## 0.20.2
 
 ### Patch Changes
 
--   [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
+- [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
 
--   Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
-    -   @codama/errors@0.20.2
-    -   @codama/nodes@0.20.2
+- Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
+    - @codama/errors@0.20.2
+    - @codama/nodes@0.20.2
 
 ## 0.20.1
 
 ### Patch Changes
 
--   Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
-    -   @codama/errors@0.20.1
-    -   @codama/nodes@0.20.1
+- Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+    - @codama/errors@0.20.1
+    - @codama/nodes@0.20.1

+ 1 - 1
packages/visitors-core/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/visitors-core",
-    "version": "1.1.0",
+    "version": "1.2.0",
     "description": "Core visitors for the Codama framework",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 86 - 69
packages/visitors/CHANGELOG.md

@@ -1,162 +1,179 @@
 # @codama/visitors
 
+## 1.2.0
+
+### Minor Changes
+
+- [#314](https://github.com/codama-idl/codama/pull/314) [`e55bcd7`](https://github.com/codama-idl/codama/commit/e55bcd7ee7462cb485ec8642e46208072c437f2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use program names when unwrapping link nodes
+
+- [#362](https://github.com/codama-idl/codama/pull/362) [`d956af2`](https://github.com/codama-idl/codama/commit/d956af2db05b9499e6836b765599cacb20e179b9) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Transform all u8 arrays by default in `transformU8ArraysToBytesVisitor`
+
+### Patch Changes
+
+- [#334](https://github.com/codama-idl/codama/pull/334) [`2622727`](https://github.com/codama-idl/codama/commit/2622727abf05788bf9dac51a324cfc0a1e0685a7) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Bump dependencies
+
+- Updated dependencies [[`a3225b0`](https://github.com/codama-idl/codama/commit/a3225b0e68e59746f911865653bb1d05c3aec22b), [`2622727`](https://github.com/codama-idl/codama/commit/2622727abf05788bf9dac51a324cfc0a1e0685a7)]:
+    - @codama/nodes@1.2.0
+    - @codama/visitors-core@1.2.0
+    - @codama/errors@1.2.0
+
 ## 1.1.0
 
 ### Minor Changes
 
--   [#281](https://github.com/codama-idl/codama/pull/281) [`c78f3ca`](https://github.com/codama-idl/codama/commit/c78f3ca2291d1b6aed48e65dece9f97bc8b27c03) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use `NodePaths` in `fillDefaultPdaSeedValuesVisitor`
+- [#281](https://github.com/codama-idl/codama/pull/281) [`c78f3ca`](https://github.com/codama-idl/codama/commit/c78f3ca2291d1b6aed48e65dece9f97bc8b27c03) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use `NodePaths` in `fillDefaultPdaSeedValuesVisitor`
 
--   [#280](https://github.com/codama-idl/codama/pull/280) [`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use `NodePaths` in `NodeSelectors`
+- [#280](https://github.com/codama-idl/codama/pull/280) [`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use `NodePaths` in `NodeSelectors`
 
--   [#283](https://github.com/codama-idl/codama/pull/283) [`5bdd745`](https://github.com/codama-idl/codama/commit/5bdd745b313c4611fbc75e3eb03e368c4905ffce) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix LinkNode paths for `unwrapDefinedTypesVisitor`
+- [#283](https://github.com/codama-idl/codama/pull/283) [`5bdd745`](https://github.com/codama-idl/codama/commit/5bdd745b313c4611fbc75e3eb03e368c4905ffce) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix LinkNode paths for `unwrapDefinedTypesVisitor`
 
--   [#285](https://github.com/codama-idl/codama/pull/285) [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow passing `NodeStacks` to nested visitors
+- [#285](https://github.com/codama-idl/codama/pull/285) [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow passing `NodeStacks` to nested visitors
 
 ### Patch Changes
 
--   Updated dependencies [[`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90), [`81dedc1`](https://github.com/codama-idl/codama/commit/81dedc195feab40bfc3aa676a633a8340ad56e24), [`4799a7f`](https://github.com/codama-idl/codama/commit/4799a7f291677304823aa206bed64baabc20eb5b), [`1f52f00`](https://github.com/codama-idl/codama/commit/1f52f00ba2a75a783879abfbaf4397c3e04e4db4), [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c), [`e95783b`](https://github.com/codama-idl/codama/commit/e95783bf02fd12327ca5b6f1c1c4e50e189dd241)]:
-    -   @codama/visitors-core@1.1.0
-    -   @codama/errors@1.1.0
-    -   @codama/nodes@1.1.0
+- Updated dependencies [[`c31eea8`](https://github.com/codama-idl/codama/commit/c31eea83c3f8659094324acc2b780054d72b7e90), [`81dedc1`](https://github.com/codama-idl/codama/commit/81dedc195feab40bfc3aa676a633a8340ad56e24), [`4799a7f`](https://github.com/codama-idl/codama/commit/4799a7f291677304823aa206bed64baabc20eb5b), [`1f52f00`](https://github.com/codama-idl/codama/commit/1f52f00ba2a75a783879abfbaf4397c3e04e4db4), [`ce4936c`](https://github.com/codama-idl/codama/commit/ce4936c031a2ba07f1bdb52cab8debcfec810d8c), [`e95783b`](https://github.com/codama-idl/codama/commit/e95783bf02fd12327ca5b6f1c1c4e50e189dd241)]:
+    - @codama/visitors-core@1.1.0
+    - @codama/errors@1.1.0
+    - @codama/nodes@1.1.0
 
 ## 1.0.0
 
 ### Major Changes
 
--   [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
+- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
 
 ### Patch Changes
 
--   Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
-    -   @codama/errors@1.0.0
-    -   @codama/nodes@1.0.0
-    -   @codama/visitors-core@1.0.0
+- Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
+    - @codama/errors@1.0.0
+    - @codama/nodes@1.0.0
+    - @codama/visitors-core@1.0.0
 
 ## 0.22.0
 
 ### Minor Changes
 
--   [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
+- [#175](https://github.com/codama-idl/codama/pull/175) [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
 
     Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
 
 ### Patch Changes
 
--   [#180](https://github.com/codama-idl/codama/pull/180) [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional `program` attribute to link nodes and namespace linkable nodes under their associated program.
+- [#180](https://github.com/codama-idl/codama/pull/180) [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional `program` attribute to link nodes and namespace linkable nodes under their associated program.
 
--   Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
-    -   @codama/visitors-core@0.22.0
-    -   @codama/errors@0.22.0
-    -   @codama/nodes@0.22.0
+- Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    - @codama/visitors-core@0.22.0
+    - @codama/errors@0.22.0
+    - @codama/nodes@0.22.0
 
 ## 0.21.5
 
 ### Patch Changes
 
--   Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
-    -   @codama/errors@0.21.5
-    -   @codama/nodes@0.21.5
-    -   @codama/visitors-core@0.21.5
+- Updated dependencies [[`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    - @codama/errors@0.21.5
+    - @codama/nodes@0.21.5
+    - @codama/visitors-core@0.21.5
 
 ## 0.21.4
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @codama/errors@0.21.4
-    -   @codama/nodes@0.21.4
-    -   @codama/visitors-core@0.21.4
+- Updated dependencies []:
+    - @codama/errors@0.21.4
+    - @codama/nodes@0.21.4
+    - @codama/visitors-core@0.21.4
 
 ## 0.21.3
 
 ### Patch Changes
 
--   Updated dependencies [[`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6)]:
-    -   @codama/visitors-core@0.21.3
-    -   @codama/errors@0.21.3
-    -   @codama/nodes@0.21.3
+- Updated dependencies [[`59ceb1d`](https://github.com/codama-idl/codama/commit/59ceb1d7803307b3a1a5e23ea3267934ad87bfc6)]:
+    - @codama/visitors-core@0.21.3
+    - @codama/errors@0.21.3
+    - @codama/nodes@0.21.3
 
 ## 0.21.2
 
 ### Patch Changes
 
--   Updated dependencies [[`23e3dc2`](https://github.com/codama-idl/codama/commit/23e3dc2da6072fefc40e8205c19e44b646aa40a0), [`33de843`](https://github.com/codama-idl/codama/commit/33de84386af661dc870b248b5301dafe1df2aba2)]:
-    -   @codama/visitors-core@0.21.2
-    -   @codama/errors@0.21.2
-    -   @codama/nodes@0.21.2
+- Updated dependencies [[`23e3dc2`](https://github.com/codama-idl/codama/commit/23e3dc2da6072fefc40e8205c19e44b646aa40a0), [`33de843`](https://github.com/codama-idl/codama/commit/33de84386af661dc870b248b5301dafe1df2aba2)]:
+    - @codama/visitors-core@0.21.2
+    - @codama/errors@0.21.2
+    - @codama/nodes@0.21.2
 
 ## 0.21.1
 
 ### Patch Changes
 
--   Updated dependencies [[`2e8ce36`](https://github.com/codama-idl/codama/commit/2e8ce36af43a853673b0805c86a62672869de487)]:
-    -   @codama/visitors-core@0.21.1
-    -   @codama/errors@0.21.1
-    -   @codama/nodes@0.21.1
+- Updated dependencies [[`2e8ce36`](https://github.com/codama-idl/codama/commit/2e8ce36af43a853673b0805c86a62672869de487)]:
+    - @codama/visitors-core@0.21.1
+    - @codama/errors@0.21.1
+    - @codama/nodes@0.21.1
 
 ## 0.21.0
 
 ### Patch Changes
 
--   Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
-    -   @codama/visitors-core@0.21.0
-    -   @codama/errors@0.21.0
-    -   @codama/nodes@0.21.0
+- Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
+    - @codama/visitors-core@0.21.0
+    - @codama/errors@0.21.0
+    - @codama/nodes@0.21.0
 
 ## 0.20.6
 
 ### Patch Changes
 
--   Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
-    -   @codama/errors@0.20.6
-    -   @codama/nodes@0.20.6
-    -   @codama/visitors-core@0.20.6
+- Updated dependencies [[`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
+    - @codama/errors@0.20.6
+    - @codama/nodes@0.20.6
+    - @codama/visitors-core@0.20.6
 
 ## 0.20.5
 
 ### Patch Changes
 
--   Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/codama-idl/codama/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
-    -   @codama/errors@0.20.5
-    -   @codama/nodes@0.20.5
-    -   @codama/visitors-core@0.20.5
+- Updated dependencies [[`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/codama-idl/codama/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
+    - @codama/errors@0.20.5
+    - @codama/nodes@0.20.5
+    - @codama/visitors-core@0.20.5
 
 ## 0.20.4
 
 ### Patch Changes
 
--   [#43](https://github.com/codama-idl/codama/pull/43) [`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow PdaValueNode to inline their own PdaNode definition
+- [#43](https://github.com/codama-idl/codama/pull/43) [`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow PdaValueNode to inline their own PdaNode definition
 
--   Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
-    -   @codama/nodes@0.20.4
-    -   @codama/errors@0.20.4
-    -   @codama/visitors-core@0.20.4
+- Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
+    - @codama/nodes@0.20.4
+    - @codama/errors@0.20.4
+    - @codama/visitors-core@0.20.4
 
 ## 0.20.3
 
 ### Patch Changes
 
--   Updated dependencies [[`d938e04`](https://github.com/codama-idl/codama/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
-    -   @codama/visitors-core@0.20.3
-    -   @codama/errors@0.20.3
-    -   @codama/nodes@0.20.3
+- Updated dependencies [[`d938e04`](https://github.com/codama-idl/codama/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
+    - @codama/visitors-core@0.20.3
+    - @codama/errors@0.20.3
+    - @codama/nodes@0.20.3
 
 ## 0.20.2
 
 ### Patch Changes
 
--   [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
+- [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
 
--   Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
-    -   @codama/errors@0.20.2
-    -   @codama/nodes@0.20.2
-    -   @codama/visitors-core@0.20.2
+- Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]:
+    - @codama/errors@0.20.2
+    - @codama/nodes@0.20.2
+    - @codama/visitors-core@0.20.2
 
 ## 0.20.1
 
 ### Patch Changes
 
--   Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
-    -   @codama/errors@0.20.1
-    -   @codama/nodes@0.20.1
-    -   @codama/visitors-core@0.20.1
+- Updated dependencies [[`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+    - @codama/errors@0.20.1
+    - @codama/nodes@0.20.1
+    - @codama/visitors-core@0.20.1

+ 1 - 1
packages/visitors/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/visitors",
-    "version": "1.1.0",
+    "version": "1.2.0",
     "description": "All visitors for the Codama framework",
     "exports": {
         "types": "./dist/types/index.d.ts",