@powerhousedao/config 1.27.0-dev.10 → 1.27.0-dev.11

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 +49 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,52 @@
1
+ ## 1.27.0-dev.11 (2025-05-08)
2
+
3
+ ### 🚀 Features
4
+
5
+ - moved log levels definition to config and set default level to "info" ([ef6040210](https://github.com/powerhouse-inc/powerhouse/commit/ef6040210))
6
+ - **design-system:** add autocomplete option to package manager ([2bc7396d1](https://github.com/powerhouse-inc/powerhouse/commit/2bc7396d1))
7
+ - **config:** allow ph config to specify storage layer of reactor ([6305f7f3b](https://github.com/powerhouse-inc/powerhouse/commit/6305f7f3b))
8
+ - **config:** export loglevel type ([f65f5a9ee](https://github.com/powerhouse-inc/powerhouse/commit/f65f5a9ee))
9
+ - **design-system:** update snapshots ([77b8c05c9](https://github.com/powerhouse-inc/powerhouse/commit/77b8c05c9))
10
+ - **connect:** use css based design system theme ([edda94703](https://github.com/powerhouse-inc/powerhouse/commit/edda94703))
11
+ - **config:** added https config for switchboard ([f48e19dcd](https://github.com/powerhouse-inc/powerhouse/commit/f48e19dcd))
12
+ - **monorepo:** unify linting and build ([542313e91](https://github.com/powerhouse-inc/powerhouse/commit/542313e91))
13
+ - **document-drive:** child loggers, ability to follow env in connect and reactor ([af3e68a89](https://github.com/powerhouse-inc/powerhouse/commit/af3e68a89))
14
+ - **connect:** finish type rename ([865be799e](https://github.com/powerhouse-inc/powerhouse/commit/865be799e))
15
+ - **document-model-editor:** move editor to builder tooling ([c4616ffc4](https://github.com/powerhouse-inc/powerhouse/commit/c4616ffc4))
16
+ - **reactor-api:** fix document drive importsx ([e65f4c6da](https://github.com/powerhouse-inc/powerhouse/commit/e65f4c6da))
17
+ - **codegen:** handle codegen path ([39b0aca84](https://github.com/powerhouse-inc/powerhouse/commit/39b0aca84))
18
+ - **document-model:** update generics ([211dfe954](https://github.com/powerhouse-inc/powerhouse/commit/211dfe954))
19
+ - **reactor-local:** watch config file for external packages ([40dc9c3c1](https://github.com/powerhouse-inc/powerhouse/commit/40dc9c3c1))
20
+ - **config:** added import scripts dir ([66995ca1a](https://github.com/powerhouse-inc/powerhouse/commit/66995ca1a))
21
+ - **ph-cli:** rename reactor to switchboard ([#947](https://github.com/powerhouse-inc/powerhouse/pull/947))
22
+ - **config:** allow passing path to read config ([f3923c013](https://github.com/powerhouse-inc/powerhouse/commit/f3923c013))
23
+ - **ph-cli:** added https support for connect ([a9335a4df](https://github.com/powerhouse-inc/powerhouse/commit/a9335a4df))
24
+ - **config:** added host in ph config ([#899](https://github.com/powerhouse-inc/powerhouse/pull/899))
25
+ - update install command ([#881](https://github.com/powerhouse-inc/powerhouse/pull/881))
26
+ - **ph-cli:** default to root project when installing a dep globally ([#840](https://github.com/powerhouse-inc/powerhouse/pull/840))
27
+ - **ph-cli:** added install command ([#831](https://github.com/powerhouse-inc/powerhouse/pull/831))
28
+ - merge main into dspot-branch ([#769](https://github.com/powerhouse-inc/powerhouse/pull/769))
29
+ - **config:** trigger release ([9df86bc45](https://github.com/powerhouse-inc/powerhouse/commit/9df86bc45))
30
+ - **reactor-api:** Added support for processors ([#655](https://github.com/powerhouse-inc/powerhouse/pull/655))
31
+ - **monorepo:** handle project references ([3b6c046f2](https://github.com/powerhouse-inc/powerhouse/commit/3b6c046f2))
32
+
33
+ ### 🩹 Fixes
34
+
35
+ - all builds should first clean their dist directories -- this does not affect the build cache ([7acffd6b0](https://github.com/powerhouse-inc/powerhouse/commit/7acffd6b0))
36
+ - separate node code in powerhouse config packages ([77071d3e9](https://github.com/powerhouse-inc/powerhouse/commit/77071d3e9))
37
+ - **connect:** fix ph connect ([a640ce866](https://github.com/powerhouse-inc/powerhouse/commit/a640ce866))
38
+ - **config:** use reactor object instead of switchboard ([371529f74](https://github.com/powerhouse-inc/powerhouse/commit/371529f74))
39
+ - **config:** added build ([aaeb785fc](https://github.com/powerhouse-inc/powerhouse/commit/aaeb785fc))
40
+
41
+ ### ❤️ Thank You
42
+
43
+ - acaldas
44
+ - Benjamin Jordan
45
+ - Frank @froid1911
46
+ - Guillermo Puente @gpuente
47
+ - Guillermo Puente Sandoval @gpuente
48
+ - ryanwolhuter
49
+
1
50
  ## 1.27.0-dev.10 (2025-05-07)
2
51
 
3
52
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "1.27.0-dev.10",
3
+ "version": "1.27.0-dev.11",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,