@kubb/agent 5.0.0-alpha.72 → 5.0.0-alpha.73
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
|
@@ -6358,7 +6358,7 @@ const fsStorage = createStorage(() => ({
|
|
|
6358
6358
|
await clean(resolve(base));
|
|
6359
6359
|
}
|
|
6360
6360
|
}));
|
|
6361
|
-
var version$1 = "5.0.0-alpha.
|
|
6361
|
+
var version$1 = "5.0.0-alpha.73";
|
|
6362
6362
|
function getDiagnosticInfo() {
|
|
6363
6363
|
return {
|
|
6364
6364
|
nodeVersion: version$2,
|
|
@@ -6414,6 +6414,8 @@ async function setup(userConfig, options = {}) {
|
|
|
6414
6414
|
parsers: (_g = userConfig.parsers) != null ? _g : [],
|
|
6415
6415
|
adapter: userConfig.adapter,
|
|
6416
6416
|
output: {
|
|
6417
|
+
format: false,
|
|
6418
|
+
lint: false,
|
|
6417
6419
|
write: true,
|
|
6418
6420
|
extension: DEFAULT_EXTENSION,
|
|
6419
6421
|
defaultBanner: DEFAULT_BANNER,
|
|
@@ -6775,7 +6777,7 @@ const memoryStorage = createStorage(() => {
|
|
|
6775
6777
|
};
|
|
6776
6778
|
});
|
|
6777
6779
|
|
|
6778
|
-
var version = "5.0.0-alpha.
|
|
6780
|
+
var version = "5.0.0-alpha.73";
|
|
6779
6781
|
|
|
6780
6782
|
function isCommandMessage(msg) {
|
|
6781
6783
|
return msg.type === "command";
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/agent",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.73",
|
|
4
4
|
"description": "Agent server for Kubb, enabling HTTP-based access to code generation capabilities.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"unrun": "^0.2.37",
|
|
44
44
|
"unstorage": "^1.17.5",
|
|
45
45
|
"ws": "^8.20.0",
|
|
46
|
-
"@kubb/
|
|
47
|
-
"@kubb/
|
|
46
|
+
"@kubb/ast": "5.0.0-alpha.73",
|
|
47
|
+
"@kubb/core": "5.0.0-alpha.73"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/ws": "^8.18.1",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"nitropack": "^2.13.3",
|
|
53
53
|
"vite": "^8.0.10",
|
|
54
54
|
"@internals/utils": "0.0.0",
|
|
55
|
-
"@kubb/adapter-oas": "5.0.0-alpha.
|
|
56
|
-
"@kubb/parser-ts": "5.0.0-alpha.
|
|
55
|
+
"@kubb/adapter-oas": "5.0.0-alpha.73",
|
|
56
|
+
"@kubb/parser-ts": "5.0.0-alpha.73"
|
|
57
57
|
},
|
|
58
58
|
"engines": {
|
|
59
59
|
"node": ">=22"
|