@simon_he/pi 0.1.19 → 0.1.21

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@simon_he/pi",
3
3
  "type": "module",
4
- "version": "0.1.19",
5
- "packageManager": "pnpm@10.18.1",
4
+ "version": "0.1.21",
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": {
8
8
  "name": "Simon He",
@@ -79,7 +79,7 @@
79
79
  "dist"
80
80
  ],
81
81
  "scripts": {
82
- "build": "tsup ./src/index.ts --format cjs,esm --clean ",
82
+ "build": "tsdown ./src/index.ts --format cjs,esm --clean",
83
83
  "dev": "pnpm build --watch src",
84
84
  "format": "prettier --write --cache .",
85
85
  "lint": "eslint .",
@@ -90,24 +90,24 @@
90
90
  "test": "vitest"
91
91
  },
92
92
  "dependencies": {
93
- "ccommand": "^1.0.87",
93
+ "ccommand": "^1.0.88",
94
94
  "fast-glob": "^3.3.3",
95
- "lazy-js-utils": "^0.1.47",
95
+ "lazy-js-utils": "^0.1.49",
96
96
  "ora": "^8.2.0",
97
97
  "picocolors": "^1.1.1",
98
- "semver": "^7.7.2"
98
+ "semver": "^7.7.3"
99
99
  },
100
100
  "devDependencies": {
101
- "@antfu/eslint-config": "^4.19.0",
102
- "@types/node": "^22.18.1",
103
- "bumpp": "^10.2.3",
104
- "eslint": "^9.35.0",
101
+ "@antfu/eslint-config": "^6.0.0",
102
+ "@types/node": "^22.19.0",
103
+ "bumpp": "^10.4.0",
104
+ "eslint": "^9.39.2",
105
105
  "lint-staged": "^13.3.0",
106
106
  "prettier": "^2.8.8",
107
- "tsup": "^8.5.0",
108
- "tsx": "^4.20.5",
109
- "typescript": "^5.9.2",
110
- "vitest": "^3.2.4"
107
+ "tsdown": "^0.20.1",
108
+ "tsx": "^4.21.0",
109
+ "typescript": "^5.9.3",
110
+ "vitest": "^4.0.0"
111
111
  },
112
112
  "lint-staged": {
113
113
  "*.{vue,js,ts,jsx,tsx,md,json}": "eslint . --fix"