kubb 5.0.1 → 5.0.3

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.
Files changed (1) hide show
  1. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubb",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "description": "The meta framework for code generation. Point Kubb at a schema and it generates types, clients, hooks, validators, mocks, and more.",
5
5
  "keywords": [
6
6
  "api-client",
@@ -120,28 +120,28 @@
120
120
  "registry": "https://registry.npmjs.org/"
121
121
  },
122
122
  "dependencies": {
123
- "@kubb/adapter-oas": "5.0.1",
124
- "@kubb/cli": "5.0.1",
125
- "@kubb/core": "5.0.1",
126
- "@kubb/mcp": "5.0.1",
127
- "@kubb/parser-md": "5.0.1",
128
- "@kubb/parser-ts": "5.0.1",
129
- "@kubb/renderer-jsx": "5.0.1",
130
- "@kubb/plugin-barrel": "5.0.1",
131
- "unplugin-kubb": "5.0.1",
132
- "@kubb/kit": "5.0.1"
123
+ "@kubb/adapter-oas": "5.0.3",
124
+ "@kubb/cli": "5.0.3",
125
+ "@kubb/core": "5.0.3",
126
+ "@kubb/kit": "5.0.3",
127
+ "@kubb/mcp": "5.0.3",
128
+ "@kubb/parser-md": "5.0.3",
129
+ "@kubb/parser-ts": "5.0.3",
130
+ "@kubb/plugin-barrel": "5.0.3",
131
+ "@kubb/renderer-jsx": "5.0.3",
132
+ "unplugin-kubb": "5.0.3"
133
133
  },
134
134
  "devDependencies": {
135
135
  "@farmfe/core": "^1.7.11",
136
+ "@internals/utils": "0.0.1",
136
137
  "@nuxt/kit": "^4.5.2",
137
138
  "@nuxt/schema": "^4.5.2",
138
139
  "esbuild": "^0.28.2",
139
140
  "rolldown": "^1.2.5",
140
- "rollup": "^4.62.4",
141
+ "rollup": "^4.62.5",
141
142
  "typescript": "^6.0.3",
142
- "vite": "^8.2.1",
143
- "webpack": "^5.109.2",
144
- "@internals/utils": "0.0.1"
143
+ "vite": "^8.2.2",
144
+ "webpack": "^5.109.2"
145
145
  },
146
146
  "preferGlobal": true,
147
147
  "engines": {