@powerhousedao/reactor-api 1.8.1 → 1.9.1

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,17 @@
1
- ## 1.8.1 (2024-12-05)
1
+ ## 1.9.1 (2024-12-09)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **config:** added build ([aaeb785f](https://github.com/powerhouse-inc/powerhouse/commit/aaeb785f))
2
6
 
3
7
  ### 🧱 Updated Dependencies
4
8
 
5
- - Updated document-model-libs to 1.118.1
6
- - Updated document-drive to 1.7.1
9
+ - Updated document-model-libs to 1.120.0
10
+ - Updated document-drive to 1.8.1
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Guillermo Puente @gpuente
7
15
 
8
16
  ## 1.2.0 (2024-10-29)
9
17
 
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;