@simon_he/pi 0.0.90 → 0.0.91
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 +1 -3
- package/dist/index.js +1 -3
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -6759,7 +6759,7 @@ function getLatestVersion(pkg, isZh6 = true) {
|
|
|
6759
6759
|
var import_lazy_js_utils2 = require("lazy-js-utils");
|
|
6760
6760
|
|
|
6761
6761
|
// package.json
|
|
6762
|
-
var version = "0.0.
|
|
6762
|
+
var version = "0.0.91";
|
|
6763
6763
|
|
|
6764
6764
|
// src/help.ts
|
|
6765
6765
|
var isZh2 = process.env.PI_Lang === "zh";
|
|
@@ -6979,7 +6979,6 @@ async function pil(params) {
|
|
|
6979
6979
|
)} | sed "s/,/\\n/g" | gum filter --no-limit --placeholder=" \u{1F914}${process.env.PI_Lang === "zh" ? "\u8BF7\u9009\u62E9\u4E00\u4E2A\u9700\u8981\u83B7\u53D6\u6700\u65B0\u7248\u672C\u7684\u4F9D\u8D56" : "Please select a dependency that needs to obtain the latest version."}"`,
|
|
6980
6980
|
"pipe"
|
|
6981
6981
|
);
|
|
6982
|
-
console.log({ choose, status });
|
|
6983
6982
|
if (status === 130) {
|
|
6984
6983
|
console.log(import_picocolors5.default.dim("\u5DF2\u53D6\u6D88"));
|
|
6985
6984
|
process.exit(0);
|
|
@@ -6997,7 +6996,6 @@ async function pil(params) {
|
|
|
6997
6996
|
let latestPkgname = params;
|
|
6998
6997
|
const reg = /\s(-[dDwW]+)/g;
|
|
6999
6998
|
const suffix = [];
|
|
7000
|
-
console.log({ params });
|
|
7001
6999
|
let command = latestPkgname = (await getParams(params)).replace(
|
|
7002
7000
|
reg,
|
|
7003
7001
|
(_, k) => {
|
package/dist/index.js
CHANGED
|
@@ -6763,7 +6763,7 @@ function getLatestVersion(pkg, isZh6 = true) {
|
|
|
6763
6763
|
import { jsShell as jsShell2 } from "lazy-js-utils";
|
|
6764
6764
|
|
|
6765
6765
|
// package.json
|
|
6766
|
-
var version = "0.0.
|
|
6766
|
+
var version = "0.0.91";
|
|
6767
6767
|
|
|
6768
6768
|
// src/help.ts
|
|
6769
6769
|
var isZh2 = process.env.PI_Lang === "zh";
|
|
@@ -6983,7 +6983,6 @@ async function pil(params) {
|
|
|
6983
6983
|
)} | sed "s/,/\\n/g" | gum filter --no-limit --placeholder=" \u{1F914}${process.env.PI_Lang === "zh" ? "\u8BF7\u9009\u62E9\u4E00\u4E2A\u9700\u8981\u83B7\u53D6\u6700\u65B0\u7248\u672C\u7684\u4F9D\u8D56" : "Please select a dependency that needs to obtain the latest version."}"`,
|
|
6984
6984
|
"pipe"
|
|
6985
6985
|
);
|
|
6986
|
-
console.log({ choose, status });
|
|
6987
6986
|
if (status === 130) {
|
|
6988
6987
|
console.log(import_picocolors5.default.dim("\u5DF2\u53D6\u6D88"));
|
|
6989
6988
|
process.exit(0);
|
|
@@ -7001,7 +7000,6 @@ async function pil(params) {
|
|
|
7001
7000
|
let latestPkgname = params;
|
|
7002
7001
|
const reg = /\s(-[dDwW]+)/g;
|
|
7003
7002
|
const suffix = [];
|
|
7004
|
-
console.log({ params });
|
|
7005
7003
|
let command = latestPkgname = (await getParams(params)).replace(
|
|
7006
7004
|
reg,
|
|
7007
7005
|
(_, k) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simon_he/pi",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.91",
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "Simon He",
|
|
7
7
|
"license": "MIT",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"typecheck": "tsc --noEmit"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"ccommand": "^1.0.
|
|
68
|
+
"ccommand": "^1.0.64",
|
|
69
69
|
"fast-glob": "latest",
|
|
70
70
|
"lazy-js-utils": "^0.0.94",
|
|
71
71
|
"semver": "^7.6.2"
|