@powerhousedao/config 6.2.0-dev.3 → 6.2.0-dev.31

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 CHANGED
@@ -1,3 +1,202 @@
1
+ ## 6.2.0-dev.31 (2026-06-23)
2
+
3
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
4
+
5
+ ## 6.2.0-dev.30 (2026-06-23)
6
+
7
+ ### 🔥 Performance
8
+
9
+ - **codegen:** replace prettier with oxfmt for generation-time formatting ([a2faa630d](https://github.com/powerhouse-inc/powerhouse/commit/a2faa630d))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - acaldas
14
+
15
+ ## 6.2.0-dev.29 (2026-06-23)
16
+
17
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
18
+
19
+ ## 6.2.0-dev.28 (2026-06-22)
20
+
21
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
22
+
23
+ ## 6.2.0-dev.27 (2026-06-22)
24
+
25
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
26
+
27
+ ## 6.2.0-dev.26 (2026-06-21)
28
+
29
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
30
+
31
+ ## 6.2.0-dev.25 (2026-06-20)
32
+
33
+ ### 🚀 Features
34
+
35
+ - doc-capture skill for ph-lora( ([446d854b4](https://github.com/powerhouse-inc/powerhouse/commit/446d854b4))
36
+
37
+ ### 🩹 Fixes
38
+
39
+ - academy agents ([4630e22d9](https://github.com/powerhouse-inc/powerhouse/commit/4630e22d9))
40
+
41
+ ### ❤️ Thank You
42
+
43
+ - CallmeT-ty @CallmeT-ty
44
+
45
+ ## 6.2.0-dev.24 (2026-06-19)
46
+
47
+ ### 🩹 Fixes
48
+
49
+ - release unblocker & clean up ([56090fd53](https://github.com/powerhouse-inc/powerhouse/commit/56090fd53))
50
+
51
+ ### ❤️ Thank You
52
+
53
+ - CallmeT-ty @CallmeT-ty
54
+
55
+ ## 6.2.0-dev.23 (2026-06-18)
56
+
57
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
58
+
59
+ ## 6.2.0-dev.21 (2026-06-17)
60
+
61
+ ### 🚀 Features
62
+
63
+ - use shadcn type theming class names ([#2720](https://github.com/powerhouse-inc/powerhouse/pull/2720))
64
+
65
+ ### 🔥 Performance
66
+
67
+ - **connect:** serve Connect + heavy deps from a prebuilt vendor in dev (opt-in) ([8c530ad4a](https://github.com/powerhouse-inc/powerhouse/commit/8c530ad4a))
68
+
69
+ ### ❤️ Thank You
70
+
71
+ - acaldas
72
+ - Ryan Wolhuter @ryanwolhuter
73
+
74
+ ## 6.2.0-dev.20 (2026-06-17)
75
+
76
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
77
+
78
+ ## 6.2.0-dev.19 (2026-06-16)
79
+
80
+ ### 🩹 Fixes
81
+
82
+ - allow UPPER_SNAKE_CASE ([5cd154fb7](https://github.com/powerhouse-inc/powerhouse/commit/5cd154fb7))
83
+
84
+ ### ❤️ Thank You
85
+
86
+ - Benjamin Jordan
87
+
88
+ ## 6.2.0-dev.18 (2026-06-16)
89
+
90
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
91
+
92
+ ## 6.2.0-dev.17 (2026-06-16)
93
+
94
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
95
+
96
+ ## 6.2.0-dev.16 (2026-06-15)
97
+
98
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
99
+
100
+ ## 6.2.0-dev.15 (2026-06-15)
101
+
102
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
103
+
104
+ ## 6.2.0-dev.14 (2026-06-14)
105
+
106
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
107
+
108
+ ## 6.2.0-dev.13 (2026-06-13)
109
+
110
+ ### 🩹 Fixes
111
+
112
+ - very simple ttl cache on renown credentials inside the reactor-api, full fix is grpc s2s call and/or shared cache ([dbf3d698c](https://github.com/powerhouse-inc/powerhouse/commit/dbf3d698c))
113
+
114
+ ### ❤️ Thank You
115
+
116
+ - Benjamin Jordan
117
+
118
+ ## 6.2.0-dev.12 (2026-06-12)
119
+
120
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
121
+
122
+ ## 6.2.0-dev.11 (2026-06-12)
123
+
124
+ ### 🚀 Features
125
+
126
+ - **connect:** move theme toggle into settings nav ([7622718a7](https://github.com/powerhouse-inc/powerhouse/commit/7622718a7))
127
+
128
+ ### 🩹 Fixes
129
+
130
+ - build fix because of vite incompatibility ([4dc94747e](https://github.com/powerhouse-inc/powerhouse/commit/4dc94747e))
131
+ - kysely types were getting embedded in type defs and not matching later on because typescript is a broken and terrible language ([b5947709f](https://github.com/powerhouse-inc/powerhouse/commit/b5947709f))
132
+
133
+ ### ❤️ Thank You
134
+
135
+ - Benjamin Jordan
136
+ - CallmeT-ty @CallmeT-ty
137
+ - Claude Sonnet 4.6
138
+
139
+ ## 6.2.0-dev.10 (2026-06-11)
140
+
141
+ ### 🩹 Fixes
142
+
143
+ - **connect:** make PH_CONNECT_CONFIG_JSON overrides win over baked runtime-config defaults ([145a3d423](https://github.com/powerhouse-inc/powerhouse/commit/145a3d423))
144
+
145
+ ### ❤️ Thank You
146
+
147
+ - Guillermo Puente @gpuente
148
+
149
+ ## 6.2.0-dev.9 (2026-06-11)
150
+
151
+ ### 🩹 Fixes
152
+
153
+ - **connect:** stop nginx root-file regex from hijacking /assets at default base path ([f72fe2fe5](https://github.com/powerhouse-inc/powerhouse/commit/f72fe2fe5))
154
+ - **switchboard:** stop tracing background DB polls + align @sentry versions ([c5b307333](https://github.com/powerhouse-inc/powerhouse/commit/c5b307333))
155
+
156
+ ### ❤️ Thank You
157
+
158
+ - Frank Pfeift
159
+ - Guillermo Puente @gpuente
160
+
161
+ ## 6.2.0-dev.8 (2026-06-11)
162
+
163
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
164
+
165
+ ## 6.2.0-dev.7 (2026-06-11)
166
+
167
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
168
+
169
+ ## 6.2.0-dev.6 (2026-06-10)
170
+
171
+ ### 🚀 Features
172
+
173
+ - **connect:** runtime-dynamic deploy base for Connect builds ([2f4c6441f](https://github.com/powerhouse-inc/powerhouse/commit/2f4c6441f))
174
+
175
+ ### ❤️ Thank You
176
+
177
+ - acaldas
178
+
179
+ ## 6.2.0-dev.5 (2026-06-10)
180
+
181
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
182
+
183
+ ## 6.2.0-dev.4 (2026-06-09)
184
+
185
+ ### 🚀 Features
186
+
187
+ - added a readiness probe to switchboard to fix tests and for best practices ([b8966f5a2](https://github.com/powerhouse-inc/powerhouse/commit/b8966f5a2))
188
+ - added a new audit pass that creates documents and then queries them ([cde281f1e](https://github.com/powerhouse-inc/powerhouse/commit/cde281f1e))
189
+ - more steps -- typecheck fixes and a new load function that loads it into switchboard ([0cf7649b1](https://github.com/powerhouse-inc/powerhouse/commit/0cf7649b1))
190
+ - setting up registry audit tool ([9aa531d0b](https://github.com/powerhouse-inc/powerhouse/commit/9aa531d0b))
191
+
192
+ ### 🩹 Fixes
193
+
194
+ - needs to hit verdaccio ([f75a67aea](https://github.com/powerhouse-inc/powerhouse/commit/f75a67aea))
195
+
196
+ ### ❤️ Thank You
197
+
198
+ - Benjamin Jordan
199
+
1
200
  ## 6.2.0-dev.3 (2026-06-08)
2
201
 
3
202
  This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
@@ -125,7 +324,7 @@ This was a version bump only for @powerhousedao/config to align it with other pr
125
324
 
126
325
  ### 🩹 Fixes
127
326
 
128
- - **connect:** resolve @powerhousedao/connect/* aliases in vitest ([f7de787c6](https://github.com/powerhouse-inc/powerhouse/commit/f7de787c6))
327
+ - **connect:** resolve @powerhousedao/connect/\* aliases in vitest ([f7de787c6](https://github.com/powerhouse-inc/powerhouse/commit/f7de787c6))
129
328
  - pnpm-lock file ([d5019827c](https://github.com/powerhouse-inc/powerhouse/commit/d5019827c))
130
329
 
131
330
  ### ❤️ Thank You
@@ -420,7 +619,7 @@ This was a version bump only for @powerhousedao/config to align it with other pr
420
619
 
421
620
  ### 🩹 Fixes
422
621
 
423
- - **ci:** pnpm 11 reads PNPM_CONFIG_* not NPM_CONFIG_* ([b6c05fb23](https://github.com/powerhouse-inc/powerhouse/commit/b6c05fb23))
622
+ - **ci:** pnpm 11 reads PNPM*CONFIG*_ not NPM*CONFIG*_ ([b6c05fb23](https://github.com/powerhouse-inc/powerhouse/commit/b6c05fb23))
424
623
  - **ci, docker:** pnpm 11 uses pnpm-workspace.yaml for allowBuilds; env var for min-release-age ([37c04c28a](https://github.com/powerhouse-inc/powerhouse/commit/37c04c28a))
425
624
 
426
625
  ### ❤️ Thank You
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "6.2.0-dev.3",
3
+ "version": "6.2.0-dev.31",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,
@@ -27,7 +27,7 @@
27
27
  "access": "public"
28
28
  },
29
29
  "dependencies": {
30
- "@powerhousedao/shared": "6.2.0-dev.3"
30
+ "@powerhousedao/shared": "6.2.0-dev.31"
31
31
  },
32
32
  "devDependencies": {
33
33
  "tsdown": "0.21.1"