@powerhousedao/switchboard 2.4.6-dev.3 → 2.4.6-dev.4
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 +4 -10
- package/Dockerfile +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,9 @@
|
|
|
1
|
-
## 2.4.6-dev.
|
|
1
|
+
## 2.4.6-dev.4 (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
|
-
-
|
|
12
|
-
- Updated @powerhousedao/config to 1.27.0-dev.17
|
|
5
|
+
- **switchboard:** improved dockerfile ([130fc5535](https://github.com/powerhouse-inc/powerhouse/commit/130fc5535))
|
|
6
|
+
- **switchboard:** docker build ([7052e39e1](https://github.com/powerhouse-inc/powerhouse/commit/7052e39e1))
|
|
13
7
|
|
|
14
8
|
### ❤️ Thank You
|
|
15
9
|
|
package/Dockerfile
CHANGED