ph-cmd 6.0.0-dev.43 → 6.0.0-dev.44

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
@@ -708179,7 +708179,7 @@ var use = import_cmd_ts16.command({
708179
708179
  });
708180
708180
 
708181
708181
  // src/commands/ph.ts
708182
- var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.42");
708182
+ var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.43");
708183
708183
  var ph2 = import_cmd_ts17.subcommands({
708184
708184
  name: "ph",
708185
708185
  version: phCmdVersionInfo,
package/build/cli.old.js CHANGED
@@ -706676,7 +706676,7 @@ import fs13 from "node:fs";
706676
706676
  import path21 from "node:path";
706677
706677
  var customVersionHandler = async () => {
706678
706678
  const projectInfo = await getProjectInfo(undefined, false);
706679
- const version2 = "6.0.0-dev.42";
706679
+ const version2 = "6.0.0-dev.43";
706680
706680
  console.log("PH CMD version: ", version2);
706681
706681
  if (projectInfo.available) {
706682
706682
  const packageManager = getPackageManagerFromLockfile(projectInfo.path);
@@ -708164,7 +708164,7 @@ var use = import_cmd_ts16.command({
708164
708164
  });
708165
708165
 
708166
708166
  // src/commands/ph.ts
708167
- var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.42");
708167
+ var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.43");
708168
708168
  var ph2 = import_cmd_ts17.subcommands({
708169
708169
  name: "ph",
708170
708170
  version: phCmdVersionInfo,
@@ -708192,7 +708192,7 @@ var cliDescription = ph2.description ?? "";
708192
708192
  async function main2() {
708193
708193
  await writeCliDocsMarkdownFile({
708194
708194
  filePath: "COMMANDS.md",
708195
- docsTitle: `PH-CMD CLI Commands (${"6.0.0-dev.42"})`,
708195
+ docsTitle: `PH-CMD CLI Commands (${"6.0.0-dev.43"})`,
708196
708196
  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.",
708197
708197
  cliDescription,
708198
708198
  entries: commands
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ph-cmd",
3
- "version": "6.0.0-dev.43",
3
+ "version": "6.0.0-dev.44",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",
@@ -35,8 +35,8 @@
35
35
  "read-pkg": "^9.0.1",
36
36
  "vitest": "^3.2.4",
37
37
  "write-package": "^7.2.0",
38
- "@powerhousedao/common": "6.0.0-dev.43",
39
- "@powerhousedao/codegen": "6.0.0-dev.43"
38
+ "@powerhousedao/codegen": "6.0.0-dev.44",
39
+ "@powerhousedao/common": "6.0.0-dev.44"
40
40
  },
41
41
  "scripts": {
42
42
  "tsc": "tsc",