@powerhousedao/switchboard 2.4.6-dev.1 → 2.4.8-staging.1

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 +78 -6
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,19 +1,91 @@
1
- ## 2.4.6-dev.1 (2025-05-21)
1
+ ## 2.4.8-staging.1 (2025-05-22)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **switchboard:** added authentication middleware ([7cab35e96](https://github.com/powerhouse-inc/powerhouse/commit/7cab35e96))
6
+ - enabled switchboard command ([5a9c467bf](https://github.com/powerhouse-inc/powerhouse/commit/5a9c467bf))
7
+ - removed scalars dependencies ([596aedbd5](https://github.com/powerhouse-inc/powerhouse/commit/596aedbd5))
8
+ - **monorepo:** bump graphql lib ([ba9d5d338](https://github.com/powerhouse-inc/powerhouse/commit/ba9d5d338))
9
+ - **switchboard:** use package manager from reactor api ([a0a15417b](https://github.com/powerhouse-inc/powerhouse/commit/a0a15417b))
10
+ - **switchboard:** use filesystem if postgres url is not available ([0ae80d84b](https://github.com/powerhouse-inc/powerhouse/commit/0ae80d84b))
11
+ - **reactor-api,reactor-local,switchboard:** wait initial timeout before start listening to requests ([f49c00d4a](https://github.com/powerhouse-inc/powerhouse/commit/f49c00d4a))
12
+ - **reactor-api,reactor-local,switchboard:** wait initial timeout before start listening to requests ([409f1e316](https://github.com/powerhouse-inc/powerhouse/commit/409f1e316))
13
+ - **switchboard:** use reactor api package manager ([e5b5722fe](https://github.com/powerhouse-inc/powerhouse/commit/e5b5722fe))
14
+ - **switchboard:** added sentry ([f1f0c13db](https://github.com/powerhouse-inc/powerhouse/commit/f1f0c13db))
15
+ - **switchboard:** dockerfile with workspace packages ([29eb440f2](https://github.com/powerhouse-inc/powerhouse/commit/29eb440f2))
16
+ - **connect:** handle imports ([d22b08138](https://github.com/powerhouse-inc/powerhouse/commit/d22b08138))
17
+ - **switchboard:** load packages through env var ([62be0cf46](https://github.com/powerhouse-inc/powerhouse/commit/62be0cf46))
18
+ - **monorepo:** enable type import lint rule ([5fd802021](https://github.com/powerhouse-inc/powerhouse/commit/5fd802021))
19
+ - **atlas:** add atlas subgraphs to switchboard ([777434d6a](https://github.com/powerhouse-inc/powerhouse/commit/777434d6a))
20
+ - **monorepo:** unify linting and build ([542313e91](https://github.com/powerhouse-inc/powerhouse/commit/542313e91))
21
+ - **document-model:** add utils for simpler state and action inference ([752712b47](https://github.com/powerhouse-inc/powerhouse/commit/752712b47))
22
+ - **monorepo:** fix top level type errors ([c2d935805](https://github.com/powerhouse-inc/powerhouse/commit/c2d935805))
23
+ - **monorepo:** include global check-types ([f4b042227](https://github.com/powerhouse-inc/powerhouse/commit/f4b042227))
24
+ - **builder-tools:** remove redundant deps ([fdf091df0](https://github.com/powerhouse-inc/powerhouse/commit/fdf091df0))
25
+ - **connect:** finish type rename ([865be799e](https://github.com/powerhouse-inc/powerhouse/commit/865be799e))
26
+ - **document-drive:** update document drive imports ([f76746d99](https://github.com/powerhouse-inc/powerhouse/commit/f76746d99))
27
+ - **document-model:** update generics ([211dfe954](https://github.com/powerhouse-inc/powerhouse/commit/211dfe954))
28
+ - merge main into dspot-branch ([#769](https://github.com/powerhouse-inc/powerhouse/pull/769))
29
+ - **reactor-api:** Added support for processors ([#655](https://github.com/powerhouse-inc/powerhouse/pull/655))
30
+ - **monorepo:** simplify parallel task execution ([0ed8df13a](https://github.com/powerhouse-inc/powerhouse/commit/0ed8df13a))
31
+ - **monorepo:** handle project references ([3b6c046f2](https://github.com/powerhouse-inc/powerhouse/commit/3b6c046f2))
32
+ - use unified deps ([38c759a97](https://github.com/powerhouse-inc/powerhouse/commit/38c759a97))
33
+ - **monorepo:** unify typescript and linting ([24b9a2058](https://github.com/powerhouse-inc/powerhouse/commit/24b9a2058))
34
+ - **monorepo:** use workspace protocol in package deps ([2584e9dd0](https://github.com/powerhouse-inc/powerhouse/commit/2584e9dd0))
35
+ - **reactor-api:** init project ([#388](https://github.com/powerhouse-inc/powerhouse/pull/388))
2
36
 
3
37
  ### 🩹 Fixes
4
38
 
5
39
  - docker build with PH_PACKAGES ([856ac1187](https://github.com/powerhouse-inc/powerhouse/commit/856ac1187))
40
+ - **auth:** some error handling ([1b3d6a38d](https://github.com/powerhouse-inc/powerhouse/commit/1b3d6a38d))
41
+ - **switchboard:** use config ([28b994a9e](https://github.com/powerhouse-inc/powerhouse/commit/28b994a9e))
42
+ - **switchboard, reactor-api:** ensure db path is created on the filesystem ([80047f2a1](https://github.com/powerhouse-inc/powerhouse/commit/80047f2a1))
43
+ - **switchboard:** fallback to memory cache if redis connection fails ([9d06b24de](https://github.com/powerhouse-inc/powerhouse/commit/9d06b24de))
44
+ - **reactor-api, switchboard:** work with postgresql prefix ([4016a789f](https://github.com/powerhouse-inc/powerhouse/commit/4016a789f))
45
+ - all builds should first clean their dist directories -- this does not affect the build cache ([7acffd6b0](https://github.com/powerhouse-inc/powerhouse/commit/7acffd6b0))
46
+ - **release-app:** set pnpm version to install ([8587ca47d](https://github.com/powerhouse-inc/powerhouse/commit/8587ca47d))
47
+ - **switchboard:** use inmemory cache if redis env var is not provided ([de27c68ad](https://github.com/powerhouse-inc/powerhouse/commit/de27c68ad))
48
+ - **switchboard:** add analytics-engine-core as a dependency of switchboard ([bded7cbab](https://github.com/powerhouse-inc/powerhouse/commit/bded7cbab))
49
+ - **switchboard,reactor-local:** latest version of sky atlas was not being installed ([72bf72fd4](https://github.com/powerhouse-inc/powerhouse/commit/72bf72fd4))
50
+ - **switchboard,reactor-local:** latest version of sky atlas was not being installed ([7245bb133](https://github.com/powerhouse-inc/powerhouse/commit/7245bb133))
51
+ - **switchboard:** removed duplicate listen ([02ca53a9d](https://github.com/powerhouse-inc/powerhouse/commit/02ca53a9d))
52
+ - **document-drive:** do not export prisma factory on index ([a32ef36aa](https://github.com/powerhouse-inc/powerhouse/commit/a32ef36aa))
53
+ - **switchboard:** heroku deployment missing sky ph dep ([d47dc3f84](https://github.com/powerhouse-inc/powerhouse/commit/d47dc3f84))
54
+ - **switchboard:** small optimizations on build and runtime ([63ef21b8a](https://github.com/powerhouse-inc/powerhouse/commit/63ef21b8a))
55
+ - **switchboard:** global ph-cmd install in dockerfile ([3d79fdd5f](https://github.com/powerhouse-inc/powerhouse/commit/3d79fdd5f))
56
+ - **switchboard:** linting issues ([dd3bf5e02](https://github.com/powerhouse-inc/powerhouse/commit/dd3bf5e02))
57
+ - **switchboard:** linting issues ([b5cf4c5b4](https://github.com/powerhouse-inc/powerhouse/commit/b5cf4c5b4))
58
+ - **switchboard:** updated sky-ph dependency ([39ddbfdfe](https://github.com/powerhouse-inc/powerhouse/commit/39ddbfdfe))
59
+ - remove tsc build from postinstall ([4a4df5b65](https://github.com/powerhouse-inc/powerhouse/commit/4a4df5b65))
60
+ - keep consistent zod version across projects ([97cdadab3](https://github.com/powerhouse-inc/powerhouse/commit/97cdadab3))
61
+ - **switchboard:** name mistake ([8e284b3d9](https://github.com/powerhouse-inc/powerhouse/commit/8e284b3d9))
62
+ - **switchboard:** copy paste mistake ([76eb0b1c7](https://github.com/powerhouse-inc/powerhouse/commit/76eb0b1c7))
63
+ - **switchboard:** use tsc instead up tsup and vite node ([de2e7104b](https://github.com/powerhouse-inc/powerhouse/commit/de2e7104b))
64
+ - **document-model:** revert document model module changes ([87dae96d3](https://github.com/powerhouse-inc/powerhouse/commit/87dae96d3))
65
+ - **connect:** connect bundling fixes ([a56c4e625](https://github.com/powerhouse-inc/powerhouse/commit/a56c4e625))
66
+ - **document-drive:** many broken constructors ([7274c34d4](https://github.com/powerhouse-inc/powerhouse/commit/7274c34d4))
67
+ - **codegen:** readded config dependency ([289bdaf41](https://github.com/powerhouse-inc/powerhouse/commit/289bdaf41))
68
+ - **switchboard:** subgraph manager and db instantiation ([874bdc4b0](https://github.com/powerhouse-inc/powerhouse/commit/874bdc4b0))
69
+ - **reactor-api:** remove dependency on switchboard ([5afaf7250](https://github.com/powerhouse-inc/powerhouse/commit/5afaf7250))
70
+ - bad package reference was breaking build -- also a readme update ([4121e51b4](https://github.com/powerhouse-inc/powerhouse/commit/4121e51b4))
71
+ - **switchboard:** startup ([#469](https://github.com/powerhouse-inc/powerhouse/pull/469))
6
72
 
7
73
  ### 🧱 Updated Dependencies
8
74
 
9
- - Updated document-drive to 1.29.12-dev.12
10
- - Updated document-model to 2.28.1-dev.16
11
- - Updated @powerhousedao/reactor-api to 1.29.27-dev.1
12
- - Updated @powerhousedao/config to 1.27.0-dev.15
75
+ - Updated document-drive to 1.29.12-staging.0
76
+ - Updated document-model to 2.28.1-staging.0
77
+ - Updated @powerhousedao/reactor-api to 1.29.28-staging.1
78
+ - Updated @powerhousedao/config to 1.27.0-staging.0
13
79
 
14
80
  ### ❤️ Thank You
15
81
 
16
- - Guillermo Puente @gpuente
82
+ - acaldas
83
+ - Benjamin Jordan
84
+ - Frank
85
+ - frankp.eth @froid1911
86
+ - Guillermo Puente
87
+ - Guillermo Puente Sandoval
88
+ - ryanwolhuter
17
89
 
18
90
  ## 2.3.0 (2025-05-06)
19
91
 
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.1",
4
+ "version": "2.4.8-staging.1",
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.15",
29
- "@powerhousedao/reactor-api": "1.29.27-dev.1",
30
- "document-drive": "1.29.12-dev.12",
31
- "document-model": "2.28.1-dev.16"
28
+ "document-model": "2.28.1-staging.0",
29
+ "@powerhousedao/config": "1.27.0-staging.0",
30
+ "document-drive": "1.29.12-staging.0",
31
+ "@powerhousedao/reactor-api": "1.29.28-staging.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/express": "^5.0.0",