@forge/bridge
Advanced tools
Comparing version 1.5.0 to 2.0.0-next.0
# @forge/bridge | ||
## 2.0.0-next.0 | ||
### Major Changes | ||
- 2f07efb: Add new client-side 3LO requestJira and requestConfluence methods | ||
## 1.5.0 | ||
@@ -4,0 +10,0 @@ |
@@ -5,2 +5,3 @@ export * from './invoke'; | ||
export * from './modal'; | ||
export * from './fetch'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,1 +8,2 @@ "use strict"; | ||
tslib_1.__exportStar(require("./modal"), exports); | ||
tslib_1.__exportStar(require("./fetch"), exports); |
export * from './invoke'; | ||
export * from './requestJira'; | ||
export * from './requestConfluence'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,3 +5,1 @@ "use strict"; | ||
tslib_1.__exportStar(require("./invoke"), exports); | ||
tslib_1.__exportStar(require("./requestJira"), exports); | ||
tslib_1.__exportStar(require("./requestConfluence"), exports); |
@@ -5,6 +5,6 @@ export declare type InvokePayload = { | ||
export declare type InvokeResponse = Record<string, any> | void; | ||
export declare type ProductResponse = { | ||
body: any; | ||
} & Pick<Response, 'ok' | 'status' | 'statusText'>; | ||
export declare type ProductFetchResponse = { | ||
body?: string; | ||
} & Pick<ResponseInit, 'headers' | 'status' | 'statusText'>; | ||
export declare type FullContext = {}; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@forge/bridge", | ||
"version": "1.5.0", | ||
"version": "2.0.0-next.0", | ||
"description": "Forge bridge API for custom UI apps", | ||
@@ -19,4 +19,5 @@ "author": "Atlassian", | ||
"history": "4.10.1", | ||
"jest-date-mock": "^1.0.8" | ||
"jest-date-mock": "^1.0.8", | ||
"isomorphic-fetch": "^3.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22385
338
3
2
2