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

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