@kubb/plugin-client 3.10.8 → 3.10.10

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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-client",
3
- "version": "3.10.8",
3
+ "version": "3.10.10",
4
4
  "description": "Generator plugin-client",
5
5
  "keywords": [
6
6
  "typescript",
@@ -79,19 +79,19 @@
79
79
  "!/**/__tests__/**"
80
80
  ],
81
81
  "dependencies": {
82
- "@kubb/core": "3.10.8",
83
- "@kubb/oas": "3.10.8",
84
- "@kubb/plugin-oas": "3.10.8",
85
- "@kubb/plugin-ts": "3.10.8",
86
- "@kubb/plugin-zod": "3.10.8",
87
- "@kubb/react": "3.10.8"
82
+ "@kubb/core": "3.10.10",
83
+ "@kubb/oas": "3.10.10",
84
+ "@kubb/plugin-oas": "3.10.10",
85
+ "@kubb/plugin-ts": "3.10.10",
86
+ "@kubb/plugin-zod": "3.10.10",
87
+ "@kubb/react": "3.10.10"
88
88
  },
89
89
  "devDependencies": {
90
90
  "axios": "^1.9.0",
91
91
  "tsup": "^8.4.0",
92
92
  "typescript": "^5.8.3",
93
- "@kubb/config-ts": "3.10.8",
94
- "@kubb/config-tsup": "3.10.8"
93
+ "@kubb/config-ts": "3.10.10",
94
+ "@kubb/config-tsup": "3.10.10"
95
95
  },
96
96
  "peerDependencies": {
97
97
  "@kubb/react": "^3.0.0",
@@ -113,7 +113,7 @@
113
113
  "build": "tsup",
114
114
  "clean": "npx rimraf ./dist",
115
115
  "lint": "bun biome lint .",
116
- "lint:fix": "bun biome lint --apply-unsafe .",
116
+ "lint:fix": "bun biome lint--fix --unsafe .",
117
117
  "release": "pnpm publish --no-git-check",
118
118
  "release:canary": "bash ../../.github/canary.sh && node ../../scripts/build.js canary && pnpm publish --no-git-check",
119
119
  "start": "tsup --watch",