@forge/bridge
Advanced tools
Comparing version 2.2.1 to 2.3.0-next.0
# @forge/bridge | ||
## 2.3.0-next.0 | ||
### Minor Changes | ||
- d307c8f: Add on and emit methods to Events API | ||
## 2.2.1 | ||
@@ -4,0 +10,0 @@ |
@@ -6,2 +6,3 @@ export * from './invoke'; | ||
export * from './fetch'; | ||
export * from './events'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -9,1 +9,2 @@ "use strict"; | ||
tslib_1.__exportStar(require("./fetch"), exports); | ||
tslib_1.__exportStar(require("./events"), exports); |
@@ -9,2 +9,5 @@ export declare type InvokePayload = { | ||
export declare type FullContext = {}; | ||
export declare type Subscription = { | ||
unsubscribe: () => void; | ||
}; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@forge/bridge", | ||
"version": "2.2.1", | ||
"version": "2.3.0-next.0", | ||
"description": "Forge bridge API for custom UI apps", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
24978
66
341
2