@powerhousedao/switchboard 5.2.0-staging.6 → 5.2.0-staging.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## 5.2.0-staging.7 (2025-12-18)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - switchboard's new reactor signs everything ([b7fafb7fa](https://github.com/powerhouse-inc/powerhouse/commit/b7fafb7fa))
6
+ - don't sign default drive header as that changes the id, and pass along the unsigned header to the signed ([d8cd47c9d](https://github.com/powerhouse-inc/powerhouse/commit/d8cd47c9d))
7
+ - addDefaultDrive should not add if the drive already exists ([79352a5f8](https://github.com/powerhouse-inc/powerhouse/commit/79352a5f8))
8
+ - **switchboard:** use pglite inmemory ([f7c926fa9](https://github.com/powerhouse-inc/powerhouse/commit/f7c926fa9))
9
+ - **switchboard:** pglite path ([140422ab6](https://github.com/powerhouse-inc/powerhouse/commit/140422ab6))
10
+ - **switchboard:** use pglite for new reactor ([b5dece44e](https://github.com/powerhouse-inc/powerhouse/commit/b5dece44e))
11
+ - **switchboard:** added skip db migrations flag ([f1597c838](https://github.com/powerhouse-inc/powerhouse/commit/f1597c838))
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Benjamin Jordan (@thegoldenmule)
16
+ - Frank
17
+
1
18
  ## 5.2.0-staging.6 (2025-12-17)
2
19
 
3
20
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/switchboard",
3
3
  "type": "module",
4
- "version": "5.2.0-staging.6",
4
+ "version": "5.2.0-staging.7",
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.2.0-staging.6",
46
- "@powerhousedao/reactor": "5.2.0-staging.6",
47
- "@powerhousedao/reactor-api": "5.2.0-staging.6",
48
- "@renown/sdk": "5.2.0-staging.6",
49
- "document-drive": "5.2.0-staging.6",
50
- "document-model": "5.2.0-staging.6"
45
+ "@powerhousedao/reactor": "5.2.0-staging.7",
46
+ "@powerhousedao/reactor-api": "5.2.0-staging.7",
47
+ "@powerhousedao/config": "5.2.0-staging.7",
48
+ "@renown/sdk": "5.2.0-staging.7",
49
+ "document-drive": "5.2.0-staging.7",
50
+ "document-model": "5.2.0-staging.7"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/express": "^4.17.25",