@forge/confluence-bridge 3.1.0-next.1-experimental-4afd2ab → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @forge/confluence-bridge
2
2
 
3
- ## 3.1.0-next.1-experimental-4afd2ab
3
+ ## 3.1.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,6 +9,13 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - 4454464: Add setMacroViewportHeight function to confluence-bridge
12
+ - aa6fe6a: Remove bad import
13
+
14
+ ## 3.1.0-next.2
15
+
16
+ ### Patch Changes
17
+
18
+ - aa6fe6a: Remove bad import
12
19
 
13
20
  ## 3.1.0-next.1
14
21
 
package/out/bridge.d.ts CHANGED
@@ -1,3 +1,2 @@
1
- import './globals.d.ts';
2
1
  export declare const getCallBridge: () => Window['__bridge']['callBridge'];
3
2
  //# sourceMappingURL=bridge.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"bridge.d.ts","sourceRoot":"","sources":["../src/bridge.ts"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,CAAC;AAExB,eAAO,MAAM,aAAa,QAAO,MAAM,CAAC,UAAU,CAAC,CAAC,YAAY,CAE/D,CAAC"}
1
+ {"version":3,"file":"bridge.d.ts","sourceRoot":"","sources":["../src/bridge.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,QAAO,MAAM,CAAC,UAAU,CAAC,CAAC,YAAY,CAE/D,CAAC"}
package/out/bridge.js CHANGED
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getCallBridge = void 0;
4
- require("./globals.d.ts");
5
4
  const getCallBridge = () => {
6
5
  return window.__bridge.callBridge;
7
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/confluence-bridge",
3
- "version": "3.1.0-next.1-experimental-4afd2ab",
3
+ "version": "3.1.0",
4
4
  "description": "Forge Confluence custom bridge API",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",