@finsemble/finsemble-core 9.7.2-iocd.2 → 9.7.2-iocd.3
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.
- package/configs/schemas/finsemble.schema.json +5 -0
- package/dist/cli/platform/services/Interop/types.d.ts +1 -0
- package/dist/cli/platform/services/Interop/types.d.ts.map +1 -1
- package/dist/cli/platform/services/Interop/types.js.map +1 -1
- package/dist/cli/platform/services/window/types.d.ts +1 -0
- package/dist/cli/platform/services/window/types.d.ts.map +1 -1
- package/dist/cli/platform/services/window/types.js.map +1 -1
- package/dist/cli/tsconfig.cli.tsbuildinfo +1 -1
- package/dist/configs/schemas/finsemble.schema.json +5 -0
- package/dist/lib/platform/services/Interop/types.d.ts +1 -0
- package/dist/lib/platform/services/Interop/types.d.ts.map +1 -1
- package/dist/lib/platform/services/Interop/types.js.map +1 -1
- package/dist/lib/platform/services/window/types.d.ts +1 -0
- package/dist/lib/platform/services/window/types.d.ts.map +1 -1
- package/dist/lib/platform/services/window/types.js.map +1 -1
- package/dist/lib/tsconfig.lib.tsbuildinfo +1 -1
- package/dist/lib/tsconfig.noglobals.tsbuildinfo +1 -1
- package/dist/platform/configs/core/config.json +2 -2
- package/dist/platform/configs/schemas/finsemble.schema.json +5 -0
- package/dist/platform/services/Interop/InteropServiceUI.js +1 -1
- package/dist/platform/services/assimilation/assimilationService.js +1 -1
- package/dist/platform/services/assimilation/assimilationService.js.map +1 -1
- package/dist/platform/services/router/routerService.js +1 -1
- package/dist/platform/services/window/windowServiceUI.js +1 -1
- package/dist/platform/services/workspace/workspaceService.js.map +1 -1
- package/package.json +3 -3
- package/types/platform/services/Interop/types.d.ts +1 -0
- package/types/platform/services/window/types.d.ts +1 -0
|
@@ -139,8 +139,8 @@
|
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
"system": {
|
|
142
|
-
"FSBLVersion": "9.7.2-iocd.
|
|
143
|
-
"gitHash": "
|
|
142
|
+
"FSBLVersion": "9.7.2-iocd.3",
|
|
143
|
+
"gitHash": "c3a45196454d3fc6e03241ae1ffd03a0335cda7a",
|
|
144
144
|
"finsembleLibraryPath": "$moduleRoot/FSBL.js",
|
|
145
145
|
"premiumRoot": "$moduleRoot",
|
|
146
146
|
"addFSBLWrappers": false,
|
|
@@ -3893,6 +3893,11 @@
|
|
|
3893
3893
|
"type": "boolean",
|
|
3894
3894
|
"default": false,
|
|
3895
3895
|
"description": "When true, the application automatically persists its path through restarts and workspace reloads, even when the path changes in the config. Path is used for \"native\" (aka \"assimilation\") windows."
|
|
3896
|
+
},
|
|
3897
|
+
"persistArguments": {
|
|
3898
|
+
"type": "boolean",
|
|
3899
|
+
"default": true,
|
|
3900
|
+
"description": "When false, the application does not automatically persist its arguments through restarts and workspace reloads, even when the arguments change in the config. Arguments are used for \"native\" (aka \"assimilation\") windows."
|
|
3896
3901
|
}
|
|
3897
3902
|
}
|
|
3898
3903
|
},
|