@kubb/middleware-barrel 5.0.0-beta.41 → 5.0.0-beta.42

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.
Files changed (2) hide show
  1. package/extension.yaml +1 -1
  2. package/package.json +4 -4
package/extension.yaml CHANGED
@@ -192,7 +192,7 @@ examples:
192
192
  notes:
193
193
  - type: tip
194
194
  body: |-
195
- `middleware-barrel` ships with Kubb and is enabled automatically when no `middleware` option is provided. Install it explicitly only when customising barrel behaviour alongside other middlewares.
195
+ `middleware-barrel` ships with Kubb and is enabled automatically when no `middleware` option is provided. Install it explicitly only when customizing barrel behavior alongside other middlewares.
196
196
  - type: note
197
197
  body: |-
198
198
  `output.barrel` is auto-defaulted to `{ type: 'named' }` only when `middlewareBarrel` is part of `config.middleware`. With a custom middleware list that omits it, set `output.barrel` yourself if you still want a barrel.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/middleware-barrel",
3
- "version": "5.0.0-beta.41",
3
+ "version": "5.0.0-beta.42",
4
4
  "description": "Barrel-file middleware for Kubb. Automatically generates index.ts re-export files per plugin output directory and an optional root barrel after all plugins complete.",
5
5
  "keywords": [
6
6
  "barrel",
@@ -43,14 +43,14 @@
43
43
  "registry": "https://registry.npmjs.org/"
44
44
  },
45
45
  "dependencies": {
46
- "@kubb/ast": "5.0.0-beta.41",
47
- "@kubb/core": "5.0.0-beta.41"
46
+ "@kubb/ast": "5.0.0-beta.42",
47
+ "@kubb/core": "5.0.0-beta.42"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@internals/utils": "0.0.0"
51
51
  },
52
52
  "peerDependencies": {
53
- "@kubb/core": "5.0.0-beta.41"
53
+ "@kubb/core": "5.0.0-beta.42"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=22"