ph-cmd 6.0.0-dev.23 → 6.0.0-dev.24
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/build/cli.js +2 -2
- package/build/cli.old.js +1 -1
- package/package.json +3 -3
package/build/cli.js
CHANGED
|
@@ -659288,7 +659288,7 @@ var exports_version = {};
|
|
|
659288
659288
|
__export(exports_version, {
|
|
659289
659289
|
version: () => version2
|
|
659290
659290
|
});
|
|
659291
|
-
var version2 = "6.0.0-dev.
|
|
659291
|
+
var version2 = "6.0.0-dev.23";
|
|
659292
659292
|
|
|
659293
659293
|
// ../../node_modules/.pnpm/imurmurhash@0.1.4/node_modules/imurmurhash/imurmurhash.js
|
|
659294
659294
|
var require_imurmurhash = __commonJS((exports, module3) => {
|
|
@@ -694421,7 +694421,7 @@ async function executePhCliCommand(command8) {
|
|
|
694421
694421
|
const forwardedArgs = process.argv.slice(3);
|
|
694422
694422
|
const detectResult = await detect();
|
|
694423
694423
|
const agent = detectResult?.agent ?? "npm";
|
|
694424
|
-
const resolveExecuteLocalCommandResult = resolveCommand(agent, "execute-local", ["
|
|
694424
|
+
const resolveExecuteLocalCommandResult = resolveCommand(agent, "execute-local", ["ph-cli", command8, ...forwardedArgs]);
|
|
694425
694425
|
if (!resolveExecuteLocalCommandResult) {
|
|
694426
694426
|
throw new Error(`Command ${command8} is not executable by package manager ${agent}. Either install "@powerhousedao/ph-cli" in your local package, or run \`ph setup-globals\` to globally install the "@powerhousedao/ph-cli" package.`);
|
|
694427
694427
|
}
|
package/build/cli.old.js
CHANGED
|
@@ -661127,7 +661127,7 @@ var exports_version = {};
|
|
|
661127
661127
|
__export(exports_version, {
|
|
661128
661128
|
version: () => version2
|
|
661129
661129
|
});
|
|
661130
|
-
var version2 = "6.0.0-dev.
|
|
661130
|
+
var version2 = "6.0.0-dev.23";
|
|
661131
661131
|
|
|
661132
661132
|
// ../../node_modules/.pnpm/imurmurhash@0.1.4/node_modules/imurmurhash/imurmurhash.js
|
|
661133
661133
|
var require_imurmurhash = __commonJS((exports, module3) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ph-cmd",
|
|
3
|
-
"version": "6.0.0-dev.
|
|
3
|
+
"version": "6.0.0-dev.24",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"type": "module",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"read-pkg": "^9.0.1",
|
|
31
31
|
"write-package": "^7.2.0",
|
|
32
32
|
"vitest": "^3.2.4",
|
|
33
|
-
"@powerhousedao/codegen": "6.0.0-dev.
|
|
34
|
-
"@powerhousedao/common": "6.0.0-dev.
|
|
33
|
+
"@powerhousedao/codegen": "6.0.0-dev.24",
|
|
34
|
+
"@powerhousedao/common": "6.0.0-dev.24"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"tsc": "tsc",
|