@powerhousedao/academy 4.1.0-dev.87 → 4.1.0-dev.89
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,17 @@
|
|
|
1
|
+
## 4.1.0-dev.89 (2025-10-24)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- used fixed versions for codemirror dep ([183e487db](https://github.com/powerhouse-inc/powerhouse/commit/183e487db))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Guillermo Puente @gpuente
|
|
10
|
+
|
|
11
|
+
## 4.1.0-dev.88 (2025-10-24)
|
|
12
|
+
|
|
13
|
+
This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
|
|
14
|
+
|
|
1
15
|
## 4.1.0-dev.87 (2025-10-24)
|
|
2
16
|
|
|
3
17
|
This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
|
|
@@ -420,7 +420,7 @@ Options:
|
|
|
420
420
|
|
|
421
421
|
-p, --processor <name> Name of the processor to generate.
|
|
422
422
|
|
|
423
|
-
--processor-type <type> Type of processor to generate.
|
|
423
|
+
--processor-type <type> Type of processor to generate. 'relationalDb' or 'analytics'
|
|
424
424
|
|
|
425
425
|
-s, --subgraph <name> Name of the subgraph to use or create.
|
|
426
426
|
|
|
@@ -447,7 +447,7 @@ Examples:
|
|
|
447
447
|
$ ph generate my-document-model.zip # Generate from a specific model zip file
|
|
448
448
|
$ ph generate -i # Run in interactive mode
|
|
449
449
|
$ ph generate --editor ToDoList --document-types powerhouse/todo # Generate a ToDoList editor for todo documents
|
|
450
|
-
$ ph generate -p MyProcessor
|
|
450
|
+
$ ph generate -p MyProcessor --processor-type relationalDb # Generate a specific processor
|
|
451
451
|
$ ph generate --watch # Generate and watch for changes
|
|
452
452
|
$ ph generate --drive-editor custom-drive-explorer # Generate a custom drive editor
|
|
453
453
|
$ ph generate -s MySubgraph # Generate with a specific subgraph
|