@powerhousedao/switchboard 2.5.0-dev.30 → 2.5.0-dev.31
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 +10 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 2.5.0-dev.31 (2025-06-18)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **reactor:** initial event-bus implementation with tests and benchmarks ([ef5b3c42e](https://github.com/powerhouse-inc/powerhouse/commit/ef5b3c42e))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
10
|
+
|
|
1
11
|
## 2.5.0-dev.30 (2025-06-17)
|
|
2
12
|
|
|
3
13
|
### 🩹 Fixes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/switchboard",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.5.0-dev.
|
|
4
|
+
"version": "2.5.0-dev.31",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./dist/src/index.js",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"express": "^4.21.2",
|
|
30
30
|
"graphql": "^16.11.0",
|
|
31
31
|
"redis": "^4.7.0",
|
|
32
|
-
"@powerhousedao/config": "2.5.0-dev.
|
|
33
|
-
"
|
|
34
|
-
"document-drive": "2.5.0-dev.
|
|
35
|
-
"
|
|
32
|
+
"@powerhousedao/config": "2.5.0-dev.31",
|
|
33
|
+
"document-model": "2.5.0-dev.31",
|
|
34
|
+
"document-drive": "2.5.0-dev.31",
|
|
35
|
+
"@powerhousedao/reactor-api": "2.5.0-dev.31"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/express": "^5.0.0",
|