commandkit 0.1.11-dev.20250414064855 → 0.1.11-dev.20250417143532
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.js +4 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5579,7 +5579,7 @@ var init_version = __esm({
|
|
|
5579
5579
|
"use strict";
|
|
5580
5580
|
init_cjs_shims();
|
|
5581
5581
|
version = /* @__MACRO__ $version */
|
|
5582
|
-
"0.1.11-dev.
|
|
5582
|
+
"0.1.11-dev.20250417143532";
|
|
5583
5583
|
}
|
|
5584
5584
|
});
|
|
5585
5585
|
|
|
@@ -6374,12 +6374,6 @@ function getBinaryVersion(binary) {
|
|
|
6374
6374
|
}
|
|
6375
6375
|
}
|
|
6376
6376
|
async function showInformation() {
|
|
6377
|
-
const knownPlugins = [
|
|
6378
|
-
"@commandkit/redis",
|
|
6379
|
-
"@commandkit/legacy",
|
|
6380
|
-
"@commandkit/devtools",
|
|
6381
|
-
"@commandkit/i18n"
|
|
6382
|
-
];
|
|
6383
6377
|
const runtimeName = (() => {
|
|
6384
6378
|
if ("Deno" in globalThis && typeof Deno !== "undefined") return "Deno";
|
|
6385
6379
|
if ("Bun" in globalThis && typeof Bun !== "undefined") return "Bun";
|
|
@@ -6435,7 +6429,7 @@ async function showInformation() {
|
|
|
6435
6429
|
}
|
|
6436
6430
|
console.log(output.trim());
|
|
6437
6431
|
}
|
|
6438
|
-
var import_node_os, import_node_child_process3, import_node_fs10, import_node_path11;
|
|
6432
|
+
var import_node_os, import_node_child_process3, import_node_fs10, import_node_path11, knownPlugins;
|
|
6439
6433
|
var init_information = __esm({
|
|
6440
6434
|
"src/cli/information.ts"() {
|
|
6441
6435
|
"use strict";
|
|
@@ -6445,6 +6439,8 @@ var init_information = __esm({
|
|
|
6445
6439
|
init_version();
|
|
6446
6440
|
import_node_fs10 = __toESM(require("fs"));
|
|
6447
6441
|
import_node_path11 = __toESM(require("path"));
|
|
6442
|
+
knownPlugins = /* @__MACRO__ $getKnownPlugins */
|
|
6443
|
+
["@commandkit/i18n", "@commandkit/legacy", "@commandkit/redis"];
|
|
6448
6444
|
__name(findPackageVersion, "findPackageVersion");
|
|
6449
6445
|
__name(getBinaryVersion, "getBinaryVersion");
|
|
6450
6446
|
__name(showInformation, "showInformation");
|