@simon_he/pi 0.1.3 → 0.1.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.
package/dist/index.cjs CHANGED
@@ -6542,7 +6542,7 @@ async function getLatestVersion(pkg, isZh6 = true) {
6542
6542
  var import_node2 = require("lazy-js-utils/node");
6543
6543
 
6544
6544
  // package.json
6545
- var version = "0.1.3";
6545
+ var version = "0.1.4";
6546
6546
 
6547
6547
  // src/help.ts
6548
6548
  var isZh2 = process.env.PI_Lang === "zh";
package/dist/index.js CHANGED
@@ -6543,7 +6543,7 @@ async function getLatestVersion(pkg, isZh6 = true) {
6543
6543
  import { jsShell as jsShell2 } from "lazy-js-utils/node";
6544
6544
 
6545
6545
  // package.json
6546
- var version = "0.1.3";
6546
+ var version = "0.1.4";
6547
6547
 
6548
6548
  // src/help.ts
6549
6549
  var isZh2 = process.env.PI_Lang === "zh";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simon_he/pi",
3
3
  "type": "module",
4
- "version": "0.1.3",
4
+ "version": "0.1.4",
5
5
  "packageManager": "pnpm@9.15.9",
6
6
  "description": "An intelligent cross-platform package manager and CLI tool that autodetects project environments (Node.js, Go, Rust, Python) with beautiful loading animations and smart command execution.",
7
7
  "author": {
@@ -91,7 +91,7 @@
91
91
  "typecheck": "tsc --noEmit"
92
92
  },
93
93
  "dependencies": {
94
- "ccommand": "^1.0.77",
94
+ "ccommand": "^1.0.78",
95
95
  "fast-glob": "latest",
96
96
  "lazy-js-utils": "^0.1.37",
97
97
  "semver": "^7.7.1"