@openfin/remote-adapter 39.83.21 → 39.83.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.
@@ -5410,7 +5410,7 @@ class WebContents extends base_1$i.EmitterBase {
5410
5410
  * bounds: {top: 10, left: 10, width: 200, height: 200}
5411
5411
  * });
5412
5412
  *
5413
- * await view.navigate('http://mdn.github.io/simple-shared-worker/index2.html');
5413
+ * await view.navigate('https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/');
5414
5414
  *
5415
5415
  * const sharedWorkers = await view.getSharedWorkers();
5416
5416
  * ```
@@ -5421,7 +5421,7 @@ class WebContents extends base_1$i.EmitterBase {
5421
5421
  * name:'child',
5422
5422
  * defaultWidth: 300,
5423
5423
  * defaultHeight: 300,
5424
- * url: 'http://mdn.github.io/simple-shared-worker/index2.html',
5424
+ * url: 'https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/',
5425
5425
  * frame: true,
5426
5426
  * autoShow: true
5427
5427
  * };
@@ -5448,7 +5448,7 @@ class WebContents extends base_1$i.EmitterBase {
5448
5448
  * bounds: {top: 10, left: 10, width: 200, height: 200}
5449
5449
  * });
5450
5450
  *
5451
- * await view.navigate('http://mdn.github.io/simple-shared-worker/index2.html');
5451
+ * await view.navigate('https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/');
5452
5452
  *
5453
5453
  * await view.inspectSharedWorker();
5454
5454
  * ```
@@ -5459,7 +5459,7 @@ class WebContents extends base_1$i.EmitterBase {
5459
5459
  * name:'child',
5460
5460
  * defaultWidth: 300,
5461
5461
  * defaultHeight: 300,
5462
- * url: 'http://mdn.github.io/simple-shared-worker/index2.html',
5462
+ * url: 'https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/',
5463
5463
  * frame: true,
5464
5464
  * autoShow: true
5465
5465
  * };
@@ -5487,7 +5487,7 @@ class WebContents extends base_1$i.EmitterBase {
5487
5487
  * bounds: {top: 10, left: 10, width: 200, height: 200}
5488
5488
  * });
5489
5489
  *
5490
- * await view.navigate('http://mdn.github.io/simple-shared-worker/index2.html');
5490
+ * await view.navigate('https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/');
5491
5491
  *
5492
5492
  * const sharedWorkers = await view.getSharedWorkers();
5493
5493
  * await view.inspectSharedWorkerById(sharedWorkers[0].id);
@@ -5499,7 +5499,7 @@ class WebContents extends base_1$i.EmitterBase {
5499
5499
  * name:'child',
5500
5500
  * defaultWidth: 300,
5501
5501
  * defaultHeight: 300,
5502
- * url: 'http://mdn.github.io/simple-shared-worker/index2.html',
5502
+ * url: 'https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/',
5503
5503
  * frame: true,
5504
5504
  * autoShow: true
5505
5505
  * };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/remote-adapter",
3
- "version": "39.83.21",
3
+ "version": "39.83.23",
4
4
  "description": "Establish intermachine runtime connections using webRTC.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,
@@ -14,11 +14,12 @@
14
14
  "build": "rollup -c --bundleConfigAsCjs",
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
  "author": "OpenFin",
20
21
  "dependencies": {
21
22
  "lodash": "^4.17.21",
22
- "@openfin/core": "39.83.21"
23
+ "@openfin/core": "39.83.23"
23
24
  }
24
25
  }