@powerhousedao/reactor-api 1.2.0 → 1.2.2
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,29 @@
|
|
|
1
|
+
## 1.2.2 (2024-11-01)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **codegen:** changed bundle to esm ([24b33b50](https://github.com/powerhouse-inc/powerhouse/commit/24b33b50))
|
|
6
|
+
|
|
7
|
+
### 🩹 Fixes
|
|
8
|
+
|
|
9
|
+
- **reactor-api:** remove dependency on switchboard ([5afaf725](https://github.com/powerhouse-inc/powerhouse/commit/5afaf725))
|
|
10
|
+
- **ph-cli:** bundle cli as esm package and added missing dependencies ([a5a665ef](https://github.com/powerhouse-inc/powerhouse/commit/a5a665ef))
|
|
11
|
+
- **codegen:** fixed bad import ([eefb7b2f](https://github.com/powerhouse-inc/powerhouse/commit/eefb7b2f))
|
|
12
|
+
- bad package reference was breaking build -- also a readme update ([4121e51b](https://github.com/powerhouse-inc/powerhouse/commit/4121e51b))
|
|
13
|
+
- **switchboard:** startup ([#469](https://github.com/powerhouse-inc/powerhouse/pull/469))
|
|
14
|
+
|
|
15
|
+
### 🧱 Updated Dependencies
|
|
16
|
+
|
|
17
|
+
- Updated document-model-libs to 1.104.2
|
|
18
|
+
- Updated document-drive to 1.2.2
|
|
19
|
+
- Updated document-model to 2.4.1
|
|
20
|
+
|
|
21
|
+
### ❤️ Thank You
|
|
22
|
+
|
|
23
|
+
- acaldas @acaldas
|
|
24
|
+
- Benjamin Jordan
|
|
25
|
+
- frankp.eth @froid1911
|
|
26
|
+
|
|
1
27
|
## 1.2.0 (2024-10-29)
|
|
2
28
|
|
|
3
29
|
### 🚀 Features
|