@forge/bridge
Advanced tools
Comparing version 1.3.0-next.2 to 1.3.0-next.3
# @forge/bridge | ||
## 1.3.0-next.3 | ||
### Patch Changes | ||
- ff35ac9: Check for Jira instead of Confluence | ||
## 1.3.0-next.2 | ||
@@ -4,0 +10,0 @@ |
@@ -18,4 +18,4 @@ "use strict"; | ||
product = (extensionType ? extensionType.split(':') : [undefined])[0]; | ||
if (product === 'confluence') { | ||
throw new errors_1.BridgeAPIError('router is not implemented yet in Confluence'); | ||
if (product !== 'jira') { | ||
throw new errors_1.BridgeAPIError('router is currently only supported in Jira.'); | ||
} | ||
@@ -22,0 +22,0 @@ return [2, callBridge('navigate', { |
{ | ||
"name": "@forge/bridge", | ||
"version": "1.3.0-next.2", | ||
"version": "1.3.0-next.3", | ||
"description": "Forge bridge API for custom UI apps", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian", |
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
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
15575