@openfin/node-adapter 39.83.20 → 39.83.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -1311,7 +1311,7 @@ class WebContents extends base_1$j.EmitterBase {
1311
1311
  * bounds: {top: 10, left: 10, width: 200, height: 200}
1312
1312
  * });
1313
1313
  *
1314
- * await view.navigate('http://mdn.github.io/simple-shared-worker/index2.html');
1314
+ * await view.navigate('https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/');
1315
1315
  *
1316
1316
  * const sharedWorkers = await view.getSharedWorkers();
1317
1317
  * ```
@@ -1322,7 +1322,7 @@ class WebContents extends base_1$j.EmitterBase {
1322
1322
  * name:'child',
1323
1323
  * defaultWidth: 300,
1324
1324
  * defaultHeight: 300,
1325
- * url: 'http://mdn.github.io/simple-shared-worker/index2.html',
1325
+ * url: 'https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/',
1326
1326
  * frame: true,
1327
1327
  * autoShow: true
1328
1328
  * };
@@ -1349,7 +1349,7 @@ class WebContents extends base_1$j.EmitterBase {
1349
1349
  * bounds: {top: 10, left: 10, width: 200, height: 200}
1350
1350
  * });
1351
1351
  *
1352
- * await view.navigate('http://mdn.github.io/simple-shared-worker/index2.html');
1352
+ * await view.navigate('https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/');
1353
1353
  *
1354
1354
  * await view.inspectSharedWorker();
1355
1355
  * ```
@@ -1360,7 +1360,7 @@ class WebContents extends base_1$j.EmitterBase {
1360
1360
  * name:'child',
1361
1361
  * defaultWidth: 300,
1362
1362
  * defaultHeight: 300,
1363
- * url: 'http://mdn.github.io/simple-shared-worker/index2.html',
1363
+ * url: 'https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/',
1364
1364
  * frame: true,
1365
1365
  * autoShow: true
1366
1366
  * };
@@ -1388,7 +1388,7 @@ class WebContents extends base_1$j.EmitterBase {
1388
1388
  * bounds: {top: 10, left: 10, width: 200, height: 200}
1389
1389
  * });
1390
1390
  *
1391
- * await view.navigate('http://mdn.github.io/simple-shared-worker/index2.html');
1391
+ * await view.navigate('https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/');
1392
1392
  *
1393
1393
  * const sharedWorkers = await view.getSharedWorkers();
1394
1394
  * await view.inspectSharedWorkerById(sharedWorkers[0].id);
@@ -1400,7 +1400,7 @@ class WebContents extends base_1$j.EmitterBase {
1400
1400
  * name:'child',
1401
1401
  * defaultWidth: 300,
1402
1402
  * defaultHeight: 300,
1403
- * url: 'http://mdn.github.io/simple-shared-worker/index2.html',
1403
+ * url: 'https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/',
1404
1404
  * frame: true,
1405
1405
  * autoShow: true
1406
1406
  * };
@@ -17589,7 +17589,7 @@ class NodeEnvironment extends BaseEnvironment_1 {
17589
17589
  };
17590
17590
  }
17591
17591
  getAdapterVersionSync() {
17592
- return "39.83.20";
17592
+ return "39.83.23";
17593
17593
  }
17594
17594
  observeBounds(element, onChange) {
17595
17595
  throw new Error('Method not implemented.');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/node-adapter",
3
- "version": "39.83.20",
3
+ "version": "39.83.23",
4
4
  "description": "See README.md",
5
5
  "main": "out/node-adapter.js",
6
6
  "types": "out/node-adapter.d.ts",
@@ -14,7 +14,8 @@
14
14
  "watch": "rollup --config --watch --environment MODE:development",
15
15
  "ci:prepublish": "of-npm prepublish",
16
16
  "ci:postpublish": "of-npm postpublish",
17
- "ci:publish": "npm publish"
17
+ "ci:publish": "npm publish",
18
+ "version:update": "of-npm version --allow-same-version '$RMAJOR.$RMINOR.$RPATCH'"
18
19
  },
19
20
  "files": [
20
21
  "out/*",
@@ -23,7 +24,7 @@
23
24
  "author": "OpenFin",
24
25
  "dependencies": {
25
26
  "@types/node": "^20.14.2",
26
- "@openfin/core": "39.83.20",
27
+ "@openfin/core": "39.83.23",
27
28
  "lodash": "^4.17.21",
28
29
  "ws": "^7.3.0"
29
30
  }