@openfin/node-adapter 35.78.1 → 35.78.6
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/node-adapter-alpha.d.ts +666 -371
- package/out/node-adapter-beta.d.ts +666 -371
- package/out/node-adapter-public.d.ts +666 -371
- package/out/node-adapter.d.ts +704 -397
- package/out/node-adapter.js +0 -1
- package/package.json +3 -2
package/out/node-adapter.js
CHANGED
@@ -12792,7 +12792,6 @@ class Layout extends base_1$6.Base {
|
|
12792
12792
|
// don't expose
|
12793
12793
|
});
|
12794
12794
|
const client = await this.platform.getClient();
|
12795
|
-
console.log(`Layout::toConfig() called!`);
|
12796
12795
|
return client.dispatch('get-frame-snapshot', {
|
12797
12796
|
target: this.identity
|
12798
12797
|
});
|
package/package.json
CHANGED
@@ -1,16 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "@openfin/node-adapter",
|
3
|
-
"version": "35.78.
|
3
|
+
"version": "35.78.6",
|
4
4
|
"description": "See README.md",
|
5
5
|
"main": "out/node-adapter.js",
|
6
6
|
"types": "out/node-adapter.d.ts",
|
7
7
|
"module": "commonjs",
|
8
8
|
"private": false,
|
9
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
9
10
|
"scripts": {
|
10
11
|
"prebuild": "rimraf ./out",
|
11
12
|
"build": "rollup --config",
|
12
13
|
"dev": "npm run build -- --environment MODE:development",
|
13
|
-
"watch": "rollup --config --watch --environment MODE:development
|
14
|
+
"watch": "rollup --config --watch --environment MODE:development"
|
14
15
|
},
|
15
16
|
"files": [
|
16
17
|
"out/*",
|