@powerhousedao/switchboard 2.4.6-dev.6 → 2.4.6-dev.8

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/entrypoint.sh CHANGED
@@ -13,4 +13,5 @@ if [ ! -z "$PH_PACKAGES" ]; then
13
13
  fi
14
14
 
15
15
  echo "[entrypoint] Starting switchboard..."
16
- ph switchboard
16
+ export SWITCHBOARD_PORT="${PORT:-4001}"
17
+ ph switchboard --port $SWITCHBOARD_PORT
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/switchboard",
3
3
  "type": "module",
4
- "version": "2.4.6-dev.6",
4
+ "version": "2.4.6-dev.8",
5
5
  "main": "dist/src/index.js",
6
6
  "exports": {
7
7
  ".": "./dist/src/index.js",
@@ -25,10 +25,10 @@
25
25
  "express": "^4.21.2",
26
26
  "graphql": "^16.11.0",
27
27
  "redis": "^4.7.0",
28
- "@powerhousedao/config": "1.27.0-dev.17",
29
- "@powerhousedao/reactor-api": "1.29.28-dev.0",
30
- "document-model": "2.28.1-dev.16",
31
- "document-drive": "1.29.14-dev.0"
28
+ "@powerhousedao/config": "1.27.0-dev.18",
29
+ "@powerhousedao/reactor-api": "1.29.28-dev.1",
30
+ "document-model": "2.28.1-dev.17",
31
+ "document-drive": "1.29.14-dev.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/express": "^5.0.0",