ph-cmd 6.0.0-dev.92 → 6.0.0-dev.94

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
@@ -604774,7 +604774,7 @@ var init_ph = __esm(async () => {
604774
604774
  init_use_local();
604775
604775
  init_use();
604776
604776
  import_cmd_ts18 = __toESM(require_cjs(), 1);
604777
- phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.92");
604777
+ phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.94");
604778
604778
  ph = import_cmd_ts18.subcommands({
604779
604779
  name: "ph",
604780
604780
  version: phCmdVersionInfo,
package/build/cli.old.js CHANGED
@@ -606956,7 +606956,7 @@ import fs6 from "node:fs";
606956
606956
  import path13 from "node:path";
606957
606957
  var customVersionHandler = async () => {
606958
606958
  const projectInfo = await getProjectInfo(undefined, false);
606959
- const version2 = "6.0.0-dev.92";
606959
+ const version2 = "6.0.0-dev.94";
606960
606960
  console.log("PH CMD version: ", version2);
606961
606961
  if (projectInfo.available) {
606962
606962
  const packageManager = getPackageManagerFromLockfile(projectInfo.path);
@@ -604751,7 +604751,7 @@ var init_ph = __esm(async () => {
604751
604751
  init_use_local();
604752
604752
  init_use();
604753
604753
  import_cmd_ts18 = __toESM(require_cjs(), 1);
604754
- phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.92");
604754
+ phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.94");
604755
604755
  ph = import_cmd_ts18.subcommands({
604756
604756
  name: "ph",
604757
604757
  version: phCmdVersionInfo,
@@ -604787,7 +604787,7 @@ var cliDescription = ph.description ?? "";
604787
604787
  async function main2() {
604788
604788
  await writeCliDocsMarkdownFile({
604789
604789
  filePath: "COMMANDS.md",
604790
- docsTitle: `PH-CMD CLI Commands (${"6.0.0-dev.92"})`,
604790
+ docsTitle: `PH-CMD CLI Commands (${"6.0.0-dev.94"})`,
604791
604791
  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.",
604792
604792
  cliDescription,
604793
604793
  entries: commands
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ph-cmd",
3
- "version": "6.0.0-dev.92",
3
+ "version": "6.0.0-dev.94",
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.92",
38
- "@powerhousedao/common": "6.0.0-dev.92"
37
+ "@powerhousedao/codegen": "6.0.0-dev.94",
38
+ "@powerhousedao/common": "6.0.0-dev.94"
39
39
  },
40
40
  "scripts": {
41
41
  "tsc": "tsc",