@powerhousedao/switchboard 6.0.0-dev.61 → 6.0.0-dev.62
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 +16 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## 6.0.0-dev.62 (2026-03-03)
|
|
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
|
+
|
|
7
|
+
### 🩹 Fixes
|
|
8
|
+
|
|
9
|
+
- cherry-picked fixes ([a73630a6a](https://github.com/powerhouse-inc/powerhouse/commit/a73630a6a))
|
|
10
|
+
- moving analytics processors to shared and fixing them, fixing other linting errors toos ([0c8f7fe98](https://github.com/powerhouse-inc/powerhouse/commit/0c8f7fe98))
|
|
11
|
+
|
|
12
|
+
### ❤️ Thank You
|
|
13
|
+
|
|
14
|
+
- Benjamin Jordan
|
|
15
|
+
- Frank
|
|
16
|
+
|
|
1
17
|
## 6.0.0-dev.61 (2026-02-27)
|
|
2
18
|
|
|
3
19
|
### 🚀 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-dev.
|
|
4
|
+
"version": "6.0.0-dev.62",
|
|
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/
|
|
47
|
-
"@powerhousedao/reactor
|
|
48
|
-
"
|
|
49
|
-
"@renown/sdk": "6.0.0-dev.
|
|
50
|
-
"
|
|
51
|
-
"document-model": "6.0.0-dev.
|
|
46
|
+
"@powerhousedao/config": "6.0.0-dev.62",
|
|
47
|
+
"@powerhousedao/reactor": "6.0.0-dev.62",
|
|
48
|
+
"@powerhousedao/reactor-api": "6.0.0-dev.62",
|
|
49
|
+
"@renown/sdk": "6.0.0-dev.62",
|
|
50
|
+
"document-drive": "6.0.0-dev.62",
|
|
51
|
+
"document-model": "6.0.0-dev.62"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/express": "^4.17.25",
|