@kubb/agent 4.24.0 → 4.24.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/.output/nitro.json
CHANGED
|
@@ -5287,7 +5287,7 @@ var _b$1, _cache, _cwd, _SLASHES, _PackageManager_instances, match_fn;
|
|
|
5287
5287
|
function isInputPath(config) {
|
|
5288
5288
|
return typeof (config == null ? void 0 : config.input) === "object" && config.input !== null && "path" in config.input;
|
|
5289
5289
|
}
|
|
5290
|
-
var version$1 = "4.24.
|
|
5290
|
+
var version$1 = "4.24.1";
|
|
5291
5291
|
function getDiagnosticInfo() {
|
|
5292
5292
|
return {
|
|
5293
5293
|
nodeVersion: version,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/agent",
|
|
3
|
-
"version": "4.24.
|
|
3
|
+
"version": "4.24.1",
|
|
4
4
|
"description": "Agent server for Kubb, enabling HTTP-based access to code generation capabilities.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"jiti": "^2.6.1",
|
|
44
44
|
"nitropack": "^2.13.1",
|
|
45
45
|
"string-argv": "^0.3.2",
|
|
46
|
-
"@kubb/core": "4.24.
|
|
46
|
+
"@kubb/core": "4.24.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"vite": "^7.3.1"
|