@openfin/core 40.105.1 → 40.105.3

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.
@@ -4500,10 +4500,7 @@ declare type DomainApiSettings = {
4500
4500
  * @interface
4501
4501
  * Defines application settings that vary by the domain of the current context.
4502
4502
  *
4503
- * @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
4504
- * domain should be represented with a single rule.
4505
- *
4506
- * Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4503
+ * @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4507
4504
  * their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
4508
4505
  * exists.
4509
4506
  */
@@ -4500,10 +4500,7 @@ declare type DomainApiSettings = {
4500
4500
  * @interface
4501
4501
  * Defines application settings that vary by the domain of the current context.
4502
4502
  *
4503
- * @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
4504
- * domain should be represented with a single rule.
4505
- *
4506
- * Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4503
+ * @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4507
4504
  * their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
4508
4505
  * exists.
4509
4506
  */
@@ -4500,10 +4500,7 @@ declare type DomainApiSettings = {
4500
4500
  * @interface
4501
4501
  * Defines application settings that vary by the domain of the current context.
4502
4502
  *
4503
- * @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
4504
- * domain should be represented with a single rule.
4505
- *
4506
- * Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4503
+ * @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4507
4504
  * their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
4508
4505
  * exists.
4509
4506
  */
package/out/stub.d.ts CHANGED
@@ -4559,10 +4559,7 @@ declare type DomainApiSettings = {
4559
4559
  * @interface
4560
4560
  * Defines application settings that vary by the domain of the current context.
4561
4561
  *
4562
- * @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
4563
- * domain should be represented with a single rule.
4564
- *
4565
- * Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4562
+ * @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4566
4563
  * their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
4567
4564
  * exists.
4568
4565
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "40.105.1",
3
+ "version": "40.105.3",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/stub.js",