@kubb/studio 5.3.0 → 5.3.1

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
@@ -651,7 +651,7 @@ async function createAgent({ studioUrl, token, name, machineToken }) {
651
651
  }
652
652
  //#endregion
653
653
  //#region package.json
654
- var version = "5.3.0";
654
+ var version = "5.3.1";
655
655
  //#endregion
656
656
  //#region src/hooks.ts
657
657
  /**
package/dist/index.js CHANGED
@@ -646,7 +646,7 @@ async function createAgent({ studioUrl, token, name, machineToken }) {
646
646
  }
647
647
  //#endregion
648
648
  //#region package.json
649
- var version = "5.3.0";
649
+ var version = "5.3.1";
650
650
  //#endregion
651
651
  //#region src/hooks.ts
652
652
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/studio",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
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.0",
65
+ "@kubb/core": "5.3.1",
66
66
  "magicast": "^0.5.5",
67
67
  "ofetch": "^1.5.1",
68
68
  "remeda": "^2.48.0",
@@ -72,7 +72,7 @@
72
72
  },
73
73
  "devDependencies": {
74
74
  "@internals/utils": "0.0.1",
75
- "@kubb/adapter-oas": "5.3.0",
75
+ "@kubb/adapter-oas": "5.3.1",
76
76
  "@types/ws": "^8.18.1"
77
77
  },
78
78
  "engines": {