Skip to content

Commit 162d9e0

Browse files
committed
Merge remote-tracking branch 'origin/main' into claude/update-oxfmt-oxlint-versions-goeqb1
# Conflicts: # pnpm-workspace.yaml
2 parents 84bd8f2 + b759f4c commit 162d9e0

9 files changed

Lines changed: 177 additions & 177 deletions

File tree

packages/plugin-axios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubb/plugin-axios",
3-
"version": "5.0.0-beta.87",
3+
"version": "5.0.0-beta.93",
44
"description": "Generate a slim, type-safe HTTP client with Kubb based on axios.",
55
"keywords": [
66
"api-client",

packages/plugin-cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubb/plugin-cypress",
3-
"version": "5.0.0-beta.87",
3+
"version": "5.0.0-beta.93",
44
"description": "Generate Cypress request commands and e2e test fixtures with Kubb for automated API testing.",
55
"keywords": [
66
"code-generation",

packages/plugin-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubb/plugin-fetch",
3-
"version": "5.0.0-beta.87",
3+
"version": "5.0.0-beta.93",
44
"description": "Generate a slim, type-safe HTTP client with Kubb based on the native Fetch api.",
55
"keywords": [
66
"api-client",

packages/plugin-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubb/plugin-mcp",
3-
"version": "5.0.0-beta.87",
3+
"version": "5.0.0-beta.93",
44
"description": "Generate Model Context Protocol (MCP) tool definitions with Kubb. Expose your REST APIs as AI-callable tools for LLMs, Claude, ChatGPT, and other AI assistants.",
55
"keywords": [
66
"ai",

packages/plugin-react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubb/plugin-react-query",
3-
"version": "5.0.0-beta.87",
3+
"version": "5.0.0-beta.93",
44
"description": "Generate type-safe TanStack Query (React Query) hooks with Kubb. Covers useQuery, useMutation, useInfiniteQuery, and queryOptions with full TypeScript support.",
55
"keywords": [
66
"code-generation",

packages/plugin-swr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubb/plugin-swr",
3-
"version": "5.0.0-beta.87",
3+
"version": "5.0.0-beta.93",
44
"description": "Generate type-safe SWR hooks with Kubb. Covers useSWR and useSWRMutation with full TypeScript support.",
55
"keywords": [
66
"code-generation",

packages/plugin-vue-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubb/plugin-vue-query",
3-
"version": "5.0.0-beta.87",
3+
"version": "5.0.0-beta.93",
44
"description": "Generate type-safe TanStack Query (Vue Query) composables with Kubb. Covers useQuery, useMutation, useInfiniteQuery, and queryOptions with Vue 3 Composition API support.",
55
"keywords": [
66
"code-generation",

0 commit comments

Comments
 (0)