ソースを参照

[1.x] Publish packages (#288)

github-actions[bot] 1 年間 前
コミット
2c864e6895
39 ファイル変更159 行追加73 行削除
  1. 0 5
      .changeset/curly-berries-jog.md
  2. 0 6
      .changeset/dirty-onions-arrive.md
  3. 0 6
      .changeset/gold-eyes-battle.md
  4. 0 5
      .changeset/healthy-zoos-share.md
  5. 0 5
      .changeset/red-plants-collect.md
  6. 0 5
      .changeset/silver-foxes-hug.md
  7. 0 5
      .changeset/soft-beds-jam.md
  8. 0 6
      .changeset/spicy-camels-tease.md
  9. 0 5
      .changeset/tidy-bananas-collect.md
  10. 0 5
      .changeset/wicked-radios-cough.md
  11. 0 5
      .changeset/witty-wasps-look.md
  12. 1 1
      packages/dynamic-codecs/package.json
  13. 1 1
      packages/dynamic-parsers/package.json
  14. 7 0
      packages/errors/CHANGELOG.md
  15. 1 1
      packages/errors/package.json
  16. 10 0
      packages/library/CHANGELOG.md
  17. 1 1
      packages/library/package.json
  18. 2 0
      packages/node-types/CHANGELOG.md
  19. 1 1
      packages/node-types/package.json
  20. 9 0
      packages/nodes-from-anchor/CHANGELOG.md
  21. 1 1
      packages/nodes-from-anchor/package.json
  22. 8 0
      packages/nodes/CHANGELOG.md
  23. 1 1
      packages/nodes/package.json
  24. 9 0
      packages/renderers-core/CHANGELOG.md
  25. 1 1
      packages/renderers-core/package.json
  26. 15 0
      packages/renderers-js-umi/CHANGELOG.md
  27. 1 1
      packages/renderers-js-umi/package.json
  28. 15 0
      packages/renderers-js/CHANGELOG.md
  29. 1 1
      packages/renderers-js/package.json
  30. 10 0
      packages/renderers-rust/CHANGELOG.md
  31. 1 1
      packages/renderers-rust/package.json
  32. 9 0
      packages/renderers/CHANGELOG.md
  33. 1 1
      packages/renderers/package.json
  34. 9 0
      packages/validators/CHANGELOG.md
  35. 1 1
      packages/validators/package.json
  36. 22 0
      packages/visitors-core/CHANGELOG.md
  37. 1 1
      packages/visitors-core/package.json
  38. 19 0
      packages/visitors/CHANGELOG.md
  39. 1 1
      packages/visitors/package.json

+ 0 - 5
.changeset/curly-berries-jog.md

@@ -1,5 +0,0 @@
----
-'@codama/visitors': minor
----
-
-Use `NodePaths` in `fillDefaultPdaSeedValuesVisitor`

+ 0 - 6
.changeset/dirty-onions-arrive.md

@@ -1,6 +0,0 @@
----
-'@codama/renderers-js-umi': minor
-'@codama/renderers-js': minor
----
-
-Fix LinkNode paths for JavaScript `getTypeManifestVisitors`

+ 0 - 6
.changeset/gold-eyes-battle.md

@@ -1,6 +0,0 @@
----
-'@codama/visitors-core': minor
-'@codama/visitors': minor
----
-
-Use `NodePaths` in `NodeSelectors`

+ 0 - 5
.changeset/healthy-zoos-share.md

@@ -1,5 +0,0 @@
----
-'@codama/visitors': minor
----
-
-Fix LinkNode paths for `unwrapDefinedTypesVisitor`

+ 0 - 5
.changeset/red-plants-collect.md

@@ -1,5 +0,0 @@
----
-'@codama/visitors-core': minor
----
-
-Record and resolve `NodePaths` instead of `Nodes` in `LinkableDictionary`

+ 0 - 5
.changeset/silver-foxes-hug.md

@@ -1,5 +0,0 @@
----
-'@codama/visitors-core': minor
----
-
-Remove `LinkableDictionary`'s inner `NodeStack`

+ 0 - 5
.changeset/soft-beds-jam.md

@@ -1,5 +0,0 @@
----
-'@codama/visitors-core': minor
----
-
-Fix LinkNode paths for `getByteSizeVisitor`

+ 0 - 6
.changeset/spicy-camels-tease.md

@@ -1,6 +0,0 @@
----
-'@codama/visitors-core': minor
-'@codama/visitors': minor
----
-
-Allow passing `NodeStacks` to nested visitors

+ 0 - 5
.changeset/tidy-bananas-collect.md

@@ -1,5 +0,0 @@
----
-'@codama/visitors-core': minor
----
-
-Introduces the `NodePath` type

+ 0 - 5
.changeset/wicked-radios-cough.md

@@ -1,5 +0,0 @@
----
-'@codama/dynamic-parsers': minor
----
-
-Add new `dynamic-parsers` package that identifies accounts and instructions from a root node and decodes the provided byte array accordingly

+ 0 - 5
.changeset/witty-wasps-look.md

@@ -1,5 +0,0 @@
----
-'@codama/dynamic-codecs': minor
----
-
-Add new `dynamic-codecs` package to create `Codecs` from nodes on demand

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

@@ -1,6 +1,6 @@
 {
     "name": "@codama/dynamic-codecs",
-    "version": "1.0.0",
+    "version": "1.1.0",
     "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.0.0",
+    "version": "1.1.0",
     "description": "Helpers to dynamically identify and parse accounts and instructions",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 7 - 0
packages/errors/CHANGELOG.md

@@ -1,5 +1,12 @@
 # @codama/errors
 
+## 1.1.0
+
+### Patch Changes
+
+-   Updated dependencies []:
+    -   @codama/node-types@1.1.0
+
 ## 1.0.0
 
 ### Major Changes

+ 1 - 1
packages/errors/package.json

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

+ 10 - 0
packages/library/CHANGELOG.md

@@ -1,5 +1,15 @@
 # codama
 
+## 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
+
 ## 1.0.0
 
 ### Major Changes

+ 1 - 1
packages/library/package.json

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

+ 2 - 0
packages/node-types/CHANGELOG.md

@@ -1,5 +1,7 @@
 # @codama/node-types
 
+## 1.1.0
+
 ## 1.0.0
 
 ### Major Changes

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

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

+ 9 - 0
packages/nodes-from-anchor/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @codama/nodes-from-anchor
 
+## 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
+
 ## 1.0.0
 
 ### Major Changes

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

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

+ 8 - 0
packages/nodes/CHANGELOG.md

@@ -1,5 +1,13 @@
 # @codama/nodes
 
+## 1.1.0
+
+### Patch Changes
+
+-   Updated dependencies []:
+    -   @codama/errors@1.1.0
+    -   @codama/node-types@1.1.0
+
 ## 1.0.0
 
 ### Major Changes

+ 1 - 1
packages/nodes/package.json

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

+ 9 - 0
packages/renderers-core/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @codama/renderers-core
 
+## 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
+
 ## 1.0.0
 
 ### Major Changes

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

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

+ 15 - 0
packages/renderers-js-umi/CHANGELOG.md

@@ -1,5 +1,20 @@
 # @codama/renderers-js-umi
 
+## 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`
+
+### 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
+
 ## 1.0.1
 
 ### Patch Changes

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

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

+ 15 - 0
packages/renderers-js/CHANGELOG.md

@@ -1,5 +1,20 @@
 # @codama/renderers-js
 
+## 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`
+
+### 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
+
 ## 1.0.1
 
 ### Patch Changes

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

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

+ 10 - 0
packages/renderers-rust/CHANGELOG.md

@@ -1,5 +1,15 @@
 # @codama/renderers-rust
 
+## 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
+
 ## 1.0.3
 
 ### Patch Changes

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

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

+ 9 - 0
packages/renderers/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @codama/renderers
 
+## 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
+
 ## 1.0.3
 
 ### Patch Changes

+ 1 - 1
packages/renderers/package.json

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

+ 9 - 0
packages/validators/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @codama/validators
 
+## 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
+
 ## 1.0.0
 
 ### Major Changes

+ 1 - 1
packages/validators/package.json

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

+ 22 - 0
packages/visitors-core/CHANGELOG.md

@@ -1,5 +1,27 @@
 # @codama/visitors-core
 
+## 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`
+
+-   [#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`
+
+-   [#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
+
+-   [#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
+
 ## 1.0.0
 
 ### Major Changes

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

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

+ 19 - 0
packages/visitors/CHANGELOG.md

@@ -1,5 +1,24 @@
 # @codama/visitors
 
+## 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`
+
+-   [#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`
+
+-   [#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
+
 ## 1.0.0
 
 ### Major Changes

+ 1 - 1
packages/visitors/package.json

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