@kubb/middleware-barrel 5.0.0-beta.40 → 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.
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
- [![Coverage][coverage-src]][coverage-href]
8
+ [![Stars][stars-src]][stars-href]
9
9
  [![License][license-src]][license-href]
10
- [![Sponsors][sponsors-src]][sponsors-href]
10
+ [![Node][node-src]][node-href]
11
11
 
12
12
  <h4>
13
13
  <a href="https://kubb.dev" target="_blank">Documentation</a>
@@ -96,13 +96,13 @@ Kubb is an open source project, and its development is funded entirely by sponso
96
96
 
97
97
  <!-- Badges -->
98
98
 
99
- [npm-version-src]: https://img.shields.io/npm/v/@kubb/middleware-barrel?flat&colorA=18181B&colorB=f58517
100
- [npm-version-href]: https://npmjs.com/package/@kubb/middleware-barrel
101
- [npm-downloads-src]: https://img.shields.io/npm/dm/@kubb/middleware-barrel?flat&colorA=18181B&colorB=f58517
102
- [npm-downloads-href]: https://npmjs.com/package/@kubb/middleware-barrel
103
- [license-src]: https://img.shields.io/github/license/kubb-labs/kubb.svg?flat&colorA=18181B&colorB=f58517
99
+ [npm-version-src]: https://shieldcn.dev/npm/v/@kubb/middleware-barrel.svg?variant=secondary&size=xs&theme=zinc&mode=dark
100
+ [npm-version-href]: https://npmx.dev/package/@kubb/middleware-barrel
101
+ [npm-downloads-src]: https://shieldcn.dev/npm/dm/@kubb/middleware-barrel.svg?variant=secondary&size=xs&theme=zinc&mode=dark
102
+ [npm-downloads-href]: https://npmx.dev/package/@kubb/middleware-barrel
103
+ [stars-src]: https://shieldcn.dev/github/stars/kubb-labs/kubb.svg?variant=secondary&size=xs&theme=zinc&mode=dark
104
+ [stars-href]: https://github.com/kubb-labs/kubb
105
+ [license-src]: https://shieldcn.dev/npm/license/@kubb/middleware-barrel.svg?variant=secondary&size=xs&theme=zinc
104
106
  [license-href]: https://github.com/kubb-labs/kubb/blob/main/LICENSE
105
- [coverage-src]: https://img.shields.io/codecov/c/github/kubb-labs/kubb?style=flat&colorA=18181B&colorB=f58517
106
- [coverage-href]: https://www.npmjs.com/package/@kubb/middleware-barrel
107
- [sponsors-src]: https://img.shields.io/github/sponsors/stijnvanhulle?style=flat&colorA=18181B&colorB=f58517
108
- [sponsors-href]: https://github.com/sponsors/stijnvanhulle/
107
+ [node-src]: https://shieldcn.dev/npm/node/@kubb/middleware-barrel.svg?variant=secondary&size=xs&theme=zinc&mode=dark
108
+ [node-href]: https://npmx.dev/package/@kubb/middleware-barrel
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.40",
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.40",
47
- "@kubb/core": "5.0.0-beta.40"
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.40"
53
+ "@kubb/core": "5.0.0-beta.42"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=22"