@kubb/studio 0.0.0-canary-20260903193839 → 5.1.0
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/studio",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.1.0",
|
|
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",
|
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
"tinyexec": "^1.3.0",
|
|
65
65
|
"unstorage": "^1.17.5",
|
|
66
66
|
"ws": "^8.21.3",
|
|
67
|
-
"@kubb/core": "
|
|
67
|
+
"@kubb/core": "5.1.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@types/ws": "^8.18.1",
|
|
71
|
-
"@kubb/adapter-oas": "
|
|
72
|
-
"@internals/utils": "0.0.
|
|
71
|
+
"@kubb/adapter-oas": "5.1.0",
|
|
72
|
+
"@internals/utils": "0.0.1"
|
|
73
73
|
},
|
|
74
74
|
"engines": {
|
|
75
75
|
"node": ">=22"
|
|
@@ -83,4 +83,4 @@
|
|
|
83
83
|
"test": "vitest --passWithNoTests",
|
|
84
84
|
"typecheck": "tsc -p ./tsconfig.json --noEmit --emitDeclarationOnly false"
|
|
85
85
|
}
|
|
86
|
-
}
|
|
86
|
+
}
|