@openfin/core 35.78.1 → 35.78.5

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/out/mock.js CHANGED
@@ -13012,7 +13012,6 @@ class Layout extends base_1$6.Base {
13012
13012
  // don't expose
13013
13013
  });
13014
13014
  const client = await this.platform.getClient();
13015
- console.log(`Layout::toConfig() called!`);
13016
13015
  return client.dispatch('get-frame-snapshot', {
13017
13016
  target: this.identity
13018
13017
  });
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "35.78.1",
3
+ "version": "35.78.5",
4
4
  "description": "The core renderer entry point of OpenFin",
5
- "license": "SEE LICENSE IN LICENSE.MD",
5
+ "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/mock.js",
7
7
  "types": "out/mock.d.ts",
8
8
  "private": false,