@pawover/kit 0.9.4-alpha.0 → 0.9.5-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 +7 -8
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.5-alpha.0",
|
|
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-eslint-rules": "0.0.
|
|
162
|
-
"@pawover/kit-hooks": "0.0.
|
|
163
|
-
"@pawover/kit-
|
|
164
|
-
"@pawover/kit-
|
|
165
|
-
"@pawover/kit-utils": "0.1.
|
|
161
|
+
"@pawover/kit-eslint-rules": "0.0.3-alpha.0",
|
|
162
|
+
"@pawover/kit-hooks": "0.0.6-alpha.0",
|
|
163
|
+
"@pawover/kit-zod": "0.0.3-alpha.0",
|
|
164
|
+
"@pawover/kit-types": "0.0.3-alpha.0",
|
|
165
|
+
"@pawover/kit-utils": "0.1.5-alpha.0"
|
|
166
166
|
},
|
|
167
167
|
"devDependencies": {
|
|
168
168
|
"@arethetypeswrong/cli": "^0.18.5",
|
|
@@ -257,8 +257,7 @@
|
|
|
257
257
|
"package": "pnpm pack",
|
|
258
258
|
"public": "turbo build && pnpm publish --access public",
|
|
259
259
|
"changeset": "changeset",
|
|
260
|
-
"ci:version": "pnpm changeset version && node scripts/bump-root.mjs && pnpm install",
|
|
261
|
-
"ci:publish": "pnpm build && pnpm changeset publish",
|
|
260
|
+
"ci:version": "pnpm changeset version && node scripts/bump-root.mjs && node scripts/verify-release.mjs && pnpm install",
|
|
262
261
|
"pre:enter-alpha": "pnpm changeset pre enter alpha",
|
|
263
262
|
"pre:exit": "pnpm changeset pre exit",
|
|
264
263
|
"release:merge": "node scripts/release-merge.mjs",
|