@powerhousedao/switchboard 5.3.0 → 5.3.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 +10 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 5.3.1 (2026-02-12)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- add builder-profile to downstream packages ([cbcc2d8de](https://github.com/powerhouse-inc/powerhouse/commit/cbcc2d8de))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Frank
|
|
10
|
+
|
|
1
11
|
## 5.3.0 (2026-02-04)
|
|
2
12
|
|
|
3
13
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/switchboard",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.3.
|
|
4
|
+
"version": "5.3.1",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
"kysely-pglite-dialect": "^1.1.1",
|
|
43
43
|
"pg": "^8.13.0",
|
|
44
44
|
"redis": "^4.7.0",
|
|
45
|
-
"@powerhousedao/config": "5.3.
|
|
46
|
-
"@powerhousedao/reactor": "5.3.
|
|
47
|
-
"@powerhousedao/reactor-api": "5.3.
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"document-model": "5.3.
|
|
45
|
+
"@powerhousedao/config": "5.3.1",
|
|
46
|
+
"@powerhousedao/reactor": "5.3.1",
|
|
47
|
+
"@powerhousedao/reactor-api": "5.3.1",
|
|
48
|
+
"@renown/sdk": "5.3.1",
|
|
49
|
+
"document-drive": "5.3.1",
|
|
50
|
+
"document-model": "5.3.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/express": "^4.17.25",
|