@ruan-cat/vercel-deploy-tool 1.2.2 → 1.2.4

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 +21 -1
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -23,10 +23,30 @@
23
23
 
24
24
  ## 📦 安装
25
25
 
26
- ```bash
26
+ <!-- automd:pm-install name="@ruan-cat/vercel-deploy-tool" dev -->
27
+
28
+ ```sh
29
+ # ✨ Auto-detect
30
+ npx nypm install -D @ruan-cat/vercel-deploy-tool
31
+
32
+ # npm
33
+ npm install -D @ruan-cat/vercel-deploy-tool
34
+
35
+ # yarn
36
+ yarn add -D @ruan-cat/vercel-deploy-tool
37
+
38
+ # pnpm
27
39
  pnpm add -D @ruan-cat/vercel-deploy-tool
40
+
41
+ # bun
42
+ bun install -D @ruan-cat/vercel-deploy-tool
43
+
44
+ # deno
45
+ deno install --dev npm:@ruan-cat/vercel-deploy-tool
28
46
  ```
29
47
 
48
+ <!-- /automd -->
49
+
30
50
  ## 🔧 环境要求
31
51
 
32
52
  - Node.js >= 18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ruan-cat/vercel-deploy-tool",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "阮喵喵自用的vercel部署工具,用于实现复杂项目的部署。",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -56,26 +56,26 @@
56
56
  "!src/**/*.md"
57
57
  ],
58
58
  "dependencies": {
59
- "@dotenvx/dotenvx": "^1.51.1",
60
- "c12": "^3.3.2",
59
+ "@dotenvx/dotenvx": "^1.54.1",
60
+ "c12": "^3.3.3",
61
61
  "commander": "^13.1.0",
62
62
  "consola": "^3.4.2",
63
63
  "gradient-string": "^3.0.0",
64
- "lodash-es": "^4.17.21",
64
+ "lodash-es": "^4.17.23",
65
65
  "pathe": "^2.0.3",
66
- "rimraf": "^6.1.0",
67
- "tasuku": "^2.0.4",
66
+ "rimraf": "^6.1.3",
67
+ "tasuku": "^2.3.0",
68
68
  "vercel": "^41.7.8",
69
- "@ruan-cat/utils": "^4.19.0"
69
+ "@ruan-cat/utils": "^4.21.0"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@types/gulp": "^4.0.18",
73
73
  "@types/lodash-es": "^4.17.12",
74
- "@types/node": "^22.19.0",
75
- "automd": "^0.4.2",
76
- "execa": "^9.6.0",
74
+ "@types/node": "^22.19.15",
75
+ "automd": "^0.4.3",
76
+ "execa": "^9.6.1",
77
77
  "vitepress": "^1.6.4",
78
- "@ruan-cat/vitepress-preset-config": "^2.12.3"
78
+ "@ruan-cat/vitepress-preset-config": "^3.1.1"
79
79
  },
80
80
  "scripts": {
81
81
  "build": "tsup",