@kubb/ast 5.0.0-beta.40 → 5.0.0-beta.41
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 +11 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
[![npm version][npm-version-src]][npm-version-href]
|
|
7
7
|
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
8
|
-
[![
|
|
8
|
+
[![Stars][stars-src]][stars-href]
|
|
9
9
|
[![License][license-src]][license-href]
|
|
10
|
-
[![
|
|
10
|
+
[![Node][node-src]][node-href]
|
|
11
11
|
|
|
12
12
|
<h4>
|
|
13
13
|
<a href="https://kubb.dev" target="_blank">Documentation</a>
|
|
@@ -149,13 +149,13 @@ Kubb is an open source project, and its development is funded entirely by sponso
|
|
|
149
149
|
|
|
150
150
|
<!-- Badges -->
|
|
151
151
|
|
|
152
|
-
[npm-version-src]: https://
|
|
153
|
-
[npm-version-href]: https://
|
|
154
|
-
[npm-downloads-src]: https://
|
|
155
|
-
[npm-downloads-href]: https://
|
|
156
|
-
[
|
|
152
|
+
[npm-version-src]: https://shieldcn.dev/npm/v/@kubb/ast.svg?variant=secondary&size=xs&theme=zinc&mode=dark
|
|
153
|
+
[npm-version-href]: https://npmx.dev/package/@kubb/ast
|
|
154
|
+
[npm-downloads-src]: https://shieldcn.dev/npm/dm/@kubb/ast.svg?variant=secondary&size=xs&theme=zinc&mode=dark
|
|
155
|
+
[npm-downloads-href]: https://npmx.dev/package/@kubb/ast
|
|
156
|
+
[stars-src]: https://shieldcn.dev/github/stars/kubb-labs/kubb.svg?variant=secondary&size=xs&theme=zinc&mode=dark
|
|
157
|
+
[stars-href]: https://github.com/kubb-labs/kubb
|
|
158
|
+
[license-src]: https://shieldcn.dev/npm/license/@kubb/ast.svg?variant=secondary&size=xs&theme=zinc
|
|
157
159
|
[license-href]: https://github.com/kubb-labs/kubb/blob/main/LICENSE
|
|
158
|
-
[
|
|
159
|
-
[
|
|
160
|
-
[sponsors-src]: https://img.shields.io/github/sponsors/stijnvanhulle?style=flat&colorA=18181B&colorB=f58517
|
|
161
|
-
[sponsors-href]: https://github.com/sponsors/stijnvanhulle/
|
|
160
|
+
[node-src]: https://shieldcn.dev/npm/node/@kubb/ast.svg?variant=secondary&size=xs&theme=zinc&mode=dark
|
|
161
|
+
[node-href]: https://npmx.dev/package/@kubb/ast
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/ast",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.41",
|
|
4
4
|
"description": "Spec-agnostic AST layer for Kubb. Defines the node tree, visitor pattern, factory functions, and type guards used across all code generation plugins.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ast",
|