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