@openfin/node-adapter 40.83.12 → 40.100.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1410,7 +1410,7 @@ class WebContents extends base_1$j.EmitterBase {
1410
1410
  * bounds: {top: 10, left: 10, width: 200, height: 200}
1411
1411
  * });
1412
1412
  *
1413
- * await view.navigate('http://mdn.github.io/simple-shared-worker/index2.html');
1413
+ * await view.navigate('https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/');
1414
1414
  *
1415
1415
  * const sharedWorkers = await view.getSharedWorkers();
1416
1416
  * ```
@@ -1421,7 +1421,7 @@ class WebContents extends base_1$j.EmitterBase {
1421
1421
  * name:'child',
1422
1422
  * defaultWidth: 300,
1423
1423
  * defaultHeight: 300,
1424
- * url: 'http://mdn.github.io/simple-shared-worker/index2.html',
1424
+ * url: 'https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/',
1425
1425
  * frame: true,
1426
1426
  * autoShow: true
1427
1427
  * };
@@ -1448,7 +1448,7 @@ class WebContents extends base_1$j.EmitterBase {
1448
1448
  * bounds: {top: 10, left: 10, width: 200, height: 200}
1449
1449
  * });
1450
1450
  *
1451
- * await view.navigate('http://mdn.github.io/simple-shared-worker/index2.html');
1451
+ * await view.navigate('https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/');
1452
1452
  *
1453
1453
  * await view.inspectSharedWorker();
1454
1454
  * ```
@@ -1459,7 +1459,7 @@ class WebContents extends base_1$j.EmitterBase {
1459
1459
  * name:'child',
1460
1460
  * defaultWidth: 300,
1461
1461
  * defaultHeight: 300,
1462
- * url: 'http://mdn.github.io/simple-shared-worker/index2.html',
1462
+ * url: 'https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/',
1463
1463
  * frame: true,
1464
1464
  * autoShow: true
1465
1465
  * };
@@ -1487,7 +1487,7 @@ class WebContents extends base_1$j.EmitterBase {
1487
1487
  * bounds: {top: 10, left: 10, width: 200, height: 200}
1488
1488
  * });
1489
1489
  *
1490
- * await view.navigate('http://mdn.github.io/simple-shared-worker/index2.html');
1490
+ * await view.navigate('https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/');
1491
1491
  *
1492
1492
  * const sharedWorkers = await view.getSharedWorkers();
1493
1493
  * await view.inspectSharedWorkerById(sharedWorkers[0].id);
@@ -1499,7 +1499,7 @@ class WebContents extends base_1$j.EmitterBase {
1499
1499
  * name:'child',
1500
1500
  * defaultWidth: 300,
1501
1501
  * defaultHeight: 300,
1502
- * url: 'http://mdn.github.io/simple-shared-worker/index2.html',
1502
+ * url: 'https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/',
1503
1503
  * frame: true,
1504
1504
  * autoShow: true
1505
1505
  * };
@@ -17760,7 +17760,7 @@ class NodeEnvironment extends BaseEnvironment_1 {
17760
17760
  };
17761
17761
  }
17762
17762
  getAdapterVersionSync() {
17763
- return "40.83.12";
17763
+ return "40.100.2";
17764
17764
  }
17765
17765
  observeBounds(element, onChange) {
17766
17766
  throw new Error('Method not implemented.');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/node-adapter",
3
- "version": "40.83.12",
3
+ "version": "40.100.2",
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": "40.83.12",
26
+ "@openfin/core": "40.100.2",
27
27
  "lodash": "^4.17.21",
28
28
  "ws": "^7.3.0"
29
29
  }