@powerhousedao/switchboard 2.4.6-dev.3 → 2.4.6-dev.5
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 +3 -10
- package/Dockerfile +2 -1
- package/entrypoint.sh +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,8 @@
|
|
|
1
|
-
## 2.4.6-dev.
|
|
1
|
+
## 2.4.6-dev.5 (2025-05-25)
|
|
2
2
|
|
|
3
|
-
###
|
|
4
|
-
|
|
5
|
-
- **switchboard:** deploy with new dockerfile ([54f65af17](https://github.com/powerhouse-inc/powerhouse/commit/54f65af17))
|
|
6
|
-
- **switchboard:** new dockerfile based on ph-cmd ([fafff7143](https://github.com/powerhouse-inc/powerhouse/commit/fafff7143))
|
|
7
|
-
|
|
8
|
-
### 🧱 Updated Dependencies
|
|
3
|
+
### 🩹 Fixes
|
|
9
4
|
|
|
10
|
-
-
|
|
11
|
-
- Updated @powerhousedao/reactor-api to 1.29.28-dev.0
|
|
12
|
-
- Updated @powerhousedao/config to 1.27.0-dev.17
|
|
5
|
+
- **switchboard:** damn heroku ([fb95e9adc](https://github.com/powerhouse-inc/powerhouse/commit/fb95e9adc))
|
|
13
6
|
|
|
14
7
|
### ❤️ Thank You
|
|
15
8
|
|
package/Dockerfile
CHANGED
package/entrypoint.sh
CHANGED