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