@powerhousedao/switchboard 2.4.0-dev.0 → 2.4.2-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 +4 -4
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
## 2.4.
|
|
1
|
+
## 2.4.2-dev.0 (2025-05-06)
|
|
2
2
|
|
|
3
3
|
### 🚀 Features
|
|
4
4
|
|
|
5
|
-
- **
|
|
6
|
-
- **switchboard:** use filesystem if postgres url is not available ([0ae80d84b](https://github.com/powerhouse-inc/powerhouse/commit/0ae80d84b))
|
|
5
|
+
- **connect:** added bin which serves connect ([6b731c703](https://github.com/powerhouse-inc/powerhouse/commit/6b731c703))
|
|
7
6
|
|
|
8
7
|
### 🧱 Updated Dependencies
|
|
9
8
|
|
|
10
|
-
- Updated
|
|
9
|
+
- Updated document-drive to 1.29.12-dev.0
|
|
10
|
+
- Updated @powerhousedao/reactor-api to 1.29.24-dev.0
|
|
11
11
|
|
|
12
12
|
### ❤️ Thank You
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/switchboard",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.4.
|
|
4
|
+
"version": "2.4.2-dev.0",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"switchboard": "dist/src/index.js"
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"graphql": "^16.10.0",
|
|
23
23
|
"redis": "^4.7.0",
|
|
24
24
|
"@powerhousedao/config": "1.27.0-dev.9",
|
|
25
|
+
"@powerhousedao/reactor-api": "1.29.24-dev.0",
|
|
25
26
|
"@powerhousedao/scalars": "1.33.1-dev.7",
|
|
26
|
-
"
|
|
27
|
-
"document-drive": "1.29.11-dev.5",
|
|
27
|
+
"document-drive": "1.29.12-dev.0",
|
|
28
28
|
"document-model": "2.28.1-dev.9"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|