@simon_he/pi 0.0.95 → 0.0.96

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
@@ -6781,7 +6781,7 @@ async function getLatestVersion(pkg, isZh6 = true) {
6781
6781
  var import_node2 = require("lazy-js-utils/dist/node");
6782
6782
 
6783
6783
  // package.json
6784
- var version = "0.0.95";
6784
+ var version = "0.0.96";
6785
6785
 
6786
6786
  // src/help.ts
6787
6787
  var isZh2 = process.env.PI_Lang === "zh";
package/dist/index.js CHANGED
@@ -6783,7 +6783,7 @@ async function getLatestVersion(pkg, isZh6 = true) {
6783
6783
  import { jsShell as jsShell2 } from "lazy-js-utils/dist/node";
6784
6784
 
6785
6785
  // package.json
6786
- var version = "0.0.95";
6786
+ var version = "0.0.96";
6787
6787
 
6788
6788
  // src/help.ts
6789
6789
  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.0.95",
4
+ "version": "0.0.96",
5
5
  "description": "A powerful and flexible command-line tool for managing projects.",
6
6
  "author": "Simon He",
7
7
  "license": "MIT",
@@ -57,9 +57,6 @@
57
57
  "files": [
58
58
  "dist"
59
59
  ],
60
- "engines": {
61
- "node": ">=16.0.0"
62
- },
63
60
  "scripts": {
64
61
  "build": "tsup ./src/index.ts --format cjs,esm --dts --clean ",
65
62
  "dev": "bun build -- --watch src",
@@ -73,7 +70,7 @@
73
70
  "typecheck": "tsc --noEmit"
74
71
  },
75
72
  "dependencies": {
76
- "ccommand": "^1.0.69",
73
+ "ccommand": "^1.0.73",
77
74
  "fast-glob": "latest",
78
75
  "lazy-js-utils": "^0.1.29",
79
76
  "semver": "^7.7.1"