ph-cmd 6.0.0-dev.95 → 6.0.0-dev.96

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
@@ -604785,7 +604785,7 @@ var init_ph = __esm(async () => {
604785
604785
  init_use_local();
604786
604786
  init_use();
604787
604787
  import_cmd_ts18 = __toESM(require_cjs(), 1);
604788
- phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.95");
604788
+ phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.96");
604789
604789
  ph = import_cmd_ts18.subcommands({
604790
604790
  name: "ph",
604791
604791
  version: phCmdVersionInfo,
package/build/cli.old.js CHANGED
@@ -606967,7 +606967,7 @@ import fs6 from "node:fs";
606967
606967
  import path13 from "node:path";
606968
606968
  var customVersionHandler = async () => {
606969
606969
  const projectInfo = await getProjectInfo(undefined, false);
606970
- const version2 = "6.0.0-dev.95";
606970
+ const version2 = "6.0.0-dev.96";
606971
606971
  console.log("PH CMD version: ", version2);
606972
606972
  if (projectInfo.available) {
606973
606973
  const packageManager = getPackageManagerFromLockfile(projectInfo.path);
@@ -604762,7 +604762,7 @@ var init_ph = __esm(async () => {
604762
604762
  init_use_local();
604763
604763
  init_use();
604764
604764
  import_cmd_ts18 = __toESM(require_cjs(), 1);
604765
- phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.95");
604765
+ phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.96");
604766
604766
  ph = import_cmd_ts18.subcommands({
604767
604767
  name: "ph",
604768
604768
  version: phCmdVersionInfo,
@@ -604798,7 +604798,7 @@ var cliDescription = ph.description ?? "";
604798
604798
  async function main2() {
604799
604799
  await writeCliDocsMarkdownFile({
604800
604800
  filePath: "COMMANDS.md",
604801
- docsTitle: `PH-CMD CLI Commands (${"6.0.0-dev.95"})`,
604801
+ docsTitle: `PH-CMD CLI Commands (${"6.0.0-dev.96"})`,
604802
604802
  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.",
604803
604803
  cliDescription,
604804
604804
  entries: commands
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ph-cmd",
3
- "version": "6.0.0-dev.95",
3
+ "version": "6.0.0-dev.96",
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.95",
38
- "@powerhousedao/common": "6.0.0-dev.95"
37
+ "@powerhousedao/codegen": "6.0.0-dev.96",
38
+ "@powerhousedao/common": "6.0.0-dev.96"
39
39
  },
40
40
  "scripts": {
41
41
  "tsc": "tsc",