@powerhousedao/reactor-api 1.8.1 → 1.9.0

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,9 +1,26 @@
1
- ## 1.8.1 (2024-12-05)
1
+ ## 1.9.0 (2024-12-09)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **monorepo:** simplify check action ([a22745f4](https://github.com/powerhouse-inc/powerhouse/commit/a22745f4))
6
+ - **monorepo:** simplify parallel task execution ([0ed8df13](https://github.com/powerhouse-inc/powerhouse/commit/0ed8df13))
7
+ - **monorepo:** handle merge conflicts ([bfa6f0a0](https://github.com/powerhouse-inc/powerhouse/commit/bfa6f0a0))
8
+ - **monorepo:** handle project references ([3b6c046f](https://github.com/powerhouse-inc/powerhouse/commit/3b6c046f))
9
+ - **document-model-libs:** move tailwind config to workspace root ([74b9869a](https://github.com/powerhouse-inc/powerhouse/commit/74b9869a))
10
+ - **document-model-libs:** remove wrong peer deps ([5fd7ef67](https://github.com/powerhouse-inc/powerhouse/commit/5fd7ef67))
11
+ - use unified deps ([38c759a9](https://github.com/powerhouse-inc/powerhouse/commit/38c759a9))
12
+ - **monorepo:** fix export declarations ([58908779](https://github.com/powerhouse-inc/powerhouse/commit/58908779))
2
13
 
3
14
  ### 🧱 Updated Dependencies
4
15
 
5
- - Updated document-model-libs to 1.118.1
6
- - Updated document-drive to 1.7.1
16
+ - Updated document-model-libs to 1.119.0
17
+ - Updated document-drive to 1.8.0
18
+ - Updated document-model to 2.10.0
19
+ - Updated @powerhousedao/scalars to 1.12.0
20
+
21
+ ### ❤️ Thank You
22
+
23
+ - ryanwolhuter @ryanwolhuter
7
24
 
8
25
  ## 1.2.0 (2024-10-29)
9
26
 
package/dist/index.d.ts CHANGED
@@ -312,7 +312,6 @@ type Processor = {
312
312
  };
313
313
 
314
314
  declare const Pool$1: typeof pg.Pool;
315
-
316
315
  declare class ReactorRouterManager {
317
316
  #private;
318
317
  private readonly path;