@kubb/core 4.37.12 → 4.38.1

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/LICENSE CHANGED
@@ -1,14 +1,21 @@
1
- Copyright (c) 2026 Stijn Van Hulle
2
-
3
- This repository contains software under two licenses:
1
+ MIT License
4
2
 
5
- 1. Most of the code in this repository is licensed under the
6
- MIT License — see licenses/LICENSE-MIT for the full license text.
3
+ Copyright (c) 2026 Stijn Van Hulle
7
4
 
8
- 2. The following components are licensed under the
9
- GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later)
10
- see licenses/LICENSE-AGPL-3.0 for the full license text:
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
11
 
12
- - packages/agent (published as @kubb/agent)
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
13
14
 
14
- Each package's own LICENSE file or package.json specifies its applicable license.
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -160,11 +160,7 @@ Kubb is an open source project with its ongoing development made possible entire
160
160
 
161
161
  ## License
162
162
 
163
- Most of this repository is licensed under the [MIT License](./licenses/LICENSE-MIT), Copyright © 2025 [Stijn Van Hulle](https://stijnvanhulle.be). Some components are licensed
164
- under AGPL-3.0-or-later.
165
-
166
- - **Most packages** — [MIT](./licenses/LICENSE-MIT)
167
- - **`@kubb/agent`** — [AGPL-3.0-or-later](./licenses/LICENSE-AGPL-3.0)
163
+ This repository is licensed under the [MIT License](./LICENSE), Copyright © 2025 [Stijn Van Hulle](https://stijnvanhulle.be).
168
164
 
169
165
  See [LICENSE](./LICENSE) for details.
170
166
 
package/dist/index.cjs CHANGED
@@ -1483,7 +1483,7 @@ const fsStorage = defineStorage(() => ({
1483
1483
  }));
1484
1484
  //#endregion
1485
1485
  //#region package.json
1486
- var version = "4.37.12";
1486
+ var version = "4.38.1";
1487
1487
  //#endregion
1488
1488
  //#region src/utils/diagnostics.ts
1489
1489
  /**
package/dist/index.js CHANGED
@@ -1475,7 +1475,7 @@ const fsStorage = defineStorage(() => ({
1475
1475
  }));
1476
1476
  //#endregion
1477
1477
  //#region package.json
1478
- var version$1 = "4.37.12";
1478
+ var version$1 = "4.38.1";
1479
1479
  //#endregion
1480
1480
  //#region src/utils/diagnostics.ts
1481
1481
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "4.37.12",
3
+ "version": "4.38.1",
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",
@@ -71,7 +71,7 @@
71
71
  "remeda": "^2.37.0",
72
72
  "semver": "^7.8.2",
73
73
  "tinyexec": "^1.2.4",
74
- "@kubb/ast": "4.37.12"
74
+ "@kubb/ast": "4.38.1"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@types/semver": "^7.7.1",