ph-cmd 6.0.0-dev.98 → 6.0.0-staging.0
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 +1 -1
- package/build/cli.old.js +1 -1
- package/build/generate-commands-docs.js +2 -2
- package/package.json +3 -3
package/build/cli.js
CHANGED
|
@@ -604777,7 +604777,7 @@ var init_ph = __esm(async () => {
|
|
|
604777
604777
|
init_use_local();
|
|
604778
604778
|
init_use();
|
|
604779
604779
|
import_cmd_ts18 = __toESM(require_cjs(), 1);
|
|
604780
|
-
phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-
|
|
604780
|
+
phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-staging.0");
|
|
604781
604781
|
ph = import_cmd_ts18.subcommands({
|
|
604782
604782
|
name: "ph",
|
|
604783
604783
|
version: phCmdVersionInfo,
|
package/build/cli.old.js
CHANGED
|
@@ -606959,7 +606959,7 @@ import fs6 from "node:fs";
|
|
|
606959
606959
|
import path13 from "node:path";
|
|
606960
606960
|
var customVersionHandler = async () => {
|
|
606961
606961
|
const projectInfo = await getProjectInfo(undefined, false);
|
|
606962
|
-
const version2 = "6.0.0-
|
|
606962
|
+
const version2 = "6.0.0-staging.0";
|
|
606963
606963
|
console.log("PH CMD version: ", version2);
|
|
606964
606964
|
if (projectInfo.available) {
|
|
606965
606965
|
const packageManager = getPackageManagerFromLockfile(projectInfo.path);
|
|
@@ -604754,7 +604754,7 @@ var init_ph = __esm(async () => {
|
|
|
604754
604754
|
init_use_local();
|
|
604755
604755
|
init_use();
|
|
604756
604756
|
import_cmd_ts18 = __toESM(require_cjs(), 1);
|
|
604757
|
-
phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-
|
|
604757
|
+
phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-staging.0");
|
|
604758
604758
|
ph = import_cmd_ts18.subcommands({
|
|
604759
604759
|
name: "ph",
|
|
604760
604760
|
version: phCmdVersionInfo,
|
|
@@ -604790,7 +604790,7 @@ var cliDescription = ph.description ?? "";
|
|
|
604790
604790
|
async function main2() {
|
|
604791
604791
|
await writeCliDocsMarkdownFile({
|
|
604792
604792
|
filePath: "COMMANDS.md",
|
|
604793
|
-
docsTitle: `PH-CMD CLI Commands (${"6.0.0-
|
|
604793
|
+
docsTitle: `PH-CMD CLI Commands (${"6.0.0-staging.0"})`,
|
|
604794
604794
|
docsIntroduction: "This document provides detailed information about the available commands in the PH-CMD CLI. The CLI is published as `ph-cmd` and is invoked with the `ph` command.",
|
|
604795
604795
|
cliDescription,
|
|
604796
604796
|
entries: commands
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ph-cmd",
|
|
3
|
-
"version": "6.0.0-
|
|
3
|
+
"version": "6.0.0-staging.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"type": "module",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"read-pkg": "10.1.0",
|
|
35
35
|
"vitest": "3.2.4",
|
|
36
36
|
"write-package": "7.2.0",
|
|
37
|
-
"@powerhousedao/codegen": "6.0.0-
|
|
38
|
-
"@powerhousedao/common": "6.0.0-
|
|
37
|
+
"@powerhousedao/codegen": "6.0.0-staging.0",
|
|
38
|
+
"@powerhousedao/common": "6.0.0-staging.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"tsc": "tsc",
|