@powerhousedao/academy 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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 4.1.0-dev.75 (2025-10-17)
2
+
3
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
4
+
1
5
  ## 4.1.0-dev.74 (2025-10-15)
2
6
 
3
7
  ### 🩹 Fixes
@@ -10,8 +10,8 @@ For todays purpose, you'll be using Connect, our user-centric collaboration tool
10
10
 
11
11
  ## Prerequisites
12
12
 
13
- - Powerhouse CLI installed: `pnpm install -g ph-cmd`
14
- - node.js 22 and pnpm installed
13
+ - Powerhouse CLI installed: `pnpm install -g ph-cmd` or `npm install -g ph-cmd --legacy-peer-deps`
14
+ - node.js 22 and a package manager (pnpm or npm) installed
15
15
  - Visual Studio Code (or your preferred IDE)
16
16
  - Terminal/Command Prompt access
17
17
 
@@ -304,7 +304,7 @@ Choose the appropriate installation command based on your package manager:
304
304
 
305
305
  ```bash
306
306
  # Using npm
307
- npm install -g ph-cmd
307
+ npm install -g ph-cmd --legacy-peer-deps
308
308
 
309
309
  # Using yarn
310
310
  yarn global add ph-cmd
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/academy",
3
- "version": "4.1.0-dev.74",
3
+ "version": "4.1.0-dev.75",
4
4
  "homepage": "https://powerhouse.academy",
5
5
  "repository": {
6
6
  "type": "git",