@kubb/core 3.13.1 → 3.14.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.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +12 -8
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Stijn Van Hulle
3
+ Copyright (c) 2025 Stijn Van Hulle
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,12 +1,16 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "3.13.1",
4
- "description": "Generator core",
3
+ "version": "3.14.0",
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",
7
7
  "plugins",
8
- "kubb",
9
- "codegen"
8
+ "plugin-system",
9
+ "code-generator",
10
+ "codegen",
11
+ "openapi",
12
+ "swagger",
13
+ "kubb"
10
14
  ],
11
15
  "repository": {
12
16
  "type": "git",
@@ -90,10 +94,10 @@
90
94
  "natural-orderby": "^5.0.0",
91
95
  "object-hash": "^3.0.0",
92
96
  "p-queue": "^8.1.0",
93
- "remeda": "^2.23.2",
97
+ "remeda": "^2.24.0",
94
98
  "seedrandom": "^3.0.5",
95
99
  "semver": "^7.7.2",
96
- "@kubb/parser-ts": "3.13.1"
100
+ "@kubb/parser-ts": "3.14.0"
97
101
  },
98
102
  "devDependencies": {
99
103
  "@types/fs-extra": "^11.0.4",
@@ -104,8 +108,8 @@
104
108
  "prettier": "^3.6.2",
105
109
  "tsup": "^8.5.0",
106
110
  "typescript": "^5.8.3",
107
- "@kubb/config-ts": "3.13.1",
108
- "@kubb/config-tsup": "3.13.1"
111
+ "@kubb/config-ts": "3.14.0",
112
+ "@kubb/config-tsup": "3.14.0"
109
113
  },
110
114
  "engines": {
111
115
  "node": ">=20"