@openfin/node-adapter 38.83.74 → 38.83.76

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.
@@ -1978,7 +1978,7 @@ class WebContents extends base_1$j.EmitterBase {
1978
1978
  * bounds: {top: 10, left: 10, width: 200, height: 200}
1979
1979
  * });
1980
1980
  *
1981
- * await view.navigate('http://mdn.github.io/simple-shared-worker/index2.html');
1981
+ * await view.navigate('https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/');
1982
1982
  *
1983
1983
  * const sharedWorkers = await view.getSharedWorkers();
1984
1984
  * ```
@@ -1989,7 +1989,7 @@ class WebContents extends base_1$j.EmitterBase {
1989
1989
  * name:'child',
1990
1990
  * defaultWidth: 300,
1991
1991
  * defaultHeight: 300,
1992
- * url: 'http://mdn.github.io/simple-shared-worker/index2.html',
1992
+ * url: 'https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/',
1993
1993
  * frame: true,
1994
1994
  * autoShow: true
1995
1995
  * };
@@ -2016,7 +2016,7 @@ class WebContents extends base_1$j.EmitterBase {
2016
2016
  * bounds: {top: 10, left: 10, width: 200, height: 200}
2017
2017
  * });
2018
2018
  *
2019
- * await view.navigate('http://mdn.github.io/simple-shared-worker/index2.html');
2019
+ * await view.navigate('https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/');
2020
2020
  *
2021
2021
  * await view.inspectSharedWorker();
2022
2022
  * ```
@@ -2027,7 +2027,7 @@ class WebContents extends base_1$j.EmitterBase {
2027
2027
  * name:'child',
2028
2028
  * defaultWidth: 300,
2029
2029
  * defaultHeight: 300,
2030
- * url: 'http://mdn.github.io/simple-shared-worker/index2.html',
2030
+ * url: 'https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/',
2031
2031
  * frame: true,
2032
2032
  * autoShow: true
2033
2033
  * };
@@ -2055,7 +2055,7 @@ class WebContents extends base_1$j.EmitterBase {
2055
2055
  * bounds: {top: 10, left: 10, width: 200, height: 200}
2056
2056
  * });
2057
2057
  *
2058
- * await view.navigate('http://mdn.github.io/simple-shared-worker/index2.html');
2058
+ * await view.navigate('https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/');
2059
2059
  *
2060
2060
  * const sharedWorkers = await view.getSharedWorkers();
2061
2061
  * await view.inspectSharedWorkerById(sharedWorkers[0].id);
@@ -2067,7 +2067,7 @@ class WebContents extends base_1$j.EmitterBase {
2067
2067
  * name:'child',
2068
2068
  * defaultWidth: 300,
2069
2069
  * defaultHeight: 300,
2070
- * url: 'http://mdn.github.io/simple-shared-worker/index2.html',
2070
+ * url: 'https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/',
2071
2071
  * frame: true,
2072
2072
  * autoShow: true
2073
2073
  * };
@@ -17509,7 +17509,7 @@ class NodeEnvironment extends BaseEnvironment_1 {
17509
17509
  };
17510
17510
  }
17511
17511
  getAdapterVersionSync() {
17512
- return "38.83.74";
17512
+ return "38.83.76";
17513
17513
  }
17514
17514
  observeBounds(element, onChange) {
17515
17515
  throw new Error('Method not implemented.');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/node-adapter",
3
- "version": "38.83.74",
3
+ "version": "38.83.76",
4
4
  "description": "See README.md",
5
5
  "main": "out/node-adapter.js",
6
6
  "types": "out/node-adapter.d.ts",
@@ -23,7 +23,7 @@
23
23
  "author": "OpenFin",
24
24
  "dependencies": {
25
25
  "@types/node": "^20.14.2",
26
- "@openfin/core": "38.83.74",
26
+ "@openfin/core": "38.83.76",
27
27
  "lodash": "^4.17.21",
28
28
  "ws": "^7.3.0"
29
29
  }