@powerhousedao/switchboard 2.4.5-dev.2 → 2.4.5-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.
- package/CHANGELOG.md +7 -29
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,41 +1,19 @@
|
|
|
1
|
-
## 2.4.5-dev.
|
|
1
|
+
## 2.4.5-dev.3 (2025-05-15)
|
|
2
2
|
|
|
3
3
|
### 🚀 Features
|
|
4
4
|
|
|
5
|
-
-
|
|
6
|
-
- removed scalars dependencies ([596aedbd5](https://github.com/powerhouse-inc/powerhouse/commit/596aedbd5))
|
|
7
|
-
- **builder-tools:** handle recursive objects in initial state generator ([c9eedcc43](https://github.com/powerhouse-inc/powerhouse/commit/c9eedcc43))
|
|
8
|
-
- **monorepo:** bump graphql lib ([ba9d5d338](https://github.com/powerhouse-inc/powerhouse/commit/ba9d5d338))
|
|
9
|
-
- **monorepo:** handle updating monorepo build deps ([db2ac2316](https://github.com/powerhouse-inc/powerhouse/commit/db2ac2316))
|
|
10
|
-
- **monorepo:** regenerate lockfile ([a6c390b4e](https://github.com/powerhouse-inc/powerhouse/commit/a6c390b4e))
|
|
11
|
-
- **builder-tools:** fix wrong value used for field id ([a6c6142e0](https://github.com/powerhouse-inc/powerhouse/commit/a6c6142e0))
|
|
12
|
-
- **reactor-api,reactor-local:** updated analytics dependencies ([cbeace573](https://github.com/powerhouse-inc/powerhouse/commit/cbeace573))
|
|
13
|
-
- **reactor-api,reactor-local,switchboard:** wait initial timeout before start listening to requests ([409f1e316](https://github.com/powerhouse-inc/powerhouse/commit/409f1e316))
|
|
14
|
-
- added sky-atlas-staging ([ac1658ce9](https://github.com/powerhouse-inc/powerhouse/commit/ac1658ce9))
|
|
15
|
-
|
|
16
|
-
### 🩹 Fixes
|
|
17
|
-
|
|
18
|
-
- **document-drive:** fix type issue on browser storage ([240a78b41](https://github.com/powerhouse-inc/powerhouse/commit/240a78b41))
|
|
19
|
-
- **ph-cli:** ph add does not remove installed packages ([aedfbf56e](https://github.com/powerhouse-inc/powerhouse/commit/aedfbf56e))
|
|
20
|
-
- remove .env and add to .gitignore ([0d2d48684](https://github.com/powerhouse-inc/powerhouse/commit/0d2d48684))
|
|
21
|
-
- **switchboard,reactor-local:** latest version of sky atlas was not being installed ([72bf72fd4](https://github.com/powerhouse-inc/powerhouse/commit/72bf72fd4))
|
|
22
|
-
- made ph packages env var ([df93611b7](https://github.com/powerhouse-inc/powerhouse/commit/df93611b7))
|
|
23
|
-
- remove filter ([842a93a75](https://github.com/powerhouse-inc/powerhouse/commit/842a93a75))
|
|
5
|
+
- removed scalars package ([d6f7059a7](https://github.com/powerhouse-inc/powerhouse/commit/d6f7059a7))
|
|
24
6
|
|
|
25
7
|
### 🧱 Updated Dependencies
|
|
26
8
|
|
|
27
|
-
- Updated document-drive to 1.29.12-dev.
|
|
28
|
-
- Updated document-model to 2.28.1-dev.
|
|
29
|
-
- Updated @powerhousedao/reactor-api to 1.29.26-dev.
|
|
30
|
-
- Updated @powerhousedao/config to 1.27.0-dev.
|
|
9
|
+
- Updated document-drive to 1.29.12-dev.8
|
|
10
|
+
- Updated document-model to 2.28.1-dev.15
|
|
11
|
+
- Updated @powerhousedao/reactor-api to 1.29.26-dev.7
|
|
12
|
+
- Updated @powerhousedao/config to 1.27.0-dev.14
|
|
31
13
|
|
|
32
14
|
### ❤️ Thank You
|
|
33
15
|
|
|
34
|
-
-
|
|
35
|
-
- Benjamin Jordan
|
|
36
|
-
- Frank
|
|
37
|
-
- Guillermo Puente
|
|
38
|
-
- ryanwolhuter
|
|
16
|
+
- Guillermo Puente @gpuente
|
|
39
17
|
|
|
40
18
|
## 2.3.0 (2025-05-06)
|
|
41
19
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/switchboard",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.4.5-dev.
|
|
4
|
+
"version": "2.4.5-dev.3",
|
|
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/
|
|
29
|
-
"document-
|
|
30
|
-
"
|
|
31
|
-
"
|
|
28
|
+
"@powerhousedao/config": "1.27.0-dev.14",
|
|
29
|
+
"document-drive": "1.29.12-dev.8",
|
|
30
|
+
"@powerhousedao/reactor-api": "1.29.26-dev.7",
|
|
31
|
+
"document-model": "2.28.1-dev.15"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/express": "^5.0.0",
|