@forge/bridge 5.0.0-next.2 → 5.0.0-next.2-experimental-786d4ac
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 +11 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @forge/bridge
|
|
2
2
|
|
|
3
|
+
## 5.0.0-next.2-experimental-786d4ac
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 3a96c90: Add emitReadyEvent to signal macro readiness
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- b8299ae: Add invokeService to forge/bridge
|
|
12
|
+
- c618633: Serialise and deserialise blob objects in the event API
|
|
13
|
+
|
|
3
14
|
## 5.0.0-next.2
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|