@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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "date": "2026-04-18T21:19:49.231Z",
2
+ "date": "2026-04-18T22:50:21.460Z",
3
3
  "preset": "node-server",
4
4
  "framework": {
5
5
  "name": "nitro",
@@ -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.46";
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: (name) => driver.getPlugin(name)
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.46";
6951
+ var version = "5.0.0-alpha.47";
6952
6952
 
6953
6953
  function isCommandMessage(msg) {
6954
6954
  return msg.type === "command";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/agent-prod",
3
- "version": "5.0.0-alpha.46",
3
+ "version": "5.0.0-alpha.47",
4
4
  "type": "module",
5
5
  "private": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/agent",
3
- "version": "5.0.0-alpha.46",
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.46",
43
- "@kubb/core": "5.0.0-alpha.46"
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.46",
52
- "@kubb/parser-ts": "5.0.0-alpha.46"
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"