@simon_he/pi 0.1.26 → 0.2.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/dist/index.cjs CHANGED
@@ -44,7 +44,7 @@ let node_module = require("node:module");
44
44
  let node_url = require("node:url");
45
45
 
46
46
  //#region package.json
47
- var version = "0.1.26";
47
+ var version = "0.2.0";
48
48
 
49
49
  //#endregion
50
50
  //#region src/installDeps.ts
package/dist/index.mjs CHANGED
@@ -11,7 +11,7 @@ import os from "node:os";
11
11
  import { fileURLToPath } from "node:url";
12
12
 
13
13
  //#region package.json
14
- var version = "0.1.26";
14
+ var version = "0.2.0";
15
15
 
16
16
  //#endregion
17
17
  //#region src/installDeps.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simon_he/pi",
3
3
  "type": "module",
4
- "version": "0.1.26",
4
+ "version": "0.2.0",
5
5
  "packageManager": "pnpm@10.28.2",
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.0",
93
+ "ccommand": "^1.1.1",
94
94
  "fast-glob": "^3.3.3",
95
95
  "lazy-js-utils": "^0.1.49",
96
96
  "ora": "^8.2.0",