@nindroidsystems/pluginator 2.3.2 → 2.3.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.
- package/dist/cli.js +5 -5
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -2359,7 +2359,7 @@ var require_commander = __commonJS((exports) => {
|
|
|
2359
2359
|
});
|
|
2360
2360
|
|
|
2361
2361
|
// package.json
|
|
2362
|
-
var version = "2.3.
|
|
2362
|
+
var version = "2.3.3", package_default;
|
|
2363
2363
|
var init_package = __esm(() => {
|
|
2364
2364
|
package_default = {
|
|
2365
2365
|
name: "@nindroidsystems/pluginator",
|
|
@@ -123803,13 +123803,13 @@ Completed in ${result.duration}ms`));
|
|
|
123803
123803
|
switch (method) {
|
|
123804
123804
|
case "npm-global":
|
|
123805
123805
|
uninstallExe = "npm";
|
|
123806
|
-
uninstallArgs = ["uninstall", "-g", "pluginator"];
|
|
123807
|
-
displayCmd = "npm uninstall -g pluginator";
|
|
123806
|
+
uninstallArgs = ["uninstall", "-g", "@nindroidsystems/pluginator"];
|
|
123807
|
+
displayCmd = "npm uninstall -g @nindroidsystems/pluginator";
|
|
123808
123808
|
break;
|
|
123809
123809
|
case "bun-global":
|
|
123810
123810
|
uninstallExe = "bun";
|
|
123811
|
-
uninstallArgs = ["remove", "-g", "pluginator"];
|
|
123812
|
-
displayCmd = "bun remove -g pluginator";
|
|
123811
|
+
uninstallArgs = ["remove", "-g", "@nindroidsystems/pluginator"];
|
|
123812
|
+
displayCmd = "bun remove -g @nindroidsystems/pluginator";
|
|
123813
123813
|
break;
|
|
123814
123814
|
case "homebrew":
|
|
123815
123815
|
uninstallExe = "brew";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nindroidsystems/pluginator",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
4
4
|
"description": "A sophisticated Minecraft server plugin manager with multi-source update checking, sync/backup workflows, and a modern terminal UI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|