@powerhousedao/academy 4.1.0-dev.10 → 4.1.0-dev.12

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,24 @@
1
+ ## 4.1.0-dev.12 (2025-08-08)
2
+
3
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
4
+
5
+ ## 4.1.0-dev.11 (2025-08-07)
6
+
7
+ ### 🚀 Features
8
+
9
+ - **switchboard,reactor-local,reactor-api:** moved vite loader to reactor-api package ([c84f0a2a3](https://github.com/powerhouse-inc/powerhouse/commit/c84f0a2a3))
10
+ - vetra package documents and app integration ([0e4053302](https://github.com/powerhouse-inc/powerhouse/commit/0e4053302))
11
+ - **vetra:** added vetra drive editor ([4ebafd143](https://github.com/powerhouse-inc/powerhouse/commit/4ebafd143))
12
+ - **ph-cli:** added verbose option to vetra command ([7310ec06c](https://github.com/powerhouse-inc/powerhouse/commit/7310ec06c))
13
+ - integrate package documents into reactor system ([939fe8e80](https://github.com/powerhouse-inc/powerhouse/commit/939fe8e80))
14
+ - **connect:** integrate Vetra package documents and editors ([2ecb9bd15](https://github.com/powerhouse-inc/powerhouse/commit/2ecb9bd15))
15
+
16
+ ### ❤️ Thank You
17
+
18
+ - acaldas @acaldas
19
+ - Guillermo Puente @gpuente
20
+ - Guillermo Puente Sandoval @gpuente
21
+
1
22
  ## 4.1.0-dev.10 (2025-08-07)
2
23
 
3
24
  ### 🚀 Features
@@ -738,6 +738,11 @@ Options:
738
738
 
739
739
  -w, --watch Watch for local changes to document models and processors,
740
740
  and automatically update both the Switchboard and Reactor accordingly.
741
+
742
+ --remote-drive <url> URL of remote drive to connect to (skips switchboard initialization).
743
+
744
+ --logs Enable verbose logging for all services. This provides detailed
745
+ output from Switchboard, Reactor, and Connect during startup and operation.
741
746
 
742
747
  Examples:
743
748
  $ ph vetra # Start complete Vetra environment with defaults
@@ -745,6 +750,7 @@ Examples:
745
750
  $ ph vetra --switchboard-port 5000 --reactor-port 5001 # Use custom ports
746
751
  $ ph vetra --config-file custom.powerhouse.config.js # Use custom configuration
747
752
  $ ph vetra --watch # Watch for changes and auto-update
753
+ $ ph vetra --logs # Enable detailed logging from all services
748
754
  $ ph vetra --https-key-file key.pem --https-cert-file cert.pem # Use HTTPS
749
755
  ```
750
756
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/academy",
3
- "version": "4.1.0-dev.10",
3
+ "version": "4.1.0-dev.12",
4
4
  "homepage": "https://powerhouse.academy",
5
5
  "repository": {
6
6
  "type": "git",