@finsemble/finsemble-core 7.3.1 → 7.3.4

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.1",
127
- "gitHash": "6ff3f27fd7d3a25c06561cbcb564811d233ddb87",
126
+ "FSBLVersion": "7.3.4",
127
+ "gitHash": "c617a9790ea4ab581cd7cb0c4f67f94fa83df012",
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,
@@ -4056,7 +4056,6 @@
4056
4056
  },
4057
4057
  "spawnAs": {
4058
4058
  "type": "string",
4059
- "default": "window",
4060
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 />",
4061
4060
  "enum": ["window", "process", "script"]
4062
4061
  },
@@ -123,8 +123,8 @@
123
123
  }
124
124
  },
125
125
  "system": {
126
- "FSBLVersion": "7.3.1",
127
- "gitHash": "6ff3f27fd7d3a25c06561cbcb564811d233ddb87",
126
+ "FSBLVersion": "7.3.4",
127
+ "gitHash": "c617a9790ea4ab581cd7cb0c4f67f94fa83df012",
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,
@@ -4056,7 +4056,6 @@
4056
4056
  },
4057
4057
  "spawnAs": {
4058
4058
  "type": "string",
4059
- "default": "window",
4060
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 />",
4061
4060
  "enum": ["window", "process", "script"]
4062
4061
  },