@kubb/studio 5.3.10 → 5.3.11

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
@@ -706,7 +706,7 @@ async function createAgent({ studioUrl, token, name, machineToken }) {
706
706
  }
707
707
  //#endregion
708
708
  //#region package.json
709
- var version = "5.3.10";
709
+ var version = "5.3.11";
710
710
  //#endregion
711
711
  //#region src/hooks.ts
712
712
  /**
package/dist/index.js CHANGED
@@ -676,7 +676,7 @@ async function createAgent({ studioUrl, token, name, machineToken }) {
676
676
  }
677
677
  //#endregion
678
678
  //#region package.json
679
- var version = "5.3.10";
679
+ var version = "5.3.11";
680
680
  //#endregion
681
681
  //#region src/hooks.ts
682
682
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/studio",
3
- "version": "5.3.10",
3
+ "version": "5.3.11",
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.10",
65
+ "@kubb/core": "5.3.11",
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.10",
78
- "@kubb/ast": "5.3.10",
77
+ "@kubb/adapter-oas": "5.3.11",
78
+ "@kubb/ast": "5.3.11",
79
79
  "@types/ws": "^8.18.1"
80
80
  },
81
81
  "engines": {