@openfin/core 44.100.30 → 44.100.32

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.
@@ -4197,7 +4197,7 @@ declare type CpuInfo = {
4197
4197
  declare type CrashedEvent = BaseEvents.IdentityEvent & {
4198
4198
  topic: 'application';
4199
4199
  type: 'crashed';
4200
- reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure';
4200
+ reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure' | 'memory-eviction';
4201
4201
  exitCode: number;
4202
4202
  details: {
4203
4203
  reason: string;
@@ -4211,7 +4211,7 @@ declare type CrashedEvent = BaseEvents.IdentityEvent & {
4211
4211
  */
4212
4212
  declare type CrashedEvent_2 = NamedEvent & {
4213
4213
  type: 'crashed';
4214
- reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure';
4214
+ reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure' | 'memory-eviction';
4215
4215
  exitCode: number;
4216
4216
  details: {
4217
4217
  reason: string;
@@ -4197,7 +4197,7 @@ declare type CpuInfo = {
4197
4197
  declare type CrashedEvent = BaseEvents.IdentityEvent & {
4198
4198
  topic: 'application';
4199
4199
  type: 'crashed';
4200
- reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure';
4200
+ reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure' | 'memory-eviction';
4201
4201
  exitCode: number;
4202
4202
  details: {
4203
4203
  reason: string;
@@ -4211,7 +4211,7 @@ declare type CrashedEvent = BaseEvents.IdentityEvent & {
4211
4211
  */
4212
4212
  declare type CrashedEvent_2 = NamedEvent & {
4213
4213
  type: 'crashed';
4214
- reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure';
4214
+ reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure' | 'memory-eviction';
4215
4215
  exitCode: number;
4216
4216
  details: {
4217
4217
  reason: string;
@@ -4197,7 +4197,7 @@ declare type CpuInfo = {
4197
4197
  declare type CrashedEvent = BaseEvents.IdentityEvent & {
4198
4198
  topic: 'application';
4199
4199
  type: 'crashed';
4200
- reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure';
4200
+ reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure' | 'memory-eviction';
4201
4201
  exitCode: number;
4202
4202
  details: {
4203
4203
  reason: string;
@@ -4211,7 +4211,7 @@ declare type CrashedEvent = BaseEvents.IdentityEvent & {
4211
4211
  */
4212
4212
  declare type CrashedEvent_2 = NamedEvent & {
4213
4213
  type: 'crashed';
4214
- reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure';
4214
+ reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure' | 'memory-eviction';
4215
4215
  exitCode: number;
4216
4216
  details: {
4217
4217
  reason: string;
package/out/stub.d.ts CHANGED
@@ -4256,7 +4256,7 @@ declare type CpuInfo = {
4256
4256
  declare type CrashedEvent = BaseEvents.IdentityEvent & {
4257
4257
  topic: 'application';
4258
4258
  type: 'crashed';
4259
- reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure';
4259
+ reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure' | 'memory-eviction';
4260
4260
  exitCode: number;
4261
4261
  details: {
4262
4262
  reason: string;
@@ -4270,7 +4270,7 @@ declare type CrashedEvent = BaseEvents.IdentityEvent & {
4270
4270
  */
4271
4271
  declare type CrashedEvent_2 = NamedEvent & {
4272
4272
  type: 'crashed';
4273
- reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure';
4273
+ reason: 'normal-termination' | 'abnormal-termination' | 'killed' | 'crashed' | 'still-running' | 'launch-failed' | 'out-of-memory' | 'integrity-failure' | 'memory-eviction';
4274
4274
  exitCode: number;
4275
4275
  details: {
4276
4276
  reason: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "44.100.30",
3
+ "version": "44.100.32",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/stub.js",