unplugin-kubb 0.1.1 → 0.1.2

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 +4 -4
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <div align="center">
2
2
 
3
3
  <!-- <img src="assets/logo.png" alt="logo" width="200" height="auto" /> -->
4
- <h1>unplugin-tsup</h1>
4
+ <h1>unplugin-kubb</h1>
5
5
 
6
6
  <p>
7
7
  Kubb plugin for Vite, webpack, esbuild, Rollup, Nuxt, Astro and Rspack.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unplugin-kubb",
3
- "version": "0.1.1",
4
- "description": "Generator types",
3
+ "version": "0.1.2",
4
+ "description": "Unplugin for Kubb",
5
5
  "keywords": [
6
6
  "unplugin",
7
7
  "vite",
@@ -98,7 +98,7 @@
98
98
  "rollup": "^3",
99
99
  "vite": ">=3",
100
100
  "webpack": "^4 || ^5",
101
- "@kubb/core": "2.5.0"
101
+ "@kubb/core": "2.5.1"
102
102
  },
103
103
  "peerDependenciesMeta": {
104
104
  "webpack": {
@@ -135,9 +135,9 @@
135
135
  "vite": "^5.0.12",
136
136
  "vitest": "^1.2.1",
137
137
  "webpack": "^5.89.0",
138
- "@kubb/core": "2.5.0",
139
138
  "@kubb/eslint-config": "1.1.8",
140
139
  "@kubb/ts-config": "0.1.0",
140
+ "@kubb/core": "2.5.1",
141
141
  "@kubb/tsup-config": "1.1.8"
142
142
  },
143
143
  "packageManager": "pnpm@8.3.0",