@pawover/kit 0.9.0 → 0.9.1-alpha.0
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.
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"url": "https://github.com/pawover"
|
|
7
7
|
},
|
|
8
8
|
"description": "一个基于 TypeScript 的开发工具包",
|
|
9
|
-
"version": "0.9.0",
|
|
9
|
+
"version": "0.9.1-alpha.0",
|
|
10
10
|
"type": "module",
|
|
11
11
|
"engines": {
|
|
12
12
|
"node": ">=22.20.0"
|
|
@@ -159,9 +159,9 @@
|
|
|
159
159
|
},
|
|
160
160
|
"dependencies": {
|
|
161
161
|
"@pawover/kit-eslint-rules": "0.0.0",
|
|
162
|
-
"@pawover/kit-hooks": "0.0.
|
|
162
|
+
"@pawover/kit-hooks": "0.0.2-alpha.0",
|
|
163
163
|
"@pawover/kit-types": "0.0.0",
|
|
164
|
-
"@pawover/kit-utils": "0.1.0",
|
|
164
|
+
"@pawover/kit-utils": "0.1.1-alpha.0",
|
|
165
165
|
"@pawover/kit-zod": "0.0.0"
|
|
166
166
|
},
|
|
167
167
|
"devDependencies": {
|
|
@@ -261,6 +261,7 @@
|
|
|
261
261
|
"ci:publish": "pnpm build && pnpm changeset publish",
|
|
262
262
|
"pre:enter-alpha": "pnpm changeset pre enter alpha",
|
|
263
263
|
"pre:exit": "pnpm changeset pre exit",
|
|
264
|
+
"release:merge": "node scripts/release-merge.mjs",
|
|
264
265
|
"docs:dev": "vitepress dev docs",
|
|
265
266
|
"docs:build": "vitepress build docs",
|
|
266
267
|
"docs:preview": "vitepress preview docs",
|