ph-cmd 6.0.0-dev.48 → 6.0.0-dev.49

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 CHANGED
@@ -706616,7 +706616,7 @@ var use = import_cmd_ts16.command({
706616
706616
  });
706617
706617
 
706618
706618
  // src/commands/ph.ts
706619
- var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.48");
706619
+ var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.47");
706620
706620
  var ph2 = import_cmd_ts17.subcommands({
706621
706621
  name: "ph",
706622
706622
  version: phCmdVersionInfo,
package/build/cli.old.js CHANGED
@@ -706731,7 +706731,7 @@ import fs13 from "node:fs";
706731
706731
  import path21 from "node:path";
706732
706732
  var customVersionHandler = async () => {
706733
706733
  const projectInfo = await getProjectInfo(undefined, false);
706734
- const version2 = "6.0.0-dev.48";
706734
+ const version2 = "6.0.0-dev.47";
706735
706735
  console.log("PH CMD version: ", version2);
706736
706736
  if (projectInfo.available) {
706737
706737
  const packageManager = getPackageManagerFromLockfile(projectInfo.path);
@@ -706601,7 +706601,7 @@ var use = import_cmd_ts16.command({
706601
706601
  });
706602
706602
 
706603
706603
  // src/commands/ph.ts
706604
- var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.48");
706604
+ var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.47");
706605
706605
  var ph2 = import_cmd_ts17.subcommands({
706606
706606
  name: "ph",
706607
706607
  version: phCmdVersionInfo,
@@ -706629,7 +706629,7 @@ var cliDescription = ph2.description ?? "";
706629
706629
  async function main2() {
706630
706630
  await writeCliDocsMarkdownFile({
706631
706631
  filePath: "COMMANDS.md",
706632
- docsTitle: `PH-CMD CLI Commands (${"6.0.0-dev.48"})`,
706632
+ docsTitle: `PH-CMD CLI Commands (${"6.0.0-dev.47"})`,
706633
706633
  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.",
706634
706634
  cliDescription,
706635
706635
  entries: commands
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ph-cmd",
3
- "version": "6.0.0-dev.48",
3
+ "version": "6.0.0-dev.49",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",
@@ -35,8 +35,8 @@
35
35
  "read-pkg": "10.1.0",
36
36
  "vitest": "^3.2.4",
37
37
  "write-package": "^7.2.0",
38
- "@powerhousedao/codegen": "6.0.0-dev.48",
39
- "@powerhousedao/common": "6.0.0-dev.48"
38
+ "@powerhousedao/codegen": "6.0.0-dev.49",
39
+ "@powerhousedao/common": "6.0.0-dev.49"
40
40
  },
41
41
  "scripts": {
42
42
  "tsc": "tsc",