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