ph-cmd 6.0.0-dev.41 → 6.0.0-dev.42

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
@@ -708163,7 +708163,7 @@ var use = import_cmd_ts16.command({
708163
708163
  });
708164
708164
 
708165
708165
  // src/commands/ph.ts
708166
- var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.40");
708166
+ var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.41");
708167
708167
  var ph2 = import_cmd_ts17.subcommands({
708168
708168
  name: "ph",
708169
708169
  version: phCmdVersionInfo,
package/build/cli.old.js CHANGED
@@ -706665,7 +706665,7 @@ import fs13 from "node:fs";
706665
706665
  import path21 from "node:path";
706666
706666
  var customVersionHandler = async () => {
706667
706667
  const projectInfo = await getProjectInfo(undefined, false);
706668
- const version2 = "6.0.0-dev.40";
706668
+ const version2 = "6.0.0-dev.41";
706669
706669
  console.log("PH CMD version: ", version2);
706670
706670
  if (projectInfo.available) {
706671
706671
  const packageManager = getPackageManagerFromLockfile(projectInfo.path);
@@ -708148,7 +708148,7 @@ var use = import_cmd_ts16.command({
708148
708148
  });
708149
708149
 
708150
708150
  // src/commands/ph.ts
708151
- var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.40");
708151
+ var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.41");
708152
708152
  var ph2 = import_cmd_ts17.subcommands({
708153
708153
  name: "ph",
708154
708154
  version: phCmdVersionInfo,
@@ -708176,7 +708176,7 @@ var cliDescription = ph2.description ?? "";
708176
708176
  async function main2() {
708177
708177
  await writeCliDocsMarkdownFile({
708178
708178
  filePath: "COMMANDS.md",
708179
- docsTitle: `PH-CMD CLI Commands (${"6.0.0-dev.40"})`,
708179
+ docsTitle: `PH-CMD CLI Commands (${"6.0.0-dev.41"})`,
708180
708180
  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.",
708181
708181
  cliDescription,
708182
708182
  entries: commands
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ph-cmd",
3
- "version": "6.0.0-dev.41",
3
+ "version": "6.0.0-dev.42",
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/codegen": "6.0.0-dev.41",
39
- "@powerhousedao/common": "6.0.0-dev.41"
38
+ "@powerhousedao/codegen": "6.0.0-dev.42",
39
+ "@powerhousedao/common": "6.0.0-dev.42"
40
40
  },
41
41
  "scripts": {
42
42
  "tsc": "tsc",