ph-cmd 6.0.0-dev.80 → 6.0.0-dev.82

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
@@ -602308,7 +602308,7 @@ var use = import_cmd_ts16.command({
602308
602308
  });
602309
602309
 
602310
602310
  // src/commands/ph.ts
602311
- var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.79");
602311
+ var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.81");
602312
602312
  var ph = import_cmd_ts17.subcommands({
602313
602313
  name: "ph",
602314
602314
  version: phCmdVersionInfo,
package/build/cli.old.js CHANGED
@@ -602372,7 +602372,7 @@ import fs6 from "node:fs";
602372
602372
  import path9 from "node:path";
602373
602373
  var customVersionHandler = async () => {
602374
602374
  const projectInfo = await getProjectInfo(undefined, false);
602375
- const version2 = "6.0.0-dev.79";
602375
+ const version2 = "6.0.0-dev.81";
602376
602376
  console.log("PH CMD version: ", version2);
602377
602377
  if (projectInfo.available) {
602378
602378
  const packageManager = getPackageManagerFromLockfile(projectInfo.path);
@@ -602293,7 +602293,7 @@ var use = import_cmd_ts16.command({
602293
602293
  });
602294
602294
 
602295
602295
  // src/commands/ph.ts
602296
- var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.79");
602296
+ var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.81");
602297
602297
  var ph = import_cmd_ts17.subcommands({
602298
602298
  name: "ph",
602299
602299
  version: phCmdVersionInfo,
@@ -602321,7 +602321,7 @@ var cliDescription = ph.description ?? "";
602321
602321
  async function main2() {
602322
602322
  await writeCliDocsMarkdownFile({
602323
602323
  filePath: "COMMANDS.md",
602324
- docsTitle: `PH-CMD CLI Commands (${"6.0.0-dev.79"})`,
602324
+ docsTitle: `PH-CMD CLI Commands (${"6.0.0-dev.81"})`,
602325
602325
  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.",
602326
602326
  cliDescription,
602327
602327
  entries: commands
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ph-cmd",
3
- "version": "6.0.0-dev.80",
3
+ "version": "6.0.0-dev.82",
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.80",
38
- "@powerhousedao/common": "6.0.0-dev.80"
37
+ "@powerhousedao/codegen": "6.0.0-dev.82",
38
+ "@powerhousedao/common": "6.0.0-dev.82"
39
39
  },
40
40
  "scripts": {
41
41
  "tsc": "tsc",