ph-cmd 4.1.0-dev.74 → 4.1.0-dev.75

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,7 +25,7 @@ A powerful command-line interface tool for Powerhouse DAO that streamlines proje
25
25
 
26
26
  ```bash
27
27
  # Using npm
28
- npm install -g ph-cmd
28
+ npm install -g ph-cmd --legacy-peer-deps
29
29
 
30
30
  # Using yarn
31
31
  yarn global add ph-cmd
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ph-cmd",
3
- "version": "4.1.0-dev.74",
3
+ "version": "4.1.0-dev.75",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",
@@ -23,7 +23,7 @@
23
23
  "author": "",
24
24
  "dependencies": {
25
25
  "commander": "^12.1.0",
26
- "@powerhousedao/codegen": "4.1.0-dev.74"
26
+ "@powerhousedao/codegen": "4.1.0-dev.75"
27
27
  },
28
28
  "devDependencies": {
29
29
  "vitest": "^3.2.4"