@powerhousedao/switchboard 2.4.4-dev.2 → 2.4.4-dev.3

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 +9 -6
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,19 +1,22 @@
1
- ## 2.4.4-dev.2 (2025-05-08)
1
+ ## 2.4.4-dev.3 (2025-05-09)
2
2
 
3
3
  ### 🩹 Fixes
4
4
 
5
- - **scripts:** work with postgresql prefix ([b53848a40](https://github.com/powerhouse-inc/powerhouse/commit/b53848a40))
6
- - **reactor-api, switchboard:** work with postgresql prefix ([4016a789f](https://github.com/powerhouse-inc/powerhouse/commit/4016a789f))
7
- - **scripts:** improved project init ([35dd55ec9](https://github.com/powerhouse-inc/powerhouse/commit/35dd55ec9))
8
- - **scripts:** improved db setup ([1db384e79](https://github.com/powerhouse-inc/powerhouse/commit/1db384e79))
5
+ - setup global project and remove init from install-tools ([61af7eb11](https://github.com/powerhouse-inc/powerhouse/commit/61af7eb11))
6
+ - **scripts:** added connect domain to allowed hosts ([dbb08f51b](https://github.com/powerhouse-inc/powerhouse/commit/dbb08f51b))
9
7
 
10
8
  ### 🧱 Updated Dependencies
11
9
 
12
- - Updated @powerhousedao/reactor-api to 1.29.26-dev.2
10
+ - Updated document-drive to 1.29.12-dev.4
11
+ - Updated document-model to 2.28.1-dev.12
12
+ - Updated @powerhousedao/reactor-api to 1.29.26-dev.3
13
+ - Updated @powerhousedao/scalars to 1.33.1-dev.10
14
+ - Updated @powerhousedao/config to 1.27.0-dev.12
13
15
 
14
16
  ### ❤️ Thank You
15
17
 
16
18
  - Frank
19
+ - Guillermo Puente @gpuente
17
20
 
18
21
  ## 2.3.0 (2025-05-06)
19
22
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/switchboard",
3
3
  "type": "module",
4
- "version": "2.4.4-dev.2",
4
+ "version": "2.4.4-dev.3",
5
5
  "main": "dist/src/index.js",
6
6
  "bin": {
7
7
  "switchboard": "dist/src/index.js"
@@ -21,11 +21,11 @@
21
21
  "express": "^4.21.2",
22
22
  "graphql": "^16.10.0",
23
23
  "redis": "^4.7.0",
24
- "@powerhousedao/config": "1.27.0-dev.11",
25
- "@powerhousedao/reactor-api": "1.29.26-dev.2",
26
- "@powerhousedao/scalars": "1.33.1-dev.9",
27
- "document-drive": "1.29.12-dev.3",
28
- "document-model": "2.28.1-dev.11"
24
+ "@powerhousedao/reactor-api": "1.29.26-dev.3",
25
+ "document-drive": "1.29.12-dev.4",
26
+ "@powerhousedao/scalars": "1.33.1-dev.10",
27
+ "document-model": "2.28.1-dev.12",
28
+ "@powerhousedao/config": "1.27.0-dev.12"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/express": "^5.0.0",