@getvision/server 0.2.2-a88ad97-develop → 0.2.2
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 +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @getvision/server
|
|
2
2
|
|
|
3
|
+
## 0.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 94b139b: Bump @hono/node-server to 1.19.6
|
|
8
|
+
- da87b81: Update router to pass EventBus from root app to file-based sub-apps
|
|
9
|
+
- Updated dependencies [a88ad97]
|
|
10
|
+
- @getvision/core@0.0.4
|
|
11
|
+
|
|
3
12
|
## 0.2.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|