@ganglion/xacpx 0.9.2 → 0.9.3
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.
|
@@ -1618,7 +1618,6 @@ var init_cli_update = __esm(() => {
|
|
|
1618
1618
|
updateFailed: (name, error) => `${name} update failed: ${error}`,
|
|
1619
1619
|
targetNotFound: (name) => `Update target not found: ${name}`,
|
|
1620
1620
|
targetVersionUnknown: (name) => `${name}: cannot check latest version; skipped.`,
|
|
1621
|
-
targetNotPinned: (name) => `${name} has no recorded version; use \`xacpx plugin update ${name}\` or specify a version explicitly.`,
|
|
1622
1621
|
multiTargetNonInteractive: "Installed plugins detected; in non-interactive mode use `xacpx update --all` or `xacpx update <name>`.",
|
|
1623
1622
|
selectionPrompt: "Select items to update (numbers, comma-separated; a=all; Enter to cancel): ",
|
|
1624
1623
|
selectionInvalid: (part) => `Invalid selection: ${part}`,
|
|
@@ -2689,7 +2688,6 @@ var init_cli_update2 = __esm(() => {
|
|
|
2689
2688
|
updateFailed: (name, error) => `${name} 更新失败:${error}`,
|
|
2690
2689
|
targetNotFound: (name) => `没有找到更新项:${name}`,
|
|
2691
2690
|
targetVersionUnknown: (name) => `${name} 无法检查最新版本,已跳过。`,
|
|
2692
|
-
targetNotPinned: (name) => `${name} 未记录当前版本;请先使用 \`xacpx plugin update ${name}\` 或显式选择版本。`,
|
|
2693
2691
|
multiTargetNonInteractive: "检测到已安装插件;非交互模式请使用 `xacpx update --all` 或 `xacpx update <name>`。",
|
|
2694
2692
|
selectionPrompt: "请选择要更新的项目(数字,逗号分隔,a=全部,回车取消):",
|
|
2695
2693
|
selectionInvalid: (part) => `无效选择:${part}`,
|