@simon_he/pi 0.2.5 → 0.2.6

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
@@ -47,7 +47,7 @@ let node_module = require("node:module");
47
47
  let node_url = require("node:url");
48
48
 
49
49
  //#region package.json
50
- var version = "0.2.5";
50
+ var version = "0.2.6";
51
51
 
52
52
  //#endregion
53
53
  //#region src/tty.ts
package/dist/index.mjs CHANGED
@@ -12,7 +12,7 @@ import os from "node:os";
12
12
  import { fileURLToPath } from "node:url";
13
13
 
14
14
  //#region package.json
15
- var version = "0.2.5";
15
+ var version = "0.2.6";
16
16
 
17
17
  //#endregion
18
18
  //#region src/tty.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simon_he/pi",
3
3
  "type": "module",
4
- "version": "0.2.5",
4
+ "version": "0.2.6",
5
5
  "packageManager": "pnpm@10.29.1",
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": {
@@ -90,7 +90,7 @@
90
90
  "test": "vitest"
91
91
  },
92
92
  "dependencies": {
93
- "ccommand": "^1.1.5",
93
+ "ccommand": "^1.1.6",
94
94
  "fast-glob": "^3.3.3",
95
95
  "lazy-js-utils": "^0.1.50",
96
96
  "ora": "^8.2.0",