@forge/bridge
Advanced tools
Comparing version 2.0.0 to 2.1.0-next.0
# @forge/bridge | ||
## 2.1.0-next.0 | ||
### Minor Changes | ||
- 63e5561: Add submit method | ||
## 2.0.0 | ||
@@ -4,0 +10,0 @@ |
export declare const view: { | ||
submit: (payload?: any) => Promise<void>; | ||
close: (payload?: any) => Promise<void>; | ||
@@ -3,0 +4,0 @@ createHistory: () => Promise<import("history").History<unknown>>; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.view = void 0; | ||
var submit_1 = require("./submit"); | ||
var close_1 = require("./close"); | ||
@@ -8,2 +9,3 @@ var createHistory_1 = require("./createHistory"); | ||
exports.view = { | ||
submit: submit_1.submit, | ||
close: close_1.close, | ||
@@ -10,0 +12,0 @@ createHistory: createHistory_1.createHistory, |
{ | ||
"name": "@forge/bridge", | ||
"version": "2.0.0", | ||
"version": "2.1.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
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
23706
60
363
2