ph-cmd 6.0.0-dev.54 → 6.0.0-dev.56

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
@@ -602119,7 +602119,7 @@ var use = import_cmd_ts16.command({
602119
602119
  });
602120
602120
 
602121
602121
  // src/commands/ph.ts
602122
- var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.53");
602122
+ var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.55");
602123
602123
  var ph = import_cmd_ts17.subcommands({
602124
602124
  name: "ph",
602125
602125
  version: phCmdVersionInfo,
package/build/cli.old.js CHANGED
@@ -602234,7 +602234,7 @@ import fs6 from "node:fs";
602234
602234
  import path9 from "node:path";
602235
602235
  var customVersionHandler = async () => {
602236
602236
  const projectInfo = await getProjectInfo(undefined, false);
602237
- const version2 = "6.0.0-dev.53";
602237
+ const version2 = "6.0.0-dev.55";
602238
602238
  console.log("PH CMD version: ", version2);
602239
602239
  if (projectInfo.available) {
602240
602240
  const packageManager = getPackageManagerFromLockfile(projectInfo.path);
@@ -602104,7 +602104,7 @@ var use = import_cmd_ts16.command({
602104
602104
  });
602105
602105
 
602106
602106
  // src/commands/ph.ts
602107
- var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.53");
602107
+ var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.55");
602108
602108
  var ph = import_cmd_ts17.subcommands({
602109
602109
  name: "ph",
602110
602110
  version: phCmdVersionInfo,
@@ -602132,7 +602132,7 @@ var cliDescription = ph.description ?? "";
602132
602132
  async function main2() {
602133
602133
  await writeCliDocsMarkdownFile({
602134
602134
  filePath: "COMMANDS.md",
602135
- docsTitle: `PH-CMD CLI Commands (${"6.0.0-dev.53"})`,
602135
+ docsTitle: `PH-CMD CLI Commands (${"6.0.0-dev.55"})`,
602136
602136
  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.",
602137
602137
  cliDescription,
602138
602138
  entries: commands
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ph-cmd",
3
- "version": "6.0.0-dev.54",
3
+ "version": "6.0.0-dev.56",
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-dev.54",
38
- "@powerhousedao/common": "6.0.0-dev.54"
37
+ "@powerhousedao/codegen": "6.0.0-dev.56",
38
+ "@powerhousedao/common": "6.0.0-dev.56"
39
39
  },
40
40
  "scripts": {
41
41
  "tsc": "tsc",