@kubb/middleware-barrel 5.0.0-beta.33 → 5.0.0-beta.34

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/README.md +15 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  <div align="center">
2
- <h1>@kubb/middleware-barrel</h1>
3
2
  <a href="https://kubb.dev" target="_blank" rel="noopener noreferrer">
4
- <img width="180" src="https://raw.githubusercontent.com/kubb-labs/kubb/main/assets/logo.png" alt="Kubb logo">
3
+ <img src="https://kubb.dev/og.png" alt="Kubb banner">
5
4
  </a>
6
5
 
7
6
  [![npm version][npm-version-src]][npm-version-href]
@@ -11,7 +10,7 @@
11
10
  [![Sponsors][sponsors-src]][sponsors-href]
12
11
 
13
12
  <h4>
14
- <a href="https://kubb.dev/" target="_blank">Documentation</a>
13
+ <a href="https://kubb.dev" target="_blank">Documentation</a>
15
14
  <span> · </span>
16
15
  <a href="https://github.com/kubb-labs/kubb/issues/" target="_blank">Report Bug</a>
17
16
  <span> · </span>
@@ -19,7 +18,13 @@
19
18
  </h4>
20
19
  </div>
21
20
 
22
- Barrel-file middleware for Kubb. Automatically generates `index.ts` re-export files for each plugin output directory and an optional root barrel after all plugins have run.
21
+ <br />
22
+
23
+ # @kubb/middleware-barrel
24
+
25
+ ### Barrel-file middleware for Kubb
26
+
27
+ Automatically generates `index.ts` re-export files for each plugin output directory and an optional root barrel after all plugins have run.
23
28
 
24
29
  ## Installation
25
30
 
@@ -74,9 +79,10 @@ After every plugin finishes generating files, `@kubb/middleware-barrel` walks th
74
79
 
75
80
  ## Supporting Kubb
76
81
 
77
- Kubb is an 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:
82
+ Kubb is an open source project, and its development is funded entirely by sponsors. If you would like to become a sponsor, please consider:
78
83
 
79
84
  - [Become a Sponsor on GitHub](https://github.com/sponsors/stijnvanhulle)
85
+ - [See sponsorship tiers and our sponsors](https://kubb.dev/sponsors)
80
86
 
81
87
  <p align="center">
82
88
  <a href="https://github.com/sponsors/stijnvanhulle">
@@ -84,6 +90,10 @@ Kubb is an open source project with its ongoing development made possible entire
84
90
  </a>
85
91
  </p>
86
92
 
93
+ ## License
94
+
95
+ [MIT](https://github.com/kubb-labs/kubb/blob/main/licenses/LICENSE-MIT)
96
+
87
97
  <!-- Badges -->
88
98
 
89
99
  [npm-version-src]: https://img.shields.io/npm/v/@kubb/middleware-barrel?flat&colorA=18181B&colorB=f58517
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/middleware-barrel",
3
- "version": "5.0.0-beta.33",
3
+ "version": "5.0.0-beta.34",
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,13 +43,13 @@
43
43
  "registry": "https://registry.npmjs.org/"
44
44
  },
45
45
  "dependencies": {
46
- "@kubb/ast": "5.0.0-beta.33"
46
+ "@kubb/ast": "5.0.0-beta.34"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@internals/utils": "0.0.0"
50
50
  },
51
51
  "peerDependencies": {
52
- "@kubb/core": "5.0.0-beta.33"
52
+ "@kubb/core": "5.0.0-beta.34"
53
53
  },
54
54
  "engines": {
55
55
  "node": ">=22"