@kubb/agent 5.0.0-alpha.46 → 5.0.0-alpha.47
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
|
@@ -6268,7 +6268,7 @@ const fsStorage = createStorage(() => ({
|
|
|
6268
6268
|
await clean(resolve(base));
|
|
6269
6269
|
}
|
|
6270
6270
|
}));
|
|
6271
|
-
var version$1 = "5.0.0-alpha.
|
|
6271
|
+
var version$1 = "5.0.0-alpha.47";
|
|
6272
6272
|
function getDiagnosticInfo() {
|
|
6273
6273
|
return {
|
|
6274
6274
|
nodeVersion: version$2,
|
|
@@ -6670,7 +6670,7 @@ async function safeBuild(setupResult) {
|
|
|
6670
6670
|
config,
|
|
6671
6671
|
adapter: driver.adapter,
|
|
6672
6672
|
inputNode: driver.inputNode,
|
|
6673
|
-
getPlugin:
|
|
6673
|
+
getPlugin: driver.getPlugin.bind(driver)
|
|
6674
6674
|
});
|
|
6675
6675
|
for (const plugin of driver.plugins.values()) {
|
|
6676
6676
|
const context = driver.getContext(plugin);
|
|
@@ -6948,7 +6948,7 @@ const memoryStorage = createStorage(() => {
|
|
|
6948
6948
|
};
|
|
6949
6949
|
});
|
|
6950
6950
|
|
|
6951
|
-
var version = "5.0.0-alpha.
|
|
6951
|
+
var version = "5.0.0-alpha.47";
|
|
6952
6952
|
|
|
6953
6953
|
function isCommandMessage(msg) {
|
|
6954
6954
|
return msg.type === "command";
|
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.47",
|
|
4
4
|
"description": "Agent server for Kubb, enabling HTTP-based access to code generation capabilities.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"tinyexec": "^1.1.1",
|
|
40
40
|
"unstorage": "^1.17.5",
|
|
41
41
|
"ws": "^8.20.0",
|
|
42
|
-
"@kubb/ast": "5.0.0-alpha.
|
|
43
|
-
"@kubb/core": "5.0.0-alpha.
|
|
42
|
+
"@kubb/ast": "5.0.0-alpha.47",
|
|
43
|
+
"@kubb/core": "5.0.0-alpha.47"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/ws": "^8.18.1",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"nitropack": "^2.13.3",
|
|
49
49
|
"vite": "^8.0.8",
|
|
50
50
|
"@internals/utils": "0.0.0",
|
|
51
|
-
"@kubb/adapter-oas": "5.0.0-alpha.
|
|
52
|
-
"@kubb/parser-ts": "5.0.0-alpha.
|
|
51
|
+
"@kubb/adapter-oas": "5.0.0-alpha.47",
|
|
52
|
+
"@kubb/parser-ts": "5.0.0-alpha.47"
|
|
53
53
|
},
|
|
54
54
|
"engines": {
|
|
55
55
|
"node": ">=22"
|