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

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,14 +1,10 @@
1
1
  # @forge/confluence-bridge
2
2
 
3
- ## 3.1.0-next.1-experimental-4afd2ab
4
-
5
- ### Minor Changes
6
-
7
- - 6617110: Added updateBylineProperties bridge method
3
+ ## 3.1.0-next.2
8
4
 
9
5
  ### Patch Changes
10
6
 
11
- - 4454464: Add setMacroViewportHeight function to confluence-bridge
7
+ - aa6fe6a: Remove bad import
12
8
 
13
9
  ## 3.1.0-next.1
14
10
 
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-next.2",
4
4
  "description": "Forge Confluence custom bridge API",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",