@powerhousedao/config 6.0.0-dev.108 → 6.0.0-dev.109

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,18 @@
1
+ ## 6.0.0-dev.109 (2026-03-24)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **vetra-e2e:** add editor creation, registry publish, and consumer install e2e tests ([a215a7d7e](https://github.com/powerhouse-inc/powerhouse/commit/a215a7d7e))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - lockfile ([292187fae](https://github.com/powerhouse-inc/powerhouse/commit/292187fae))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Benjamin Jordan
14
+ - Guillermo Puente @gpuente
15
+
1
16
  ## 6.0.0-dev.108 (2026-03-24)
2
17
 
3
18
  ### 🚀 Features
@@ -31,7 +46,7 @@
31
46
  - deps ([cbb8c5da9](https://github.com/powerhouse-inc/powerhouse/commit/cbb8c5da9))
32
47
  - codegen tests ([b857b8ab6](https://github.com/powerhouse-inc/powerhouse/commit/b857b8ab6))
33
48
  - **reactor-api:** resolve tsconfig path aliases in switchboard's Vite SSR loader ([dd812a933](https://github.com/powerhouse-inc/powerhouse/commit/dd812a933))
34
- - **document-drive:** fix tsc build and prisma ESM __dirname error ([f0c252d96](https://github.com/powerhouse-inc/powerhouse/commit/f0c252d96))
49
+ - **document-drive:** fix tsc build and prisma ESM \_\_dirname error ([f0c252d96](https://github.com/powerhouse-inc/powerhouse/commit/f0c252d96))
35
50
  - stop mixing node and browser code ([9d5513533](https://github.com/powerhouse-inc/powerhouse/commit/9d5513533))
36
51
  - always build css after bundle ([36dca2c95](https://github.com/powerhouse-inc/powerhouse/commit/36dca2c95))
37
52
  - always build css after bundling ([565d11dca](https://github.com/powerhouse-inc/powerhouse/commit/565d11dca))
@@ -893,7 +908,7 @@ This was a version bump only for @powerhousedao/config to align it with other pr
893
908
  ### 🚀 Features
894
909
 
895
910
  - **design-system:** default styles tweaks and DocumentStateViewer ([c0a66720c](https://github.com/powerhouse-inc/powerhouse/commit/c0a66720c))
896
- - **ci:** deploy staging tenant from release/staging/* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
911
+ - **ci:** deploy staging tenant from release/staging/\* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
897
912
  - **ci:** add Harbor registry to docker image publishing ([f3a2fab69](https://github.com/powerhouse-inc/powerhouse/commit/f3a2fab69))
898
913
 
899
914
  ### ❤️ Thank You
@@ -3875,4 +3890,4 @@ This was a version bump only for @powerhousedao/config to align it with other pr
3875
3890
 
3876
3891
  ### ❤️ Thank You
3877
3892
 
3878
- - ryanwolhuter @ryanwolhuter
3893
+ - ryanwolhuter @ryanwolhuter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "6.0.0-dev.108",
3
+ "version": "6.0.0-dev.109",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,
@@ -24,7 +24,7 @@
24
24
  "access": "public"
25
25
  },
26
26
  "dependencies": {
27
- "@powerhousedao/shared": "6.0.0-dev.108"
27
+ "@powerhousedao/shared": "6.0.0-dev.109"
28
28
  },
29
29
  "scripts": {
30
30
  "tsc": "tsc",
package/tsconfig.json CHANGED
@@ -3,9 +3,7 @@
3
3
  "compilerOptions": {
4
4
  "outDir": "./dist"
5
5
  },
6
- "include": [
7
- "**/*"
8
- ],
6
+ "include": ["**/*"],
9
7
  "references": [
10
8
  {
11
9
  "path": "../shared"