@forge/bridge
Advanced tools
Comparing version 2.6.0 to 2.6.1-next.0
# @forge/bridge | ||
## 2.6.1-next.0 | ||
### Patch Changes | ||
- 75ef535d: Bumping dependencies via Renovate: | ||
- history | ||
## 2.6.0 | ||
@@ -4,0 +12,0 @@ |
@@ -1,3 +0,3 @@ | ||
export declare type FlagAppearance = 'info' | 'success' | 'warning' | 'error'; | ||
export declare type FlagType = FlagAppearance; | ||
export type FlagAppearance = 'info' | 'success' | 'warning' | 'error'; | ||
export type FlagType = FlagAppearance; | ||
export interface Flag { | ||
@@ -4,0 +4,0 @@ close: () => Promise<boolean | void>; |
@@ -1,6 +0,6 @@ | ||
export declare type InvokePayload = { | ||
export type InvokePayload = { | ||
[key in number | string]: any; | ||
}; | ||
export declare type InvokeResponse = Record<string, any> | void; | ||
export declare type ProductFetchResponse = { | ||
export type InvokeResponse = Record<string, any> | void; | ||
export type ProductFetchResponse = { | ||
body?: string; | ||
@@ -29,3 +29,3 @@ headers: { | ||
} | ||
export declare type Subscription = { | ||
export type Subscription = { | ||
unsubscribe: () => void; | ||
@@ -32,0 +32,0 @@ }; |
@@ -5,3 +5,3 @@ export declare const view: { | ||
refresh: (payload?: any) => Promise<void>; | ||
createHistory: () => Promise<import("history").History<unknown>>; | ||
createHistory: () => Promise<import("history").History>; | ||
getContext: () => Promise<import("../types").FullContext>; | ||
@@ -8,0 +8,0 @@ theme: { |
{ | ||
"name": "@forge/bridge", | ||
"version": "2.6.0", | ||
"version": "2.6.1-next.0", | ||
"description": "Forge bridge API for custom UI apps", | ||
@@ -19,3 +19,3 @@ "author": "Atlassian", | ||
"devDependencies": { | ||
"history": "4.10.1", | ||
"history": "5.3.0", | ||
"isomorphic-fetch": "^3.0.0", | ||
@@ -22,0 +22,0 @@ "jest-date-mock": "^1.0.8" |
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
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
38319
2