@powerhousedao/switchboard 4.1.0-dev.7 → 4.1.0-dev.71
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/.env +1 -1
- package/Auth.md +396 -0
- package/CHANGELOG.md +573 -0
- package/Dockerfile +6 -4
- package/README.md +15 -14
- package/dist/src/clients/redis.d.ts +1 -1
- package/dist/src/clients/redis.d.ts.map +1 -1
- package/dist/src/clients/redis.js.map +1 -1
- package/dist/src/config.d.ts +1 -0
- package/dist/src/config.d.ts.map +1 -1
- package/dist/src/config.js +2 -1
- package/dist/src/config.js.map +1 -1
- package/dist/src/feature-flags.d.ts +4 -0
- package/dist/src/feature-flags.d.ts.map +1 -0
- package/dist/src/feature-flags.js +17 -0
- package/dist/src/feature-flags.js.map +1 -0
- package/dist/src/index.js +12 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/server.d.ts +1 -1
- package/dist/src/server.d.ts.map +1 -1
- package/dist/src/server.js +126 -54
- package/dist/src/server.js.map +1 -1
- package/dist/src/types.d.ts +12 -1
- package/dist/src/types.d.ts.map +1 -1
- package/dist/src/utils/gen-doc-model-type-defs.d.ts +1 -1
- package/dist/src/utils/gen-doc-model-type-defs.d.ts.map +1 -1
- package/dist/src/utils/gen-doc-model-type-defs.js +14 -13
- package/dist/src/utils/gen-doc-model-type-defs.js.map +1 -1
- package/dist/src/utils.d.ts +1 -1
- package/dist/src/utils.d.ts.map +1 -1
- package/dist/src/utils.js +1 -1
- package/dist/src/utils.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/entrypoint.sh +6 -0
- package/package.json +24 -21
- package/tsconfig.json +16 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,576 @@
|
|
|
1
|
+
## 4.1.0-dev.71 (2025-10-15)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- **codegen:** update analytics processor imports to use in processor templates ([#1954](https://github.com/powerhouse-inc/powerhouse/pull/1954))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Guillermo Puente Sandoval @gpuente
|
|
10
|
+
|
|
11
|
+
## 4.1.0-dev.70 (2025-10-14)
|
|
12
|
+
|
|
13
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
14
|
+
|
|
15
|
+
## 4.1.0-dev.69 (2025-10-11)
|
|
16
|
+
|
|
17
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
18
|
+
|
|
19
|
+
## 4.1.0-dev.68 (2025-10-11)
|
|
20
|
+
|
|
21
|
+
### 🚀 Features
|
|
22
|
+
|
|
23
|
+
- **vetra:** added read model to fetch vetra packages ([abb6d3742](https://github.com/powerhouse-inc/powerhouse/commit/abb6d3742))
|
|
24
|
+
|
|
25
|
+
### ❤️ Thank You
|
|
26
|
+
|
|
27
|
+
- Frank
|
|
28
|
+
|
|
29
|
+
## 4.1.0-dev.67 (2025-10-10)
|
|
30
|
+
|
|
31
|
+
### 🚀 Features
|
|
32
|
+
|
|
33
|
+
- **vetra:** add open button to Package Information section ([#1930](https://github.com/powerhouse-inc/powerhouse/pull/1930))
|
|
34
|
+
|
|
35
|
+
### ❤️ Thank You
|
|
36
|
+
|
|
37
|
+
- Guillermo Puente Sandoval @gpuente
|
|
38
|
+
|
|
39
|
+
## 4.1.0-dev.66 (2025-10-09)
|
|
40
|
+
|
|
41
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
42
|
+
|
|
43
|
+
## 4.1.0-dev.65 (2025-10-09)
|
|
44
|
+
|
|
45
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
46
|
+
|
|
47
|
+
## 4.1.0-dev.64 (2025-10-09)
|
|
48
|
+
|
|
49
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
50
|
+
|
|
51
|
+
## 4.1.0-dev.63 (2025-10-09)
|
|
52
|
+
|
|
53
|
+
### 🚀 Features
|
|
54
|
+
|
|
55
|
+
- update @electric-sql/pglite version ([fa3529328](https://github.com/powerhouse-inc/powerhouse/commit/fa3529328))
|
|
56
|
+
|
|
57
|
+
### ❤️ Thank You
|
|
58
|
+
|
|
59
|
+
- acaldas @acaldas
|
|
60
|
+
|
|
61
|
+
## 4.1.0-dev.62 (2025-10-08)
|
|
62
|
+
|
|
63
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
64
|
+
|
|
65
|
+
## 4.1.0-dev.61 (2025-10-08)
|
|
66
|
+
|
|
67
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
68
|
+
|
|
69
|
+
## 4.1.0-dev.60 (2025-10-08)
|
|
70
|
+
|
|
71
|
+
### 🚀 Features
|
|
72
|
+
|
|
73
|
+
- **vetra:** added read model to fetch vetra packages ([23c55364d](https://github.com/powerhouse-inc/powerhouse/commit/23c55364d))
|
|
74
|
+
- **monorepo:** use latest versions of react related deps ([#1905](https://github.com/powerhouse-inc/powerhouse/pull/1905))
|
|
75
|
+
- **monorepo:** remove global storybook installs ([#1903](https://github.com/powerhouse-inc/powerhouse/pull/1903))
|
|
76
|
+
- **monorepo:** update to react 19 ([#1902](https://github.com/powerhouse-inc/powerhouse/pull/1902))
|
|
77
|
+
- **vetra:** enabled HMR in dev mode ([8cf19757e](https://github.com/powerhouse-inc/powerhouse/commit/8cf19757e))
|
|
78
|
+
- **vetra:** new connect build setup on vetra ([8dd11a849](https://github.com/powerhouse-inc/powerhouse/commit/8dd11a849))
|
|
79
|
+
- **monorepo:** revert package versions ([8a1a02628](https://github.com/powerhouse-inc/powerhouse/commit/8a1a02628))
|
|
80
|
+
- **monorepo:** update eslint config ([ac97af97d](https://github.com/powerhouse-inc/powerhouse/commit/ac97af97d))
|
|
81
|
+
- adding feature flags to reactor-mcp ([fe4f2f683](https://github.com/powerhouse-inc/powerhouse/commit/fe4f2f683))
|
|
82
|
+
- stubbing out feature flag + reactor setup in connect and deleting unused code in reactor-browser ([793bbd7af](https://github.com/powerhouse-inc/powerhouse/commit/793bbd7af))
|
|
83
|
+
- syncing feature flag behavior between switchboard and reactor-local ([e45dc2bf7](https://github.com/powerhouse-inc/powerhouse/commit/e45dc2bf7))
|
|
84
|
+
- added initial pieces of the kysely operation store implementation ([3fbece162](https://github.com/powerhouse-inc/powerhouse/commit/3fbece162))
|
|
85
|
+
- **connect,builder-tools:** build rework ([#1871](https://github.com/powerhouse-inc/powerhouse/pull/1871))
|
|
86
|
+
- **codegen:** updated editor boilerplate with document state and example setName dispatch ([3e7c51cc3](https://github.com/powerhouse-inc/powerhouse/commit/3e7c51cc3))
|
|
87
|
+
- restructure document model to avoid circular imports ([#1874](https://github.com/powerhouse-inc/powerhouse/pull/1874))
|
|
88
|
+
- added watch-packages option to vetra command and disabled dynamic package loading by default ([#1875](https://github.com/powerhouse-inc/powerhouse/pull/1875))
|
|
89
|
+
|
|
90
|
+
### 🩹 Fixes
|
|
91
|
+
|
|
92
|
+
- **switchboard, ph-cli, ph-cmd, builder-tools:** ensure minimum node version ([e0fb396e7](https://github.com/powerhouse-inc/powerhouse/commit/e0fb396e7))
|
|
93
|
+
- **connect:** added switchboard push listener ([c611ffa9e](https://github.com/powerhouse-inc/powerhouse/commit/c611ffa9e))
|
|
94
|
+
|
|
95
|
+
### ❤️ Thank You
|
|
96
|
+
|
|
97
|
+
- acaldas @acaldas
|
|
98
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
99
|
+
- Frank
|
|
100
|
+
- Guillermo Puente @gpuente
|
|
101
|
+
- Guillermo Puente Sandoval @gpuente
|
|
102
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
103
|
+
- ryanwolhuter @ryanwolhuter
|
|
104
|
+
|
|
105
|
+
## 4.1.0-dev.59 (2025-09-24)
|
|
106
|
+
|
|
107
|
+
### 🚀 Features
|
|
108
|
+
|
|
109
|
+
- **reactor:** fix lint error ([53777e154](https://github.com/powerhouse-inc/powerhouse/commit/53777e154))
|
|
110
|
+
- **monorepo:** rename tsc to tsc:build ([c1385418b](https://github.com/powerhouse-inc/powerhouse/commit/c1385418b))
|
|
111
|
+
|
|
112
|
+
### 🩹 Fixes
|
|
113
|
+
|
|
114
|
+
- **builder-tools:** declare @storybook/preview-api dependency ([705ac8da1](https://github.com/powerhouse-inc/powerhouse/commit/705ac8da1))
|
|
115
|
+
- part 2 of build fixes for module changes ([3000a13c3](https://github.com/powerhouse-inc/powerhouse/commit/3000a13c3))
|
|
116
|
+
- lots of type fixes for modules ([8f4cf02fe](https://github.com/powerhouse-inc/powerhouse/commit/8f4cf02fe))
|
|
117
|
+
|
|
118
|
+
### ❤️ Thank You
|
|
119
|
+
|
|
120
|
+
- acaldas @acaldas
|
|
121
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
122
|
+
- ryanwolhuter @ryanwolhuter
|
|
123
|
+
|
|
124
|
+
## 4.1.0-dev.58 (2025-09-18)
|
|
125
|
+
|
|
126
|
+
### 🚀 Features
|
|
127
|
+
|
|
128
|
+
- adding feature flag to switchboard for controlling reactorv2 api ([4486c8a8d](https://github.com/powerhouse-inc/powerhouse/commit/4486c8a8d))
|
|
129
|
+
|
|
130
|
+
### 🩹 Fixes
|
|
131
|
+
|
|
132
|
+
- test fix for document-drive package ([40f4b6416](https://github.com/powerhouse-inc/powerhouse/commit/40f4b6416))
|
|
133
|
+
- fixing the utc times ([15b06d2e2](https://github.com/powerhouse-inc/powerhouse/commit/15b06d2e2))
|
|
134
|
+
|
|
135
|
+
### ❤️ Thank You
|
|
136
|
+
|
|
137
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
138
|
+
|
|
139
|
+
## 4.1.0-dev.57 (2025-09-17)
|
|
140
|
+
|
|
141
|
+
### 🚀 Features
|
|
142
|
+
|
|
143
|
+
- **monorepo:** empty commit to satisfy naming ([5aa18f417](https://github.com/powerhouse-inc/powerhouse/commit/5aa18f417))
|
|
144
|
+
- **monorepo:** merge main ([79f6472b1](https://github.com/powerhouse-inc/powerhouse/commit/79f6472b1))
|
|
145
|
+
- **monorepo:** update release branch workflow ([e9c221ab5](https://github.com/powerhouse-inc/powerhouse/commit/e9c221ab5))
|
|
146
|
+
- add processor configuration support to switchboard and Vetra integration ([#1859](https://github.com/powerhouse-inc/powerhouse/pull/1859))
|
|
147
|
+
|
|
148
|
+
### 🩹 Fixes
|
|
149
|
+
|
|
150
|
+
- **monorepo:** re-add nx js plugin ([d477a49d7](https://github.com/powerhouse-inc/powerhouse/commit/d477a49d7))
|
|
151
|
+
- **monorepo:** regenerate lockfile ([7811171ff](https://github.com/powerhouse-inc/powerhouse/commit/7811171ff))
|
|
152
|
+
- **monorepo:** linting and type checking ([#1776](https://github.com/powerhouse-inc/powerhouse/pull/1776))
|
|
153
|
+
|
|
154
|
+
### ❤️ Thank You
|
|
155
|
+
|
|
156
|
+
- Guillermo Puente Sandoval @gpuente
|
|
157
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
158
|
+
- ryanwolhuter @ryanwolhuter
|
|
159
|
+
|
|
160
|
+
## 4.1.0-dev.56 (2025-09-17)
|
|
161
|
+
|
|
162
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
163
|
+
|
|
164
|
+
## 4.1.0-dev.55 (2025-09-16)
|
|
165
|
+
|
|
166
|
+
### 🚀 Features
|
|
167
|
+
|
|
168
|
+
- enable supported document types for drag and drop feature ([#1860](https://github.com/powerhouse-inc/powerhouse/pull/1860))
|
|
169
|
+
- add processor configuration support to switchboard and Vetra integration ([#1859](https://github.com/powerhouse-inc/powerhouse/pull/1859))
|
|
170
|
+
|
|
171
|
+
### ❤️ Thank You
|
|
172
|
+
|
|
173
|
+
- Guillermo Puente Sandoval @gpuente
|
|
174
|
+
|
|
175
|
+
## 4.1.0-dev.54 (2025-09-16)
|
|
176
|
+
|
|
177
|
+
### 🚀 Features
|
|
178
|
+
|
|
179
|
+
- adding reactor client to subgraph args ([d0a8011e6](https://github.com/powerhouse-inc/powerhouse/commit/d0a8011e6))
|
|
180
|
+
|
|
181
|
+
### ❤️ Thank You
|
|
182
|
+
|
|
183
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
184
|
+
|
|
185
|
+
## 4.1.0-dev.53 (2025-09-13)
|
|
186
|
+
|
|
187
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
188
|
+
|
|
189
|
+
## 4.1.0-dev.52 (2025-09-12)
|
|
190
|
+
|
|
191
|
+
### 🩹 Fixes
|
|
192
|
+
|
|
193
|
+
- **connect-e2e:** fix failing tests ([88c3bea94](https://github.com/powerhouse-inc/powerhouse/commit/88c3bea94))
|
|
194
|
+
|
|
195
|
+
### ❤️ Thank You
|
|
196
|
+
|
|
197
|
+
- acaldas @acaldas
|
|
198
|
+
|
|
199
|
+
## 4.1.0-dev.51 (2025-09-11)
|
|
200
|
+
|
|
201
|
+
### 🚀 Features
|
|
202
|
+
|
|
203
|
+
- **reactor-api:** generate sdk ([ec107015c](https://github.com/powerhouse-inc/powerhouse/commit/ec107015c))
|
|
204
|
+
- **reactor-api:** initial gql codegen ([3db9e9778](https://github.com/powerhouse-inc/powerhouse/commit/3db9e9778))
|
|
205
|
+
- **monorepo:** make format consistent across ignores ([98469560f](https://github.com/powerhouse-inc/powerhouse/commit/98469560f))
|
|
206
|
+
- **monorepo:** use consistent separate type imports ([6fd4ac0f4](https://github.com/powerhouse-inc/powerhouse/commit/6fd4ac0f4))
|
|
207
|
+
|
|
208
|
+
### 🩹 Fixes
|
|
209
|
+
|
|
210
|
+
- annoyingly, you have to add ignores to the root eslint ([bb6d993bd](https://github.com/powerhouse-inc/powerhouse/commit/bb6d993bd))
|
|
211
|
+
- **docs:** improve document hooks documentation ([d05fcb835](https://github.com/powerhouse-inc/powerhouse/commit/d05fcb835))
|
|
212
|
+
|
|
213
|
+
### ❤️ Thank You
|
|
214
|
+
|
|
215
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
216
|
+
- Callme-T
|
|
217
|
+
- ryanwolhuter @ryanwolhuter
|
|
218
|
+
|
|
219
|
+
## 5.0.0-staging.9 (2025-09-09)
|
|
220
|
+
|
|
221
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
222
|
+
|
|
223
|
+
## 5.0.0-staging.8 (2025-09-09)
|
|
224
|
+
|
|
225
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
226
|
+
|
|
227
|
+
## 5.0.0-staging.7 (2025-09-09)
|
|
228
|
+
|
|
229
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
230
|
+
|
|
231
|
+
## 5.0.0-staging.6 (2025-09-08)
|
|
232
|
+
|
|
233
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
234
|
+
|
|
235
|
+
## 5.0.0-staging.5 (2025-09-08)
|
|
236
|
+
|
|
237
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
238
|
+
|
|
239
|
+
## 5.0.0-staging.4 (2025-09-08)
|
|
240
|
+
|
|
241
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
242
|
+
|
|
243
|
+
## 5.0.0-staging.3 (2025-09-08)
|
|
244
|
+
|
|
245
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
246
|
+
|
|
247
|
+
## 5.0.0-staging.2 (2025-09-05)
|
|
248
|
+
|
|
249
|
+
### 🩹 Fixes
|
|
250
|
+
|
|
251
|
+
- **docs:** added zip redundancy to release notes ([3acfe1027](https://github.com/powerhouse-inc/powerhouse/commit/3acfe1027))
|
|
252
|
+
|
|
253
|
+
### ❤️ Thank You
|
|
254
|
+
|
|
255
|
+
- Callme-T
|
|
256
|
+
|
|
257
|
+
## 5.0.0-staging.1 (2025-09-04)
|
|
258
|
+
|
|
259
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
260
|
+
|
|
261
|
+
## 4.1.0-dev.44 (2025-09-04)
|
|
262
|
+
|
|
263
|
+
### 🚀 Features
|
|
264
|
+
|
|
265
|
+
- **switchboard:** updated readme ([9659cf035](https://github.com/powerhouse-inc/powerhouse/commit/9659cf035))
|
|
266
|
+
|
|
267
|
+
### ❤️ Thank You
|
|
268
|
+
|
|
269
|
+
- Frank
|
|
270
|
+
|
|
271
|
+
## 4.1.0-dev.43 (2025-09-02)
|
|
272
|
+
|
|
273
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
274
|
+
|
|
275
|
+
## 4.1.0-dev.42 (2025-09-02)
|
|
276
|
+
|
|
277
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
278
|
+
|
|
279
|
+
## 4.1.0-dev.41 (2025-09-02)
|
|
280
|
+
|
|
281
|
+
### 🩹 Fixes
|
|
282
|
+
|
|
283
|
+
- **document-drive:** install openssl ([89f21529e](https://github.com/powerhouse-inc/powerhouse/commit/89f21529e))
|
|
284
|
+
- **document-drive:** prisma build ([7884368a2](https://github.com/powerhouse-inc/powerhouse/commit/7884368a2))
|
|
285
|
+
- **switchboard, connect:** fetch proper tag ([79a0bc967](https://github.com/powerhouse-inc/powerhouse/commit/79a0bc967))
|
|
286
|
+
|
|
287
|
+
### ❤️ Thank You
|
|
288
|
+
|
|
289
|
+
- Frank
|
|
290
|
+
|
|
291
|
+
## 4.1.0-dev.40 (2025-09-02)
|
|
292
|
+
|
|
293
|
+
### 🩹 Fixes
|
|
294
|
+
|
|
295
|
+
- **switchboard:** added openssl to dockerfile ([a10230c60](https://github.com/powerhouse-inc/powerhouse/commit/a10230c60))
|
|
296
|
+
|
|
297
|
+
### ❤️ Thank You
|
|
298
|
+
|
|
299
|
+
- Frank
|
|
300
|
+
|
|
301
|
+
## 4.1.0-dev.39 (2025-09-02)
|
|
302
|
+
|
|
303
|
+
### 🩹 Fixes
|
|
304
|
+
|
|
305
|
+
- **switchboard:** added db push to switchboard entrypoint ([d109e4afb](https://github.com/powerhouse-inc/powerhouse/commit/d109e4afb))
|
|
306
|
+
|
|
307
|
+
### ❤️ Thank You
|
|
308
|
+
|
|
309
|
+
- Frank
|
|
310
|
+
|
|
311
|
+
## 4.1.0-dev.38 (2025-08-30)
|
|
312
|
+
|
|
313
|
+
### 🚀 Features
|
|
314
|
+
|
|
315
|
+
- gql-gen spec ([5bf2c7226](https://github.com/powerhouse-inc/powerhouse/commit/5bf2c7226))
|
|
316
|
+
- **reactor:** we have a reactor facade ([7a61e68ab](https://github.com/powerhouse-inc/powerhouse/commit/7a61e68ab))
|
|
317
|
+
- **reactor:** impstubbing out initial interface and types ([b74b194f9](https://github.com/powerhouse-inc/powerhouse/commit/b74b194f9))
|
|
318
|
+
|
|
319
|
+
### ❤️ Thank You
|
|
320
|
+
|
|
321
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
322
|
+
|
|
323
|
+
## 4.1.0-dev.37 (2025-08-29)
|
|
324
|
+
|
|
325
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
326
|
+
|
|
327
|
+
## 4.1.0-dev.36 (2025-08-28)
|
|
328
|
+
|
|
329
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
330
|
+
|
|
331
|
+
## 4.1.0-dev.35 (2025-08-27)
|
|
332
|
+
|
|
333
|
+
### 🩹 Fixes
|
|
334
|
+
|
|
335
|
+
- **switchboard, ph-cli:** slight type fixes ([b1bf76f1b](https://github.com/powerhouse-inc/powerhouse/commit/b1bf76f1b))
|
|
336
|
+
|
|
337
|
+
### ❤️ Thank You
|
|
338
|
+
|
|
339
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
340
|
+
|
|
341
|
+
## 4.1.0-dev.34 (2025-08-26)
|
|
342
|
+
|
|
343
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
344
|
+
|
|
345
|
+
## 4.1.0-dev.33 (2025-08-21)
|
|
346
|
+
|
|
347
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
348
|
+
|
|
349
|
+
## 4.1.0-dev.32 (2025-08-21)
|
|
350
|
+
|
|
351
|
+
### 🩹 Fixes
|
|
352
|
+
|
|
353
|
+
- **ph-cli:** resolve local document model loading in switchboard and vetra ([262f13035](https://github.com/powerhouse-inc/powerhouse/commit/262f13035))
|
|
354
|
+
|
|
355
|
+
### ❤️ Thank You
|
|
356
|
+
|
|
357
|
+
- Guillermo Puente @gpuente
|
|
358
|
+
|
|
359
|
+
## 4.1.0-dev.31 (2025-08-20)
|
|
360
|
+
|
|
361
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
362
|
+
|
|
363
|
+
## 4.1.0-dev.30 (2025-08-20)
|
|
364
|
+
|
|
365
|
+
### 🩹 Fixes
|
|
366
|
+
|
|
367
|
+
- add additional tags ([4f0cf8658](https://github.com/powerhouse-inc/powerhouse/commit/4f0cf8658))
|
|
368
|
+
|
|
369
|
+
### ❤️ Thank You
|
|
370
|
+
|
|
371
|
+
- Frank
|
|
372
|
+
|
|
373
|
+
## 4.1.0-dev.29 (2025-08-20)
|
|
374
|
+
|
|
375
|
+
### 🩹 Fixes
|
|
376
|
+
|
|
377
|
+
- fetch tags :-) ([df0b7beba](https://github.com/powerhouse-inc/powerhouse/commit/df0b7beba))
|
|
378
|
+
|
|
379
|
+
### ❤️ Thank You
|
|
380
|
+
|
|
381
|
+
- Frank
|
|
382
|
+
|
|
383
|
+
## 4.1.0-dev.28 (2025-08-20)
|
|
384
|
+
|
|
385
|
+
### 🩹 Fixes
|
|
386
|
+
|
|
387
|
+
- removed metadata extraction from commit ([637960021](https://github.com/powerhouse-inc/powerhouse/commit/637960021))
|
|
388
|
+
|
|
389
|
+
### ❤️ Thank You
|
|
390
|
+
|
|
391
|
+
- Frank
|
|
392
|
+
|
|
393
|
+
## 4.1.0-dev.27 (2025-08-20)
|
|
394
|
+
|
|
395
|
+
### 🩹 Fixes
|
|
396
|
+
|
|
397
|
+
- extract metadata tags and labels for docker ([bb9c81ce7](https://github.com/powerhouse-inc/powerhouse/commit/bb9c81ce7))
|
|
398
|
+
- use github tag properly ([95ccff4b8](https://github.com/powerhouse-inc/powerhouse/commit/95ccff4b8))
|
|
399
|
+
- proper tag for docker images ([e73e10617](https://github.com/powerhouse-inc/powerhouse/commit/e73e10617))
|
|
400
|
+
- use patname secret instead of github token ([db9dfd5cd](https://github.com/powerhouse-inc/powerhouse/commit/db9dfd5cd))
|
|
401
|
+
|
|
402
|
+
### ❤️ Thank You
|
|
403
|
+
|
|
404
|
+
- Frank
|
|
405
|
+
|
|
406
|
+
## 4.1.0-dev.26 (2025-08-20)
|
|
407
|
+
|
|
408
|
+
### 🩹 Fixes
|
|
409
|
+
|
|
410
|
+
- docker deploy alternative approach ([2a5522cdc](https://github.com/powerhouse-inc/powerhouse/commit/2a5522cdc))
|
|
411
|
+
|
|
412
|
+
### ❤️ Thank You
|
|
413
|
+
|
|
414
|
+
- Frank
|
|
415
|
+
|
|
416
|
+
## 4.1.0-dev.25 (2025-08-20)
|
|
417
|
+
|
|
418
|
+
### 🩹 Fixes
|
|
419
|
+
|
|
420
|
+
- docker deploy ([b057a7cce](https://github.com/powerhouse-inc/powerhouse/commit/b057a7cce))
|
|
421
|
+
|
|
422
|
+
### ❤️ Thank You
|
|
423
|
+
|
|
424
|
+
- Frank
|
|
425
|
+
|
|
426
|
+
## 4.1.0-dev.24 (2025-08-20)
|
|
427
|
+
|
|
428
|
+
### 🚀 Features
|
|
429
|
+
|
|
430
|
+
- **codegen:** add drive explorer template ([9c27219dc](https://github.com/powerhouse-inc/powerhouse/commit/9c27219dc))
|
|
431
|
+
- **connect,reactor-browser:** remove more old electron garbage ([5cd255568](https://github.com/powerhouse-inc/powerhouse/commit/5cd255568))
|
|
432
|
+
- **connect:** remove broken electron code ([3f28d6a46](https://github.com/powerhouse-inc/powerhouse/commit/3f28d6a46))
|
|
433
|
+
- **reactor-browser,connect,vetra:** move state hooks into reactor browser and eliminate redundant and dead code ([30fa16f1f](https://github.com/powerhouse-inc/powerhouse/commit/30fa16f1f))
|
|
434
|
+
- **connect,state,renown:** add state hook for renown ([5beb1252b](https://github.com/powerhouse-inc/powerhouse/commit/5beb1252b))
|
|
435
|
+
- **connect:** remove unused dep ([ef492bc7a](https://github.com/powerhouse-inc/powerhouse/commit/ef492bc7a))
|
|
436
|
+
- **connect,state,reactor-browser:** eliminate jotai ([53b1ab759](https://github.com/powerhouse-inc/powerhouse/commit/53b1ab759))
|
|
437
|
+
- **state:** rename to vetra packages ([c415b7dc2](https://github.com/powerhouse-inc/powerhouse/commit/c415b7dc2))
|
|
438
|
+
- **state:** use ph packages atoms ([6421fbeea](https://github.com/powerhouse-inc/powerhouse/commit/6421fbeea))
|
|
439
|
+
|
|
440
|
+
### 🩹 Fixes
|
|
441
|
+
|
|
442
|
+
- today claude taught me I could mock a package to fix circular references ([dcb83174c](https://github.com/powerhouse-inc/powerhouse/commit/dcb83174c))
|
|
443
|
+
- **monorepo:** numerous build issues ([04349dd25](https://github.com/powerhouse-inc/powerhouse/commit/04349dd25))
|
|
444
|
+
|
|
445
|
+
### ❤️ Thank You
|
|
446
|
+
|
|
447
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
448
|
+
- ryanwolhuter @ryanwolhuter
|
|
449
|
+
|
|
450
|
+
## 4.1.0-dev.23 (2025-08-19)
|
|
451
|
+
|
|
452
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
453
|
+
|
|
454
|
+
## 4.1.0-dev.22 (2025-08-15)
|
|
455
|
+
|
|
456
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
457
|
+
|
|
458
|
+
## 4.1.0-dev.21 (2025-08-15)
|
|
459
|
+
|
|
460
|
+
### 🚀 Features
|
|
461
|
+
|
|
462
|
+
- **vetra:** update manifest when new module is added ([#1766](https://github.com/powerhouse-inc/powerhouse/pull/1766))
|
|
463
|
+
|
|
464
|
+
### 🩹 Fixes
|
|
465
|
+
|
|
466
|
+
- fixed debug launch configuration now that source maps are in the proper locations ([c75d793ed](https://github.com/powerhouse-inc/powerhouse/commit/c75d793ed))
|
|
467
|
+
|
|
468
|
+
### ❤️ Thank You
|
|
469
|
+
|
|
470
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
471
|
+
- Guillermo Puente Sandoval @gpuente
|
|
472
|
+
|
|
473
|
+
## 4.1.0-dev.20 (2025-08-15)
|
|
474
|
+
|
|
475
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
476
|
+
|
|
477
|
+
## 4.1.0-dev.19 (2025-08-14)
|
|
478
|
+
|
|
479
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
480
|
+
|
|
481
|
+
## 4.1.0-dev.18 (2025-08-14)
|
|
482
|
+
|
|
483
|
+
### 🩹 Fixes
|
|
484
|
+
|
|
485
|
+
- overly aggressive linter fixes ([e074de3df](https://github.com/powerhouse-inc/powerhouse/commit/e074de3df))
|
|
486
|
+
|
|
487
|
+
### ❤️ Thank You
|
|
488
|
+
|
|
489
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
490
|
+
|
|
491
|
+
## 4.1.0-dev.17 (2025-08-12)
|
|
492
|
+
|
|
493
|
+
### 🚀 Features
|
|
494
|
+
|
|
495
|
+
- refactor vetra command and remove vetra deps in connect and reactor ([#1753](https://github.com/powerhouse-inc/powerhouse/pull/1753))
|
|
496
|
+
|
|
497
|
+
### ❤️ Thank You
|
|
498
|
+
|
|
499
|
+
- Guillermo Puente Sandoval @gpuente
|
|
500
|
+
|
|
501
|
+
## 4.1.0-dev.16 (2025-08-12)
|
|
502
|
+
|
|
503
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
504
|
+
|
|
505
|
+
## 4.1.0-dev.15 (2025-08-12)
|
|
506
|
+
|
|
507
|
+
### 🚀 Features
|
|
508
|
+
|
|
509
|
+
- **reactor-mcp,reactor-api,reactor-local,switchboard,ph-cli:** run mcp on express app ([d51fa590e](https://github.com/powerhouse-inc/powerhouse/commit/d51fa590e))
|
|
510
|
+
|
|
511
|
+
### ❤️ Thank You
|
|
512
|
+
|
|
513
|
+
- acaldas @acaldas
|
|
514
|
+
|
|
515
|
+
## 4.1.0-dev.14 (2025-08-11)
|
|
516
|
+
|
|
517
|
+
### 🚀 Features
|
|
518
|
+
|
|
519
|
+
- update document engineering dep ([54dcee90d](https://github.com/powerhouse-inc/powerhouse/commit/54dcee90d))
|
|
520
|
+
|
|
521
|
+
### ❤️ Thank You
|
|
522
|
+
|
|
523
|
+
- acaldas @acaldas
|
|
524
|
+
|
|
525
|
+
## 4.1.0-dev.13 (2025-08-09)
|
|
526
|
+
|
|
527
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
528
|
+
|
|
529
|
+
## 4.1.0-dev.12 (2025-08-08)
|
|
530
|
+
|
|
531
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
532
|
+
|
|
533
|
+
## 4.1.0-dev.11 (2025-08-07)
|
|
534
|
+
|
|
535
|
+
### 🚀 Features
|
|
536
|
+
|
|
537
|
+
- **switchboard:** added dev mode to switchboard where local document models are loaded ([449e730b6](https://github.com/powerhouse-inc/powerhouse/commit/449e730b6))
|
|
538
|
+
- **switchboard,reactor-local,reactor-api:** moved vite loader to reactor-api package ([c84f0a2a3](https://github.com/powerhouse-inc/powerhouse/commit/c84f0a2a3))
|
|
539
|
+
- vetra package documents and app integration ([0e4053302](https://github.com/powerhouse-inc/powerhouse/commit/0e4053302))
|
|
540
|
+
- **vetra:** added vetra drive editor ([4ebafd143](https://github.com/powerhouse-inc/powerhouse/commit/4ebafd143))
|
|
541
|
+
- integrate package documents into reactor system ([939fe8e80](https://github.com/powerhouse-inc/powerhouse/commit/939fe8e80))
|
|
542
|
+
- **connect:** integrate Vetra package documents and editors ([2ecb9bd15](https://github.com/powerhouse-inc/powerhouse/commit/2ecb9bd15))
|
|
543
|
+
|
|
544
|
+
### ❤️ Thank You
|
|
545
|
+
|
|
546
|
+
- acaldas @acaldas
|
|
547
|
+
- Guillermo Puente @gpuente
|
|
548
|
+
- Guillermo Puente Sandoval @gpuente
|
|
549
|
+
|
|
550
|
+
## 4.1.0-dev.10 (2025-08-07)
|
|
551
|
+
|
|
552
|
+
### 🚀 Features
|
|
553
|
+
|
|
554
|
+
- **builder-tools,codegen,design-system,reactor-api:** updated document-engineering version ([e74068b43](https://github.com/powerhouse-inc/powerhouse/commit/e74068b43))
|
|
555
|
+
|
|
556
|
+
### ❤️ Thank You
|
|
557
|
+
|
|
558
|
+
- acaldas @acaldas
|
|
559
|
+
|
|
560
|
+
## 4.1.0-dev.9 (2025-08-07)
|
|
561
|
+
|
|
562
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
563
|
+
|
|
564
|
+
## 4.1.0-dev.8 (2025-08-06)
|
|
565
|
+
|
|
566
|
+
### 🚀 Features
|
|
567
|
+
|
|
568
|
+
- **switchboard,config,reactor-api:** handle auth in reactor-api ([f33c921ee](https://github.com/powerhouse-inc/powerhouse/commit/f33c921ee))
|
|
569
|
+
|
|
570
|
+
### ❤️ Thank You
|
|
571
|
+
|
|
572
|
+
- acaldas @acaldas
|
|
573
|
+
|
|
1
574
|
## 4.1.0-dev.7 (2025-08-06)
|
|
2
575
|
|
|
3
576
|
### 🚀 Features
|
package/Dockerfile
CHANGED
|
@@ -36,10 +36,12 @@ ENV PH_SWITCHBOARD_PORT=$PORT
|
|
|
36
36
|
# Other
|
|
37
37
|
ARG TAG=latest
|
|
38
38
|
ENV TAG=$TAG
|
|
39
|
-
|
|
40
|
-
RUN pnpm add -g ph-cmd@$TAG
|
|
41
|
-
RUN if [ "$TAG"
|
|
42
|
-
ph init project
|
|
39
|
+
RUN apk add --no-cache openssl
|
|
40
|
+
RUN pnpm add -g ph-cmd@$TAG prisma
|
|
41
|
+
RUN if [[ "$TAG" == *"dev"* ]]; then \
|
|
42
|
+
ph init project --dev --package-manager pnpm; \
|
|
43
|
+
elif [[ "$TAG" == *"staging"* ]]; then \
|
|
44
|
+
ph init project --staging --package-manager pnpm; \
|
|
43
45
|
else \
|
|
44
46
|
ph init project --package-manager pnpm; \
|
|
45
47
|
fi
|
package/README.md
CHANGED
|
@@ -56,15 +56,16 @@ pnpm add -g @powerhousedao/switchboard
|
|
|
56
56
|
|
|
57
57
|
### Environment Variables
|
|
58
58
|
|
|
59
|
-
| Variable
|
|
60
|
-
|
|
61
|
-
| `PORT`
|
|
62
|
-
| `DATABASE_URL`
|
|
63
|
-
| `REDIS_URL`
|
|
64
|
-
| `REDIS_TLS_URL`
|
|
65
|
-
| `SENTRY_DSN`
|
|
66
|
-
| `SENTRY_ENV`
|
|
67
|
-
| `PYROSCOPE_SERVER_ADDRESS`
|
|
59
|
+
| Variable | Description | Default |
|
|
60
|
+
| ---------------------------- | ---------------------------------- | --------------------- |
|
|
61
|
+
| `PORT` | Server port | `4001` |
|
|
62
|
+
| `DATABASE_URL` | Database connection string | `./.ph/drive-storage` |
|
|
63
|
+
| `REDIS_URL` | Redis connection URL | - |
|
|
64
|
+
| `REDIS_TLS_URL` | Redis TLS connection URL | - |
|
|
65
|
+
| `SENTRY_DSN` | Sentry DSN for error tracking | - |
|
|
66
|
+
| `SENTRY_ENV` | Sentry environment | - |
|
|
67
|
+
| `PYROSCOPE_SERVER_ADDRESS` | Pyroscope server address | - |
|
|
68
|
+
| `FEATURE_REACTORV2_ENABLED` | Enable Reactor v2 subgraph feature | `false` |
|
|
68
69
|
|
|
69
70
|
### Authentication Configuration
|
|
70
71
|
|
|
@@ -72,10 +73,10 @@ pnpm add -g @powerhousedao/switchboard
|
|
|
72
73
|
const options = {
|
|
73
74
|
auth: {
|
|
74
75
|
enabled: true,
|
|
75
|
-
guests: [
|
|
76
|
-
users: [
|
|
77
|
-
admins: [
|
|
78
|
-
}
|
|
76
|
+
guests: ["0x123", "0x456"],
|
|
77
|
+
users: ["0x789", "0xabc"],
|
|
78
|
+
admins: ["0xdef", "0xghi"],
|
|
79
|
+
},
|
|
79
80
|
};
|
|
80
81
|
```
|
|
81
82
|
|
|
@@ -92,7 +93,7 @@ Switchboard supports multiple storage backends:
|
|
|
92
93
|
### Using Docker Compose
|
|
93
94
|
|
|
94
95
|
```yaml
|
|
95
|
-
version:
|
|
96
|
+
version: "3.8"
|
|
96
97
|
services:
|
|
97
98
|
switchboard:
|
|
98
99
|
image: powerhouse/switchboard:latest
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { RedisClientType } from "redis";
|
|
2
2
|
export declare let redisClient: RedisClientType | undefined;
|
|
3
3
|
export declare const initRedis: (url: string) => Promise<RedisClientType | undefined>;
|
|
4
4
|
export declare const closeRedis: () => Promise<void> | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"redis.d.ts","sourceRoot":"","sources":["../../../src/clients/redis.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"redis.d.ts","sourceRoot":"","sources":["../../../src/clients/redis.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,OAAO,CAAC;AAG7C,eAAO,IAAI,WAAW,EAAE,eAAe,GAAG,SAAS,CAAC;AACpD,eAAO,MAAM,SAAS,GACpB,KAAK,MAAM,KACV,OAAO,CAAC,eAAe,GAAG,SAAS,CAiCrC,CAAC;AAeF,eAAO,MAAM,UAAU,iCAItB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"redis.js","sourceRoot":"","sources":["../../../src/clients/redis.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"redis.js","sourceRoot":"","sources":["../../../src/clients/redis.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAErC,MAAM,CAAC,IAAI,WAAwC,CAAC;AACpD,MAAM,CAAC,MAAM,SAAS,GAAG,KAAK,EAC5B,GAAW,EAC2B,EAAE;IACxC,IAAI,WAAW,EAAE,CAAC;QAChB,OAAO,WAAW,CAAC;IACrB,CAAC;IAED,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QACrC,MAAM,MAAM,GAAG,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC;YACnC,CAAC,CAAC;gBACE,GAAG,EAAE,IAAI;gBACT,kBAAkB,EAAE,KAAK;aAC1B;YACH,CAAC,CAAC,SAAS,CAAC;QACd,WAAW,GAAG,YAAY,CAAC;YACzB,GAAG;YACH,MAAM;SACP,CAAC,CAAC;QAEH,WAAW;aACR,OAAO,EAAE;aACT,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE;YACf,WAAW,GAAG,MAAM,CAAC;YAErB,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,GAAG,EAAE,EAAE;gBACzB,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,GAAG,CAAC,CAAC;YAC1C,CAAC,CAAC,CAAC;YACH,OAAO,CAAC,MAAM,CAAC,CAAC;QAClB,CAAC,CAAC;aACD,KAAK,CAAC,KAAK,EAAE,CAAU,EAAE,EAAE;YAC1B,MAAM,CAAC,CAAC,YAAY,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;YAC9D,kCAAkC;YAClC,yCAAyC;QAC3C,CAAC,CAAC,CAAC;IACP,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,KAAK,GAAG,WAAW,CACvB,KAAK,IAAI,EAAE;IACT,IAAI,CAAC;QACH,IAAI,WAAW,EAAE,CAAC;YAChB,MAAM,WAAW,CAAC,IAAI,EAAE,CAAC;QAC3B,CAAC;IACH,CAAC;IAAC,OAAO,GAAG,EAAE,CAAC;QACb,OAAO,CAAC,KAAK,CAAC,qBAAqB,EAAE,GAAG,CAAC,CAAC;IAC5C,CAAC;AACH,CAAC,EACD,IAAI,GAAG,EAAE,GAAG,CAAC,CACd,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,EAAE;IAC7B,aAAa,CAAC,KAAK,CAAC,CAAC;IAErB,OAAO,WAAW,EAAE,UAAU,EAAE,CAAC;AACnC,CAAC,CAAC"}
|
package/dist/src/config.d.ts
CHANGED
package/dist/src/config.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/config.ts"],"names":[],"mappings":"AAMA,UAAU,MAAM;IACd,QAAQ,EAAE;QACR,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;IACF,IAAI,EAAE,MAAM,CAAC;CACd;AACD,eAAO,MAAM,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/config.ts"],"names":[],"mappings":"AAMA,UAAU,MAAM;IACd,QAAQ,EAAE;QACR,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;IACF,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,OAAO,CAAC;CACd;AACD,eAAO,MAAM,MAAM,EAAE,MAcpB,CAAC"}
|