@kubb/studio 5.3.13 → 5.3.15

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/dist/index.cjs CHANGED
@@ -725,7 +725,7 @@ async function createAgent({ studioUrl, token, name, machineToken }) {
725
725
  }
726
726
  //#endregion
727
727
  //#region package.json
728
- var version = "5.3.13";
728
+ var version = "5.3.15";
729
729
  //#endregion
730
730
  //#region src/hooks.ts
731
731
  /**
package/dist/index.js CHANGED
@@ -695,7 +695,7 @@ async function createAgent({ studioUrl, token, name, machineToken }) {
695
695
  }
696
696
  //#endregion
697
697
  //#region package.json
698
- var version = "5.3.13";
698
+ var version = "5.3.15";
699
699
  //#endregion
700
700
  //#region src/hooks.ts
701
701
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/studio",
3
- "version": "5.3.13",
3
+ "version": "5.3.15",
4
4
  "description": "Kubb Studio client runtime. Connects a Kubb project to Kubb Studio over WebSocket and streams code generation events, shared by the `kubb studio` CLI command and the Docker agent.",
5
5
  "keywords": [
6
6
  "agent",
@@ -62,7 +62,7 @@
62
62
  "registry": "https://registry.npmjs.org/"
63
63
  },
64
64
  "dependencies": {
65
- "@kubb/core": "5.3.13",
65
+ "@kubb/core": "5.3.15",
66
66
  "capnweb": "^0.12.0",
67
67
  "magicast": "^0.5.5",
68
68
  "ofetch": "^1.5.1",
@@ -74,8 +74,8 @@
74
74
  },
75
75
  "devDependencies": {
76
76
  "@internals/utils": "0.0.1",
77
- "@kubb/adapter-oas": "5.3.13",
78
- "@kubb/ast": "5.3.13",
77
+ "@kubb/adapter-oas": "5.3.15",
78
+ "@kubb/ast": "5.3.15",
79
79
  "@types/ws": "^8.18.1"
80
80
  },
81
81
  "engines": {