@openfin/remote-adapter 46.100.22 → 46.100.23

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.
@@ -9086,7 +9086,6 @@ class System extends EmitterBase {
9086
9086
  * @experimental
9087
9087
  * @remarks Supports protocols http/s and fin/s, and also a local path.
9088
9088
  *
9089
- * Note: This API is Windows only.
9090
9089
  *
9091
9090
  * @example
9092
9091
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/remote-adapter",
3
- "version": "46.100.22",
3
+ "version": "46.100.23",
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": "46.100.22"
19
+ "@openfin/core": "46.100.23"
20
20
  },
21
21
  "scripts": {
22
22
  "prebuild": "rimraf ./out",