@powerhousedao/reactor-api 1.8.0 → 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,25 +1,26 @@
1
- ## 1.8.0 (2024-12-05)
1
+ ## 1.9.0 (2024-12-09)
2
2
 
3
3
  ### 🚀 Features
4
4
 
5
- - merge dspot-scalars into main ([5ca898fc](https://github.com/powerhouse-inc/powerhouse/commit/5ca898fc))
6
-
7
- ### 🩹 Fixes
8
-
9
- - **switchboard-gui:** restore prev vite version ([#614](https://github.com/powerhouse-inc/powerhouse/pull/614))
10
- - **reactor-api:** import pool ([#612](https://github.com/powerhouse-inc/powerhouse/pull/612))
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))
11
13
 
12
14
  ### 🧱 Updated Dependencies
13
15
 
14
- - Updated document-model-libs to 1.118.0
15
- - Updated document-drive to 1.7.0
16
- - Updated document-model to 2.9.0
17
- - Updated @powerhousedao/scalars to 1.11.0
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
18
20
 
19
21
  ### ❤️ Thank You
20
22
 
21
- - frankp.eth @froid1911
22
- - Guillermo Puente Sandoval @gpuente
23
+ - ryanwolhuter @ryanwolhuter
23
24
 
24
25
  ## 1.2.0 (2024-10-29)
25
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;