@openfin/core 43.100.94 → 43.100.96

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.
@@ -8813,6 +8813,9 @@ declare type Manifest = {
8813
8813
  forceLatest?: boolean;
8814
8814
  futureVersion?: string;
8815
8815
  version: string;
8816
+ policies?: {
8817
+ CloudAPAuthEnabled?: 'enabled' | 'disabled';
8818
+ };
8816
8819
  };
8817
8820
  services?: string[];
8818
8821
  shortcut?: {
@@ -8813,6 +8813,9 @@ declare type Manifest = {
8813
8813
  forceLatest?: boolean;
8814
8814
  futureVersion?: string;
8815
8815
  version: string;
8816
+ policies?: {
8817
+ CloudAPAuthEnabled?: 'enabled' | 'disabled';
8818
+ };
8816
8819
  };
8817
8820
  services?: string[];
8818
8821
  shortcut?: {
@@ -8813,6 +8813,9 @@ declare type Manifest = {
8813
8813
  forceLatest?: boolean;
8814
8814
  futureVersion?: string;
8815
8815
  version: string;
8816
+ policies?: {
8817
+ CloudAPAuthEnabled?: 'enabled' | 'disabled';
8818
+ };
8816
8819
  };
8817
8820
  services?: string[];
8818
8821
  shortcut?: {
package/out/stub.d.ts CHANGED
@@ -9122,6 +9122,9 @@ declare type Manifest = {
9122
9122
  forceLatest?: boolean;
9123
9123
  futureVersion?: string;
9124
9124
  version: string;
9125
+ policies?: {
9126
+ CloudAPAuthEnabled?: 'enabled' | 'disabled';
9127
+ };
9125
9128
  };
9126
9129
  services?: string[];
9127
9130
  shortcut?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "43.100.94",
3
+ "version": "43.100.96",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/stub.js",