@finsemble/finsemble-core 7.3.0-beta.1 → 7.3.2

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.
@@ -123,8 +123,8 @@
123
123
  }
124
124
  },
125
125
  "system": {
126
- "FSBLVersion": "7.3.0-beta.1",
127
- "gitHash": "cda3b92df894d3d6c51abc06c4179b0de3777d4b",
126
+ "FSBLVersion": "7.3.2",
127
+ "gitHash": "4a69b766e477d1c8926bae7039b4972fa4431b56",
128
128
  "finsembleLibraryPath": "$moduleRoot/FSBL.js",
129
129
  "premiumRoot": "$moduleRoot",
130
130
  "addFSBLWrappers": false,
@@ -149,7 +149,7 @@
149
149
  "stage": "microkernel",
150
150
  "dependencies": ["initializeSystemStateHandersTask"]
151
151
  },
152
- "spawnAs": "window",
152
+ "spawnAs": "process",
153
153
  "frame": true,
154
154
  "window": {
155
155
  "defaultWidth": 1400,
@@ -3479,50 +3479,6 @@
3479
3479
  "services": {
3480
3480
  "description": "(PRIVATE) The set of service configurations. These are defined internally for Finsemble and can be overridden by equivalent entries in servicesConfig.",
3481
3481
  "type": "object",
3482
- "properties": {
3483
- "workspaceService": {
3484
- "description": "(PRIVATE)",
3485
- "$ref": "#/definitions/service"
3486
- },
3487
- "storageService": {
3488
- "description": "(PRIVATE)",
3489
- "$ref": "#/definitions/service"
3490
- },
3491
- "linkerService": {
3492
- "description": "(PRIVATE)",
3493
- "$ref": "#/definitions/service"
3494
- },
3495
- "searchService": {
3496
- "description": "(PRIVATE)",
3497
- "$ref": "#/definitions/service"
3498
- },
3499
- "windowService": {
3500
- "description": "(PRIVATE)",
3501
- "$ref": "#/definitions/service"
3502
- },
3503
- "authenticationService": {
3504
- "description": "(PRIVATE)",
3505
- "$ref": "#/definitions/service"
3506
- },
3507
- "assimilationService": {
3508
- "description": "(PRIVATE)",
3509
- "$ref": "#/definitions/service"
3510
- },
3511
- "hotkeysService": {
3512
- "description": "(PRIVATE)",
3513
- "$ref": "#/definitions/service"
3514
- }
3515
- },
3516
- "required": [
3517
- "workspaceService",
3518
- "storageService",
3519
- "linkerService",
3520
- "searchService",
3521
- "windowService",
3522
- "authenticationService",
3523
- "assimilationService",
3524
- "hotkeysService"
3525
- ],
3526
3482
  "additionalProperties": {
3527
3483
  "$ref": "#/definitions/service"
3528
3484
  }
@@ -4100,7 +4056,6 @@
4100
4056
  },
4101
4057
  "spawnAs": {
4102
4058
  "type": "string",
4103
- "default": "window",
4104
4059
  "description": "Valid values are:<br/> \"window\" - Spawns the service as a child window of the Service Manager.<br/> \"process\" - Spawns the service in its own browser process (a.k.a. application). This gives the service dedicated CPU to maximize concurrency.<br/> \"script\" - Spawns the service as a script running in the Service Manager window. This minimizes memory footprint. This setting can only be used with the following services: assimilation, storage, hotkeys, linker, search and workspace.<br />",
4105
4060
  "enum": ["window", "process", "script"]
4106
4061
  },
@@ -123,8 +123,8 @@
123
123
  }
124
124
  },
125
125
  "system": {
126
- "FSBLVersion": "7.3.0-beta.1",
127
- "gitHash": "cda3b92df894d3d6c51abc06c4179b0de3777d4b",
126
+ "FSBLVersion": "7.3.2",
127
+ "gitHash": "4a69b766e477d1c8926bae7039b4972fa4431b56",
128
128
  "finsembleLibraryPath": "$moduleRoot/FSBL.js",
129
129
  "premiumRoot": "$moduleRoot",
130
130
  "addFSBLWrappers": false,
@@ -149,7 +149,7 @@
149
149
  "stage": "microkernel",
150
150
  "dependencies": ["initializeSystemStateHandersTask"]
151
151
  },
152
- "spawnAs": "window",
152
+ "spawnAs": "process",
153
153
  "frame": true,
154
154
  "window": {
155
155
  "defaultWidth": 1400,
@@ -3479,50 +3479,6 @@
3479
3479
  "services": {
3480
3480
  "description": "(PRIVATE) The set of service configurations. These are defined internally for Finsemble and can be overridden by equivalent entries in servicesConfig.",
3481
3481
  "type": "object",
3482
- "properties": {
3483
- "workspaceService": {
3484
- "description": "(PRIVATE)",
3485
- "$ref": "#/definitions/service"
3486
- },
3487
- "storageService": {
3488
- "description": "(PRIVATE)",
3489
- "$ref": "#/definitions/service"
3490
- },
3491
- "linkerService": {
3492
- "description": "(PRIVATE)",
3493
- "$ref": "#/definitions/service"
3494
- },
3495
- "searchService": {
3496
- "description": "(PRIVATE)",
3497
- "$ref": "#/definitions/service"
3498
- },
3499
- "windowService": {
3500
- "description": "(PRIVATE)",
3501
- "$ref": "#/definitions/service"
3502
- },
3503
- "authenticationService": {
3504
- "description": "(PRIVATE)",
3505
- "$ref": "#/definitions/service"
3506
- },
3507
- "assimilationService": {
3508
- "description": "(PRIVATE)",
3509
- "$ref": "#/definitions/service"
3510
- },
3511
- "hotkeysService": {
3512
- "description": "(PRIVATE)",
3513
- "$ref": "#/definitions/service"
3514
- }
3515
- },
3516
- "required": [
3517
- "workspaceService",
3518
- "storageService",
3519
- "linkerService",
3520
- "searchService",
3521
- "windowService",
3522
- "authenticationService",
3523
- "assimilationService",
3524
- "hotkeysService"
3525
- ],
3526
3482
  "additionalProperties": {
3527
3483
  "$ref": "#/definitions/service"
3528
3484
  }
@@ -4100,7 +4056,6 @@
4100
4056
  },
4101
4057
  "spawnAs": {
4102
4058
  "type": "string",
4103
- "default": "window",
4104
4059
  "description": "Valid values are:<br/> \"window\" - Spawns the service as a child window of the Service Manager.<br/> \"process\" - Spawns the service in its own browser process (a.k.a. application). This gives the service dedicated CPU to maximize concurrency.<br/> \"script\" - Spawns the service as a script running in the Service Manager window. This minimizes memory footprint. This setting can only be used with the following services: assimilation, storage, hotkeys, linker, search and workspace.<br />",
4105
4060
  "enum": ["window", "process", "script"]
4106
4061
  },