@openfin/fdc3-api 42.100.83 → 42.100.84

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.
@@ -4526,10 +4526,7 @@ declare type DomainApiSettings = {
4526
4526
  * @interface
4527
4527
  * Defines application settings that vary by the domain of the current context.
4528
4528
  *
4529
- * @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
4530
- * domain should be represented with a single rule.
4531
- *
4532
- * Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4529
+ * @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4533
4530
  * their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
4534
4531
  * exists.
4535
4532
  */
@@ -4526,10 +4526,7 @@ declare type DomainApiSettings = {
4526
4526
  * @interface
4527
4527
  * Defines application settings that vary by the domain of the current context.
4528
4528
  *
4529
- * @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
4530
- * domain should be represented with a single rule.
4531
- *
4532
- * Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4529
+ * @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4533
4530
  * their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
4534
4531
  * exists.
4535
4532
  */
@@ -4526,10 +4526,7 @@ declare type DomainApiSettings = {
4526
4526
  * @interface
4527
4527
  * Defines application settings that vary by the domain of the current context.
4528
4528
  *
4529
- * @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
4530
- * domain should be represented with a single rule.
4531
- *
4532
- * Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4529
+ * @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4533
4530
  * their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
4534
4531
  * exists.
4535
4532
  */
package/out/fdc3-api.d.ts CHANGED
@@ -4585,10 +4585,7 @@ declare type DomainApiSettings = {
4585
4585
  * @interface
4586
4586
  * Defines application settings that vary by the domain of the current context.
4587
4587
  *
4588
- * @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
4589
- * domain should be represented with a single rule.
4590
- *
4591
- * Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4588
+ * @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4592
4589
  * their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
4593
4590
  * exists.
4594
4591
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "42.100.83",
3
+ "version": "42.100.84",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,