@openfin/remote-adapter 45.100.103 → 45.100.105

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.
@@ -17114,8 +17114,14 @@ _ChromeBrowserActionsImpl_wire = new WeakMap(), _ChromeBrowserActionsImpl_state
17114
17114
  * Client-side handle for the chrome-browser feature on the current window.
17115
17115
  *
17116
17116
  * The window must have been created with `chromeBrowser: true` for these APIs to do
17117
- * anything meaningful — there is no separate `init()` step. From a view or a non
17117
+ * anything meaningful. From a view or a non
17118
17118
  * chrome-browser window, calls into `Actions` will resolve to empty results.
17119
+ *
17120
+ * Enabling the `chromeBrowser` window option changes how the runtime manages content,
17121
+ * and standard OpenFin content behavior is not guaranteed.
17122
+ *
17123
+ * @internal
17124
+ * @experimental This API may change or be removed without notice.
17119
17125
  */
17120
17126
  class ChromeBrowserModule {
17121
17127
  constructor(wire, isWindow) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/remote-adapter",
3
- "version": "45.100.103",
3
+ "version": "45.100.105",
4
4
  "description": "Establish intermachine runtime connections using webRTC.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "es-toolkit": "^1.39.3",
18
18
  "tslib": "2.8.1",
19
- "@openfin/core": "45.100.103"
19
+ "@openfin/core": "45.100.105"
20
20
  },
21
21
  "scripts": {
22
22
  "prebuild": "rimraf ./out",