unplugin-kubb 0.1.42 → 0.1.44

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -134,7 +134,7 @@ build({
134
134
 
135
135
  Define the options for Kubb.
136
136
 
137
- ::: info type
137
+ ::: info TYPE
138
138
 
139
139
  ```typescript [Options]
140
140
  type Options = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unplugin-kubb",
3
- "version": "0.1.42",
3
+ "version": "0.1.44",
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.18.0"
101
+ "@kubb/core": "2.18.2"
102
102
  },
103
103
  "peerDependenciesMeta": {
104
104
  "webpack": {
@@ -126,7 +126,7 @@
126
126
  "devDependencies": {
127
127
  "@nuxt/kit": "^3.11.2",
128
128
  "@nuxt/schema": "^3.11.2",
129
- "@types/node": "^20.12.8",
129
+ "@types/node": "^20.12.11",
130
130
  "rimraf": "^5.0.5",
131
131
  "rollup": "^4.17.2",
132
132
  "tsup": "^8.0.2",
@@ -134,10 +134,10 @@
134
134
  "vite": "^5.2.11",
135
135
  "vitest": "^1.6.0",
136
136
  "webpack": "^5.91.0",
137
- "@kubb/biome-config": "0.1.0",
138
- "@kubb/core": "2.18.0",
139
- "@kubb/ts-config": "0.1.0",
140
- "@kubb/tsup-config": "1.1.8"
137
+ "@kubb/config-biome": "2.18.2",
138
+ "@kubb/config-ts": "2.18.2",
139
+ "@kubb/config-tsup": "2.18.2",
140
+ "@kubb/core": "2.18.2"
141
141
  },
142
142
  "engines": {
143
143
  "node": ">=18",