@finsemble/finsemble-ui 8.0.0 → 8.0.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.
@@ -156,7 +156,7 @@ export class FinsembleDesktopAgent {
156
156
  // It's possible to close this gap now by not dispatching "fdc3Ready" until FSBLVersion is set, but doing that properly requires a change to the fdc3 preload and
157
157
  // then breaks existing apps that don't wait as defined in 1.2 spec.
158
158
  if (__classPrivateFieldGet(this, _FinsembleDesktopAgent_FSBLVersion, "f") == Uninitialized) {
159
- __classPrivateFieldSet(this, _FinsembleDesktopAgent_FSBLVersion, "6.6.0", "f");
159
+ __classPrivateFieldSet(this, _FinsembleDesktopAgent_FSBLVersion, "8.0.2", "f");
160
160
  }
161
161
  const { err, data: FSBLVersion } = await ConfigClient.getValue({ field: "finsemble.system.FSBLVersion" });
162
162
  if (!err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finsemble/finsemble-ui",
3
- "version": "8.0.0",
3
+ "version": "8.0.2",
4
4
  "description": "This library has been deprecated and is being maintained for long term support. Finsemble's UI components can now be imported directly from @finsemble/finsemble-core. See https://documentation.finsemble.com/tutorial-UIComponents.html",
5
5
  "files": [
6
6
  "*.ts",