unplugin-kubb 0.1.29 → 0.1.30

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 +12 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unplugin-kubb",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "description": "Unplugin for Kubb",
5
5
  "keywords": [
6
6
  "unplugin",
@@ -98,7 +98,7 @@
98
98
  "rollup": "^3",
99
99
  "vite": ">=3",
100
100
  "webpack": "^4 || ^5",
101
- "@kubb/core": "2.12.5"
101
+ "@kubb/core": "2.12.6"
102
102
  },
103
103
  "peerDependenciesMeta": {
104
104
  "webpack": {
@@ -126,24 +126,23 @@
126
126
  "devDependencies": {
127
127
  "@nuxt/kit": "^3.11.2",
128
128
  "@nuxt/schema": "^3.11.2",
129
- "@types/node": "^20.12.5",
130
- "eslint": "^8.57.0",
129
+ "@types/node": "^20.12.7",
131
130
  "rimraf": "^5.0.5",
132
- "rollup": "^4.14.0",
131
+ "rollup": "^4.14.2",
133
132
  "tsup": "^8.0.2",
134
- "typescript": "^5.4.4",
133
+ "typescript": "^5.4.5",
135
134
  "vite": "^5.2.8",
136
- "vitest": "^1.4.0",
135
+ "vitest": "^1.5.0",
137
136
  "webpack": "^5.91.0",
138
- "@kubb/core": "2.12.5",
139
- "@kubb/eslint-config": "1.1.8",
137
+ "@kubb/biome-config": "0.1.0",
138
+ "@kubb/core": "2.12.6",
140
139
  "@kubb/ts-config": "0.1.0",
141
140
  "@kubb/tsup-config": "1.1.8"
142
141
  },
143
- "packageManager": "pnpm@8.3.0",
142
+ "packageManager": "pnpm@8.15.0",
144
143
  "engines": {
145
144
  "node": ">=18",
146
- "pnpm": ">=8.3.0"
145
+ "pnpm": ">=8.15.0"
147
146
  },
148
147
  "publishConfig": {
149
148
  "access": "public",
@@ -152,8 +151,8 @@
152
151
  "scripts": {
153
152
  "build": "tsup",
154
153
  "clean": "npx rimraf ./dist",
155
- "lint": "ESLINT_USE_FLAT_CONFIG=true eslint --format pretty .",
156
- "lint-fix": "bun run lint --quiet --fix",
154
+ "lint": "bun biome lint .",
155
+ "lint:fix": "bun biome lint --apply-unsafe .",
157
156
  "release": "pnpm publish --no-git-check",
158
157
  "release:canary": "bash ../../.github/canary.sh && node ../../scripts/build.js canary && pnpm publish --no-git-check",
159
158
  "start": "tsup --watch",