@openfin/fdc3-api 42.100.43 → 42.100.48

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.
@@ -10410,6 +10410,9 @@ declare type PerDomainSettings = {
10410
10410
  * {@inheritdoc DomainSettingsPreloadScripts}
10411
10411
  */
10412
10412
  preloadScripts?: DomainSettingsPreloadScripts;
10413
+ /**
10414
+ * @experimental These features are still under development and may change.
10415
+ */
10413
10416
  contentProtection?: {
10414
10417
  /**
10415
10418
  * {@inheritdoc ScreenCaptureBehavior}
@@ -10410,6 +10410,9 @@ declare type PerDomainSettings = {
10410
10410
  * {@inheritdoc DomainSettingsPreloadScripts}
10411
10411
  */
10412
10412
  preloadScripts?: DomainSettingsPreloadScripts;
10413
+ /**
10414
+ * @experimental These features are still under development and may change.
10415
+ */
10413
10416
  contentProtection?: {
10414
10417
  /**
10415
10418
  * {@inheritdoc ScreenCaptureBehavior}
@@ -10410,6 +10410,9 @@ declare type PerDomainSettings = {
10410
10410
  * {@inheritdoc DomainSettingsPreloadScripts}
10411
10411
  */
10412
10412
  preloadScripts?: DomainSettingsPreloadScripts;
10413
+ /**
10414
+ * @experimental These features are still under development and may change.
10415
+ */
10413
10416
  contentProtection?: {
10414
10417
  /**
10415
10418
  * {@inheritdoc ScreenCaptureBehavior}
package/out/fdc3-api.d.ts CHANGED
@@ -10728,6 +10728,9 @@ declare type PerDomainSettings = {
10728
10728
  * {@inheritdoc DomainSettingsPreloadScripts}
10729
10729
  */
10730
10730
  preloadScripts?: DomainSettingsPreloadScripts;
10731
+ /**
10732
+ * @experimental These features are still under development and may change.
10733
+ */
10731
10734
  contentProtection?: {
10732
10735
  /**
10733
10736
  * {@inheritdoc ScreenCaptureBehavior}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "42.100.43",
3
+ "version": "42.100.48",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,