@simon_he/pi 0.1.7 → 0.1.8

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/dist/index.cjs CHANGED
@@ -46,7 +46,7 @@ var import_node_process = __toESM(require("process"), 1);
46
46
  var import_node = require("lazy-js-utils/node");
47
47
 
48
48
  // package.json
49
- var version = "0.1.7";
49
+ var version = "0.1.8";
50
50
 
51
51
  // src/help.ts
52
52
  var isZh = import_node_process.default.env.PI_Lang === "zh";
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ import process from "node:process";
25
25
  import { jsShell } from "lazy-js-utils/node";
26
26
 
27
27
  // package.json
28
- var version = "0.1.7";
28
+ var version = "0.1.8";
29
29
 
30
30
  // src/help.ts
31
31
  var isZh = process.env.PI_Lang === "zh";
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@simon_he/pi",
3
3
  "type": "module",
4
- "version": "0.1.7",
5
- "packageManager": "pnpm@10.6.5",
4
+ "version": "0.1.8",
5
+ "packageManager": "pnpm@10.7.0",
6
6
  "description": "An intelligent cross-platform package manager and CLI tool that autodetects project environments (Node.mjs, Go, Rust, Python) with beautiful loading animations and smart command execution.",
7
7
  "author": {
8
8
  "name": "Simon He",
@@ -90,17 +90,17 @@
90
90
  "test": "vitest"
91
91
  },
92
92
  "dependencies": {
93
- "ccommand": "^1.0.80",
93
+ "ccommand": "^1.0.81",
94
94
  "fast-glob": "^3.3.3",
95
95
  "lazy-js-utils": "^0.1.37",
96
- "ora": "^8.0.0",
96
+ "ora": "^8.2.0",
97
97
  "picocolors": "^1.1.1",
98
98
  "semver": "^7.7.1"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@antfu/eslint-config": "^4.11.0",
102
- "@types/node": "^22.0.0",
103
- "bumpp": "^10.0.0",
102
+ "@types/node": "^22.13.13",
103
+ "bumpp": "^10.1.0",
104
104
  "eslint": "^9.23.0",
105
105
  "lint-staged": "^13.3.0",
106
106
  "prettier": "^2.8.8",
@@ -110,7 +110,7 @@
110
110
  "vitest": "^3.0.9"
111
111
  },
112
112
  "overrides": {
113
- "glob": "^11.0.0",
113
+ "glob": "^11.0.1",
114
114
  "inflight": "npm:@isaacs/inflight@^1.0.0"
115
115
  },
116
116
  "lint-staged": {