@openfin/core 45.100.47 → 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.
Files changed (2) hide show
  1. package/out/stub.js +12 -17
  2. package/package.json +1 -1
package/out/stub.js CHANGED
@@ -3,7 +3,6 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var require$$0 = require('events');
6
- var require$$0$1 = require('lodash/cloneDeep');
7
6
  var require$$3 = require('lodash/isEqual');
8
7
 
9
8
  function _mergeNamespaces(n, m) {
@@ -9224,7 +9223,7 @@ var __classPrivateFieldGet$d = (commonjsGlobal && commonjsGlobal.__classPrivateF
9224
9223
  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");
9225
9224
  return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
9226
9225
  };
9227
- var __importDefault$6 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
9226
+ var __importDefault$5 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
9228
9227
  return (mod && mod.__esModule) ? mod : { "default": mod };
9229
9228
  };
9230
9229
  var _ConnectionManager_messageReceiver, _ConnectionManager_rtcConnectionManager;
@@ -9238,7 +9237,7 @@ const ice_manager_1 = iceManager;
9238
9237
  const provider_1$1 = provider;
9239
9238
  const message_receiver_1 = messageReceiver;
9240
9239
  const protocol_manager_1 = protocolManager;
9241
- const strategy_3 = __importDefault$6(strategy);
9240
+ const strategy_3 = __importDefault$5(strategy);
9242
9241
  class ConnectionManager extends base_1$j.Base {
9243
9242
  static getProtocolOptionsFromStrings(protocols) {
9244
9243
  return protocols.map((protocol) => {
@@ -13907,16 +13906,16 @@ var __classPrivateFieldGet$7 = (commonjsGlobal && commonjsGlobal.__classPrivateF
13907
13906
  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");
13908
13907
  return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
13909
13908
  };
13910
- var __importDefault$5 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
13909
+ var __importDefault$4 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
13911
13910
  return (mod && mod.__esModule) ? mod : { "default": mod };
13912
13911
  };
13913
13912
  var _InteropBroker_fdc3Info, _InteropBroker_contextGroups, _InteropBroker_providerPromise;
13914
13913
  Object.defineProperty(InteropBroker$1, "__esModule", { value: true });
13915
13914
  InteropBroker$1.InteropBroker = void 0;
13916
13915
  const base_1$6 = base;
13917
- const SessionContextGroupBroker_1 = __importDefault$5(SessionContextGroupBroker$1);
13916
+ const SessionContextGroupBroker_1 = __importDefault$4(SessionContextGroupBroker$1);
13918
13917
  const utils_1$7 = utils$3;
13919
- const isEqual_1$2 = __importDefault$5(require$$3);
13918
+ const isEqual_1$2 = __importDefault$4(require$$3);
13920
13919
  const PrivateChannelProvider_1 = PrivateChannelProvider$1;
13921
13920
  const lazy_1$1 = lazy;
13922
13921
  const defaultContextGroups = [
@@ -15415,14 +15414,14 @@ var __classPrivateFieldGet$4 = (commonjsGlobal && commonjsGlobal.__classPrivateF
15415
15414
  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");
15416
15415
  return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
15417
15416
  };
15418
- var __importDefault$4 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
15417
+ var __importDefault$3 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
15419
15418
  return (mod && mod.__esModule) ? mod : { "default": mod };
15420
15419
  };
15421
15420
  var _InteropClient_clientPromise, _InteropClient_sessionContextGroups, _InteropClient_fdc3Factory, _InteropClient_channelEvents;
15422
15421
  Object.defineProperty(InteropClient$1, "__esModule", { value: true });
15423
15422
  InteropClient$1.InteropClient = void 0;
15424
15423
  const base_1$4 = base;
15425
- const SessionContextGroupClient_1 = __importDefault$4(SessionContextGroupClient$1);
15424
+ const SessionContextGroupClient_1 = __importDefault$3(SessionContextGroupClient$1);
15426
15425
  const utils_1$5 = utils$3;
15427
15426
  const channel_events_1 = channelEvents;
15428
15427
  /**
@@ -16199,12 +16198,12 @@ var fdc3Channels2_0 = {};
16199
16198
 
16200
16199
  var fdc3Channels1_2 = {};
16201
16200
 
16202
- var __importDefault$3 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
16201
+ var __importDefault$2 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
16203
16202
  return (mod && mod.__esModule) ? mod : { "default": mod };
16204
16203
  };
16205
16204
  Object.defineProperty(fdc3Channels1_2, "__esModule", { value: true });
16206
16205
  fdc3Channels1_2.createV1Channel = void 0;
16207
- const isEqual_1$1 = __importDefault$3(require$$3);
16206
+ const isEqual_1$1 = __importDefault$2(require$$3);
16208
16207
  const createV1Channel = (sessionContextGroup) => {
16209
16208
  return {
16210
16209
  id: sessionContextGroup.id,
@@ -16483,7 +16482,7 @@ var __classPrivateFieldSet$3 = (commonjsGlobal && commonjsGlobal.__classPrivateF
16483
16482
  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");
16484
16483
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
16485
16484
  };
16486
- var __importDefault$2 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
16485
+ var __importDefault$1 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
16487
16486
  return (mod && mod.__esModule) ? mod : { "default": mod };
16488
16487
  };
16489
16488
  var _FDC3ModuleBase_producer;
@@ -16492,7 +16491,7 @@ fdc3Common.FDC3ModuleBase = void 0;
16492
16491
  const utils_1$4 = utils$2;
16493
16492
  const utils_2$1 = utils$3;
16494
16493
  const InteropClient_1$2 = InteropClient$1;
16495
- const isEqual_1 = __importDefault$2(require$$3);
16494
+ const isEqual_1 = __importDefault$1(require$$3);
16496
16495
  class FDC3ModuleBase {
16497
16496
  get client() {
16498
16497
  return __classPrivateFieldGet$3(this, _FDC3ModuleBase_producer, "f").call(this);
@@ -17286,12 +17285,8 @@ const fdc3Factory = (version, interopClient, wire) => {
17286
17285
  };
17287
17286
  fdc3ClientFactory.fdc3Factory = fdc3Factory;
17288
17287
 
17289
- var __importDefault$1 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
17290
- return (mod && mod.__esModule) ? mod : { "default": mod };
17291
- };
17292
17288
  Object.defineProperty(Factory$1, "__esModule", { value: true });
17293
17289
  Factory$1.InteropModule = void 0;
17294
- const cloneDeep_1 = __importDefault$1(require$$0$1);
17295
17290
  const inaccessibleObject_1 = inaccessibleObject;
17296
17291
  const base_1$3 = base;
17297
17292
  const InteropBroker_1 = InteropBroker$1;
@@ -17329,7 +17324,7 @@ class InteropModule extends base_1$3.Base {
17329
17324
  // Allows for manifest-level configuration, without having to override. (e.g. specifying custom context groups)
17330
17325
  const options = await this.wire.environment.getInteropInfo(this.wire.getFin());
17331
17326
  const objectThatThrows = (0, inaccessibleObject_1.createUnusableObject)(BrokerParamAccessError);
17332
- const warningOptsClone = (0, inaccessibleObject_1.createWarningObject)(BrokerParamAccessError, (0, cloneDeep_1.default)(options));
17327
+ const warningOptsClone = (0, inaccessibleObject_1.createWarningObject)(BrokerParamAccessError, structuredClone(options));
17333
17328
  const getProvider = () => {
17334
17329
  return this.fin.InterApplicationBus.Channel.create(`interop-broker-${name}`);
17335
17330
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "45.100.47",
3
+ "version": "45.100.48",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/stub.js",