@powerhousedao/switchboard 2.4.4-dev.2 → 2.4.5-dev.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 +6 -7
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
## 2.4.
|
|
1
|
+
## 2.4.5-dev.0 (2025-05-10)
|
|
2
2
|
|
|
3
3
|
### 🩹 Fixes
|
|
4
4
|
|
|
5
|
-
- **
|
|
6
|
-
- **reactor-api, switchboard:** work with postgresql prefix ([4016a789f](https://github.com/powerhouse-inc/powerhouse/commit/4016a789f))
|
|
7
|
-
- **scripts:** improved project init ([35dd55ec9](https://github.com/powerhouse-inc/powerhouse/commit/35dd55ec9))
|
|
8
|
-
- **scripts:** improved db setup ([1db384e79](https://github.com/powerhouse-inc/powerhouse/commit/1db384e79))
|
|
5
|
+
- **document-drive,reactor-api:** updated addDrive mutation and improved createDrive method ([440054262](https://github.com/powerhouse-inc/powerhouse/commit/440054262))
|
|
9
6
|
|
|
10
7
|
### 🧱 Updated Dependencies
|
|
11
8
|
|
|
12
|
-
- Updated
|
|
9
|
+
- Updated document-drive to 1.29.12-dev.5
|
|
10
|
+
- Updated document-model to 2.28.1-dev.13
|
|
11
|
+
- Updated @powerhousedao/reactor-api to 1.29.26-dev.4
|
|
13
12
|
|
|
14
13
|
### ❤️ Thank You
|
|
15
14
|
|
|
16
|
-
-
|
|
15
|
+
- acaldas @acaldas
|
|
17
16
|
|
|
18
17
|
## 2.3.0 (2025-05-06)
|
|
19
18
|
|