@finsemble/finsemble-core 8.14.5-beta.1 → 8.14.6-beta.1

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.
Files changed (28) hide show
  1. package/configs/schemas/finsemble.schema.json +5 -0
  2. package/dist/cli/platform/services/Interop/types.d.ts +1 -0
  3. package/dist/cli/platform/services/Interop/types.d.ts.map +1 -1
  4. package/dist/cli/platform/services/Interop/types.js.map +1 -1
  5. package/dist/cli/platform/services/window/types.d.ts +1 -0
  6. package/dist/cli/platform/services/window/types.d.ts.map +1 -1
  7. package/dist/cli/platform/services/window/types.js.map +1 -1
  8. package/dist/cli/tsconfig.cli.tsbuildinfo +1 -1
  9. package/dist/configs/schemas/finsemble.schema.json +5 -0
  10. package/dist/lib/platform/services/Interop/types.d.ts +1 -0
  11. package/dist/lib/platform/services/Interop/types.d.ts.map +1 -1
  12. package/dist/lib/platform/services/Interop/types.js.map +1 -1
  13. package/dist/lib/platform/services/window/types.d.ts +1 -0
  14. package/dist/lib/platform/services/window/types.d.ts.map +1 -1
  15. package/dist/lib/platform/services/window/types.js.map +1 -1
  16. package/dist/lib/tsconfig.lib.tsbuildinfo +1 -1
  17. package/dist/lib/tsconfig.noglobals.tsbuildinfo +1 -1
  18. package/dist/platform/configs/core/config.json +2 -2
  19. package/dist/platform/configs/schemas/finsemble.schema.json +5 -0
  20. package/dist/platform/services/Interop/InteropServiceUI.js +1 -1
  21. package/dist/platform/services/assimilation/assimilationService.js +1 -1
  22. package/dist/platform/services/assimilation/assimilationService.js.map +1 -1
  23. package/dist/platform/services/router/routerService.js +1 -1
  24. package/dist/platform/services/window/windowServiceUI.js +1 -1
  25. package/dist/platform/services/workspace/workspaceService.js.map +1 -1
  26. package/package.json +2 -2
  27. package/types/platform/services/Interop/types.d.ts +1 -0
  28. package/types/platform/services/window/types.d.ts +1 -0
@@ -139,8 +139,8 @@
139
139
  }
140
140
  },
141
141
  "system": {
142
- "FSBLVersion": "8.14.5-beta.1",
143
- "gitHash": "0605da52740479c5827119d5885eafd4ca510d44",
142
+ "FSBLVersion": "8.14.6-beta.1",
143
+ "gitHash": "04c7b4caf320a90c958a6b5572ac0a7bb17eb454",
144
144
  "finsembleLibraryPath": "$moduleRoot/FSBL.js",
145
145
  "premiumRoot": "$moduleRoot",
146
146
  "addFSBLWrappers": false,
@@ -3876,6 +3876,11 @@
3876
3876
  "type": "boolean",
3877
3877
  "default": false,
3878
3878
  "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."
3879
+ },
3880
+ "persistArguments": {
3881
+ "type": "boolean",
3882
+ "default": true,
3883
+ "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."
3879
3884
  }
3880
3885
  }
3881
3886
  },