@openfin/node-adapter 45.100.46 → 45.100.48
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.js +13 -18
- package/package.json +2 -2
package/out/node-adapter.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var require$$0 = require('events');
|
|
4
|
-
var require$$0$1 = require('lodash/cloneDeep');
|
|
5
4
|
var require$$3 = require('lodash/isEqual');
|
|
6
5
|
var fs = require('fs');
|
|
7
6
|
var crypto = require('crypto');
|
|
@@ -8933,7 +8932,7 @@ var __classPrivateFieldGet$d = (commonjsGlobal && commonjsGlobal.__classPrivateF
|
|
|
8933
8932
|
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
8934
8933
|
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
8935
8934
|
};
|
|
8936
|
-
var __importDefault$
|
|
8935
|
+
var __importDefault$5 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
|
|
8937
8936
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8938
8937
|
};
|
|
8939
8938
|
var _ConnectionManager_messageReceiver, _ConnectionManager_rtcConnectionManager;
|
|
@@ -8947,7 +8946,7 @@ const ice_manager_1 = iceManager;
|
|
|
8947
8946
|
const provider_1$1 = provider;
|
|
8948
8947
|
const message_receiver_1 = messageReceiver$1;
|
|
8949
8948
|
const protocol_manager_1 = protocolManager;
|
|
8950
|
-
const strategy_3 = __importDefault$
|
|
8949
|
+
const strategy_3 = __importDefault$5(strategy);
|
|
8951
8950
|
class ConnectionManager extends base_1$j.Base {
|
|
8952
8951
|
static getProtocolOptionsFromStrings(protocols) {
|
|
8953
8952
|
return protocols.map((protocol) => {
|
|
@@ -13616,16 +13615,16 @@ var __classPrivateFieldGet$7 = (commonjsGlobal && commonjsGlobal.__classPrivateF
|
|
|
13616
13615
|
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
13617
13616
|
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
13618
13617
|
};
|
|
13619
|
-
var __importDefault$
|
|
13618
|
+
var __importDefault$4 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
|
|
13620
13619
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13621
13620
|
};
|
|
13622
13621
|
var _InteropBroker_fdc3Info, _InteropBroker_contextGroups, _InteropBroker_providerPromise;
|
|
13623
13622
|
Object.defineProperty(InteropBroker$1, "__esModule", { value: true });
|
|
13624
13623
|
InteropBroker$1.InteropBroker = void 0;
|
|
13625
13624
|
const base_1$6 = base;
|
|
13626
|
-
const SessionContextGroupBroker_1 = __importDefault$
|
|
13625
|
+
const SessionContextGroupBroker_1 = __importDefault$4(SessionContextGroupBroker$1);
|
|
13627
13626
|
const utils_1$7 = utils$3;
|
|
13628
|
-
const isEqual_1$2 = __importDefault$
|
|
13627
|
+
const isEqual_1$2 = __importDefault$4(require$$3);
|
|
13629
13628
|
const PrivateChannelProvider_1 = PrivateChannelProvider$1;
|
|
13630
13629
|
const lazy_1$1 = lazy;
|
|
13631
13630
|
const defaultContextGroups = [
|
|
@@ -15124,14 +15123,14 @@ var __classPrivateFieldGet$4 = (commonjsGlobal && commonjsGlobal.__classPrivateF
|
|
|
15124
15123
|
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
15125
15124
|
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
15126
15125
|
};
|
|
15127
|
-
var __importDefault$
|
|
15126
|
+
var __importDefault$3 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
|
|
15128
15127
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15129
15128
|
};
|
|
15130
15129
|
var _InteropClient_clientPromise, _InteropClient_sessionContextGroups, _InteropClient_fdc3Factory, _InteropClient_channelEvents;
|
|
15131
15130
|
Object.defineProperty(InteropClient$1, "__esModule", { value: true });
|
|
15132
15131
|
InteropClient$1.InteropClient = void 0;
|
|
15133
15132
|
const base_1$4 = base;
|
|
15134
|
-
const SessionContextGroupClient_1 = __importDefault$
|
|
15133
|
+
const SessionContextGroupClient_1 = __importDefault$3(SessionContextGroupClient$1);
|
|
15135
15134
|
const utils_1$5 = utils$3;
|
|
15136
15135
|
const channel_events_1 = channelEvents;
|
|
15137
15136
|
/**
|
|
@@ -15908,12 +15907,12 @@ var fdc3Channels2_0 = {};
|
|
|
15908
15907
|
|
|
15909
15908
|
var fdc3Channels1_2 = {};
|
|
15910
15909
|
|
|
15911
|
-
var __importDefault$
|
|
15910
|
+
var __importDefault$2 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
|
|
15912
15911
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15913
15912
|
};
|
|
15914
15913
|
Object.defineProperty(fdc3Channels1_2, "__esModule", { value: true });
|
|
15915
15914
|
fdc3Channels1_2.createV1Channel = void 0;
|
|
15916
|
-
const isEqual_1$1 = __importDefault$
|
|
15915
|
+
const isEqual_1$1 = __importDefault$2(require$$3);
|
|
15917
15916
|
const createV1Channel = (sessionContextGroup) => {
|
|
15918
15917
|
return {
|
|
15919
15918
|
id: sessionContextGroup.id,
|
|
@@ -16192,7 +16191,7 @@ var __classPrivateFieldSet$3 = (commonjsGlobal && commonjsGlobal.__classPrivateF
|
|
|
16192
16191
|
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
16193
16192
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
16194
16193
|
};
|
|
16195
|
-
var __importDefault$
|
|
16194
|
+
var __importDefault$1 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
|
|
16196
16195
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16197
16196
|
};
|
|
16198
16197
|
var _FDC3ModuleBase_producer;
|
|
@@ -16201,7 +16200,7 @@ fdc3Common.FDC3ModuleBase = void 0;
|
|
|
16201
16200
|
const utils_1$4 = utils$2;
|
|
16202
16201
|
const utils_2$1 = utils$3;
|
|
16203
16202
|
const InteropClient_1$2 = InteropClient$1;
|
|
16204
|
-
const isEqual_1 = __importDefault$
|
|
16203
|
+
const isEqual_1 = __importDefault$1(require$$3);
|
|
16205
16204
|
class FDC3ModuleBase {
|
|
16206
16205
|
get client() {
|
|
16207
16206
|
return __classPrivateFieldGet$3(this, _FDC3ModuleBase_producer, "f").call(this);
|
|
@@ -16995,12 +16994,8 @@ const fdc3Factory = (version, interopClient, wire) => {
|
|
|
16995
16994
|
};
|
|
16996
16995
|
fdc3ClientFactory.fdc3Factory = fdc3Factory;
|
|
16997
16996
|
|
|
16998
|
-
var __importDefault$1 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
|
|
16999
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17000
|
-
};
|
|
17001
16997
|
Object.defineProperty(Factory$1, "__esModule", { value: true });
|
|
17002
16998
|
Factory$1.InteropModule = void 0;
|
|
17003
|
-
const cloneDeep_1 = __importDefault$1(require$$0$1);
|
|
17004
16999
|
const inaccessibleObject_1 = inaccessibleObject;
|
|
17005
17000
|
const base_1$3 = base;
|
|
17006
17001
|
const InteropBroker_1 = InteropBroker$1;
|
|
@@ -17038,7 +17033,7 @@ class InteropModule extends base_1$3.Base {
|
|
|
17038
17033
|
// Allows for manifest-level configuration, without having to override. (e.g. specifying custom context groups)
|
|
17039
17034
|
const options = await this.wire.environment.getInteropInfo(this.wire.getFin());
|
|
17040
17035
|
const objectThatThrows = (0, inaccessibleObject_1.createUnusableObject)(BrokerParamAccessError);
|
|
17041
|
-
const warningOptsClone = (0, inaccessibleObject_1.createWarningObject)(BrokerParamAccessError, (
|
|
17036
|
+
const warningOptsClone = (0, inaccessibleObject_1.createWarningObject)(BrokerParamAccessError, structuredClone(options));
|
|
17042
17037
|
const getProvider = () => {
|
|
17043
17038
|
return this.fin.InterApplicationBus.Channel.create(`interop-broker-${name}`);
|
|
17044
17039
|
};
|
|
@@ -18425,7 +18420,7 @@ class NodeEnvironment extends BaseEnvironment_1 {
|
|
|
18425
18420
|
};
|
|
18426
18421
|
}
|
|
18427
18422
|
getAdapterVersionSync() {
|
|
18428
|
-
return "45.100.
|
|
18423
|
+
return "45.100.48";
|
|
18429
18424
|
}
|
|
18430
18425
|
observeBounds(element, onChange) {
|
|
18431
18426
|
throw new Error('Method not implemented.');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfin/node-adapter",
|
|
3
|
-
"version": "45.100.
|
|
3
|
+
"version": "45.100.48",
|
|
4
4
|
"description": "See README.md",
|
|
5
5
|
"main": "out/node-adapter.js",
|
|
6
6
|
"types": "out/node-adapter.d.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"lodash": "^4.17.21",
|
|
21
21
|
"ws": "^7.5.10",
|
|
22
22
|
"tslib": "2.8.1",
|
|
23
|
-
"@openfin/core": "45.100.
|
|
23
|
+
"@openfin/core": "45.100.48"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"prebuild": "rimraf ./out",
|