@powerhousedao/switchboard 6.0.0-staging.2 → 6.0.0-staging.4
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 +22 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## 6.0.0-staging.4 (2026-02-27)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **ci:** push academy to Harbor academy project and update k8s for academy namespace ([efbf8f58d](https://github.com/powerhouse-inc/powerhouse/commit/efbf8f58d))
|
|
6
|
+
- **ci:** update k8s-hosting academy image tag after docker publish ([0b98b73a9](https://github.com/powerhouse-inc/powerhouse/commit/0b98b73a9))
|
|
7
|
+
|
|
8
|
+
### ❤️ Thank You
|
|
9
|
+
|
|
10
|
+
- Frank
|
|
11
|
+
|
|
12
|
+
## 6.0.0-staging.3 (2026-02-27)
|
|
13
|
+
|
|
14
|
+
### 🚀 Features
|
|
15
|
+
|
|
16
|
+
- add bundle step for ph cli ([#2375](https://github.com/powerhouse-inc/powerhouse/pull/2375))
|
|
17
|
+
- use update-ts-references tool which also removes unused ones ([#2374](https://github.com/powerhouse-inc/powerhouse/pull/2374))
|
|
18
|
+
|
|
19
|
+
### ❤️ Thank You
|
|
20
|
+
|
|
21
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
22
|
+
|
|
1
23
|
## 6.0.0-staging.2 (2026-02-25)
|
|
2
24
|
|
|
3
25
|
### 🚀 Features
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/switchboard",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "6.0.0-staging.
|
|
4
|
+
"version": "6.0.0-staging.4",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"kysely-pglite-dialect": "1.2.0",
|
|
44
44
|
"pg": "8.18.0",
|
|
45
45
|
"redis": "^4.7.0",
|
|
46
|
-
"@powerhousedao/config": "6.0.0-staging.
|
|
47
|
-
"@powerhousedao/reactor": "6.0.0-staging.
|
|
48
|
-
"@
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"document-model": "6.0.0-staging.
|
|
46
|
+
"@powerhousedao/config": "6.0.0-staging.4",
|
|
47
|
+
"@powerhousedao/reactor": "6.0.0-staging.4",
|
|
48
|
+
"@renown/sdk": "6.0.0-staging.4",
|
|
49
|
+
"document-drive": "6.0.0-staging.4",
|
|
50
|
+
"@powerhousedao/reactor-api": "6.0.0-staging.4",
|
|
51
|
+
"document-model": "6.0.0-staging.4"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/express": "^4.17.25",
|