@kubb/core 4.20.3 → 4.21.0

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
@@ -134,6 +134,11 @@ Kubb uses an MIT-licensed open source project with its ongoing development made
134
134
  <td align="center" valign="top" width="14.28%"><a href="https://github.com/JoaoBrlt"><img src="https://avatars.githubusercontent.com/u/11065509?v=4?s=100" width="100px;" alt="João Brilhante"/><br /><sub><b>João Brilhante</b></sub></a><br /><a href="https://github.com/kubb-labs/kubb/commits?author=JoaoBrlt" title="Code">💻</a></td>
135
135
  <td align="center" valign="top" width="14.28%"><a href="https://github.com/kamilzki"><img src="https://avatars.githubusercontent.com/u/27976736?v=4?s=100" width="100px;" alt="Kamil Sieradzki"/><br /><sub><b>Kamil Sieradzki</b></sub></a><br /><a href="https://github.com/kubb-labs/kubb/commits?author=kamilzki" title="Code">💻</a></td>
136
136
  <td align="center" valign="top" width="14.28%"><a href="https://github.com/EricPierlotIdmog"><img src="https://avatars.githubusercontent.com/u/124898024?v=4?s=100" width="100px;" alt="Eric Pierlot"/><br /><sub><b>Eric Pierlot</b></sub></a><br /><a href="https://github.com/kubb-labs/kubb/commits?author=EricPierlotIdmog" title="Code">💻</a></td>
137
+ <td align="center" valign="top" width="14.28%"><a href="http://atholin.se"><img src="https://avatars.githubusercontent.com/u/33940473?v=4?s=100" width="100px;" alt="Alexander Sjöcrona Tholin"/><br /><sub><b>Alexander Sjöcrona Tholin</b></sub></a><br /><a href="https://github.com/kubb-labs/kubb/commits?author=ATholin" title="Code">💻</a></td>
138
+ <td align="center" valign="top" width="14.28%"><a href="http://hyoban.cc"><img src="https://avatars.githubusercontent.com/u/38493346?v=4?s=100" width="100px;" alt="Stephen Zhou"/><br /><sub><b>Stephen Zhou</b></sub></a><br /><a href="https://github.com/kubb-labs/kubb/commits?author=hyoban" title="Code">💻</a></td>
139
+ </tr>
140
+ <tr>
141
+ <td align="center" valign="top" width="14.28%"><a href="https://choly.ca"><img src="https://avatars.githubusercontent.com/u/943597?v=4?s=100" width="100px;" alt="Ilia Choly"/><br /><sub><b>Ilia Choly</b></sub></a><br /><a href="https://github.com/kubb-labs/kubb/commits?author=icholy" title="Code">💻</a></td>
137
142
  </tr>
138
143
  </tbody>
139
144
  </table>
@@ -164,7 +169,7 @@ Kubb uses an MIT-licensed open source project with its ongoing development made
164
169
  <!-- Badges -->
165
170
 
166
171
  [npm-version-src]: https://img.shields.io/npm/v/@kubb/core?flat&colorA=18181B&colorB=f58517
167
- [npm-version-href]: https://npmjs.com/package/@kubb/core
172
+ [npm-version-href]: https://npmx.dev/package/@kubb/core
168
173
  [npm-downloads-src]: https://img.shields.io/npm/dm/@kubb/core?flat&colorA=18181B&colorB=f58517
169
174
  [npm-downloads-href]: https://npmjs.com/package/@kubb/core
170
175
  [license-src]: https://img.shields.io/github/license/kubb-labs/kubb.svg?flat&colorA=18181B&colorB=f58517
package/dist/index.cjs CHANGED
@@ -74,7 +74,7 @@ function isInputPath(config) {
74
74
 
75
75
  //#endregion
76
76
  //#region package.json
77
- var version = "4.20.3";
77
+ var version = "4.21.0";
78
78
 
79
79
  //#endregion
80
80
  //#region src/utils/diagnostics.ts
package/dist/index.js CHANGED
@@ -68,7 +68,7 @@ function isInputPath(config) {
68
68
 
69
69
  //#endregion
70
70
  //#region package.json
71
- var version$1 = "4.20.3";
71
+ var version$1 = "4.21.0";
72
72
 
73
73
  //#endregion
74
74
  //#region src/utils/diagnostics.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "4.20.3",
3
+ "version": "4.21.0",
4
4
  "description": "Core functionality for Kubb's plugin-based code generation system, providing the foundation for transforming OpenAPI specifications.",
5
5
  "keywords": [
6
6
  "typescript",
@@ -85,7 +85,7 @@
85
85
  }
86
86
  ],
87
87
  "dependencies": {
88
- "@kubb/react-fabric": "0.12.9",
88
+ "@kubb/react-fabric": "0.12.10",
89
89
  "camelcase": "^8.0.0",
90
90
  "find-up": "^7.0.0",
91
91
  "fs-extra": "^11.3.3",
@@ -93,15 +93,15 @@
93
93
  "js-runtime": "^0.0.8",
94
94
  "natural-orderby": "^5.0.0",
95
95
  "p-limit": "^7.3.0",
96
- "remeda": "^2.33.4",
97
- "semver": "^7.7.3"
96
+ "remeda": "^2.33.5",
97
+ "semver": "^7.7.4"
98
98
  },
99
99
  "devDependencies": {
100
100
  "@types/fs-extra": "^11.0.4",
101
101
  "@types/semver": "^7.7.1"
102
102
  },
103
103
  "peerDependencies": {
104
- "@kubb/react-fabric": "0.12.9"
104
+ "@kubb/react-fabric": "0.12.10"
105
105
  },
106
106
  "engines": {
107
107
  "node": ">=20"