@kubb/core
Advanced tools
+2
-2
| { | ||
| "name": "@kubb/core", | ||
| "version": "5.0.0-beta.82", | ||
| "version": "5.0.0-beta.84", | ||
| "description": "Core engine for Kubb. Provides the plugin driver, file manager and build orchestration used by every Kubb plugin.", | ||
@@ -58,3 +58,3 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@kubb/ast": "5.0.0-beta.82" | ||
| "@kubb/ast": "5.0.0-beta.84" | ||
| }, | ||
@@ -61,0 +61,0 @@ "devDependencies": { |
+1
-1
@@ -29,3 +29,3 @@ <div align="center"> | ||
| > **Note:** Most users should install the [`kubb`](https://npmx.dev/package/kubb) meta-package instead of `@kubb/core` directly. Install `@kubb/core` only when building custom plugins or extending the Kubb internals. | ||
| > **Note:** `@kubb/core` is an internal library. Install the [`kubb`](https://npmx.dev/package/kubb) meta-package instead and author plugins, generators, resolvers, parsers, and adapters through its `kubb/kit` subpath, which re-exports the authoring surface of this package. | ||
@@ -32,0 +32,0 @@ ## Installation |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
898038
0.01%+ Added
- Removed
Updated