@pawover/kit 0.9.0 → 0.9.1-alpha.1
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 +6 -5
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.
|
|
9
|
+
"version": "0.9.1-alpha.1",
|
|
10
10
|
"type": "module",
|
|
11
11
|
"engines": {
|
|
12
12
|
"node": ">=22.20.0"
|
|
@@ -158,11 +158,11 @@
|
|
|
158
158
|
"./metadata.json": "./entry/metadata.json"
|
|
159
159
|
},
|
|
160
160
|
"dependencies": {
|
|
161
|
-
"@pawover/kit-
|
|
162
|
-
"@pawover/kit-
|
|
161
|
+
"@pawover/kit-hooks": "0.0.2-alpha.1",
|
|
162
|
+
"@pawover/kit-zod": "0.0.0",
|
|
163
163
|
"@pawover/kit-types": "0.0.0",
|
|
164
|
-
"@pawover/kit-
|
|
165
|
-
"@pawover/kit-
|
|
164
|
+
"@pawover/kit-eslint-rules": "0.0.0",
|
|
165
|
+
"@pawover/kit-utils": "0.1.1-alpha.1"
|
|
166
166
|
},
|
|
167
167
|
"devDependencies": {
|
|
168
168
|
"@arethetypeswrong/cli": "^0.18.5",
|
|
@@ -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",
|