ph-cmd 6.0.0-dev.68 → 6.0.0-dev.69

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
@@ -602227,7 +602227,7 @@ var use = import_cmd_ts16.command({
602227
602227
  });
602228
602228
 
602229
602229
  // src/commands/ph.ts
602230
- var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.67");
602230
+ var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.68");
602231
602231
  var ph = import_cmd_ts17.subcommands({
602232
602232
  name: "ph",
602233
602233
  version: phCmdVersionInfo,
package/build/cli.old.js CHANGED
@@ -602335,7 +602335,7 @@ import fs6 from "node:fs";
602335
602335
  import path9 from "node:path";
602336
602336
  var customVersionHandler = async () => {
602337
602337
  const projectInfo = await getProjectInfo(undefined, false);
602338
- const version2 = "6.0.0-dev.67";
602338
+ const version2 = "6.0.0-dev.68";
602339
602339
  console.log("PH CMD version: ", version2);
602340
602340
  if (projectInfo.available) {
602341
602341
  const packageManager = getPackageManagerFromLockfile(projectInfo.path);
@@ -602212,7 +602212,7 @@ var use = import_cmd_ts16.command({
602212
602212
  });
602213
602213
 
602214
602214
  // src/commands/ph.ts
602215
- var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.67");
602215
+ var phCmdVersionInfo = await getPhCmdVersionInfo("6.0.0-dev.68");
602216
602216
  var ph = import_cmd_ts17.subcommands({
602217
602217
  name: "ph",
602218
602218
  version: phCmdVersionInfo,
@@ -602240,7 +602240,7 @@ var cliDescription = ph.description ?? "";
602240
602240
  async function main2() {
602241
602241
  await writeCliDocsMarkdownFile({
602242
602242
  filePath: "COMMANDS.md",
602243
- docsTitle: `PH-CMD CLI Commands (${"6.0.0-dev.67"})`,
602243
+ docsTitle: `PH-CMD CLI Commands (${"6.0.0-dev.68"})`,
602244
602244
  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.",
602245
602245
  cliDescription,
602246
602246
  entries: commands
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ph-cmd",
3
- "version": "6.0.0-dev.68",
3
+ "version": "6.0.0-dev.69",
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.68",
38
- "@powerhousedao/common": "6.0.0-dev.68"
37
+ "@powerhousedao/codegen": "6.0.0-dev.69",
38
+ "@powerhousedao/common": "6.0.0-dev.69"
39
39
  },
40
40
  "scripts": {
41
41
  "tsc": "tsc",