@kubb/ast 5.0.0-beta.5 → 5.0.0-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -128,7 +128,7 @@ const pet = resolveRef(refMap, 'Pet')
128
128
 
129
129
  ## Supporting Kubb
130
130
 
131
- Kubb uses an MIT-licensed open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:
131
+ Kubb is an MIT-licensed open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:
132
132
 
133
133
  - [Become a Sponsor on GitHub](https://github.com/sponsors/stijnvanhulle)
134
134
 
package/dist/index.cjs CHANGED
@@ -468,12 +468,6 @@ const isOperationNode = isKind("Operation");
468
468
  * ```
469
469
  */
470
470
  const isSchemaNode = isKind("Schema");
471
- isKind("Property");
472
- isKind("Parameter");
473
- isKind("Response");
474
- isKind("FunctionParameter");
475
- isKind("ParameterGroup");
476
- isKind("FunctionParameters");
477
471
  //#endregion
478
472
  //#region src/refs.ts
479
473
  /**