@openfin/fdc3-api 36.78.18 → 36.78.21

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/fdc3-api.js +3 -8
  2. package/package.json +5 -5
package/out/fdc3-api.js CHANGED
@@ -349,7 +349,7 @@ var utils$1 = {};
349
349
  }
350
350
  };
351
351
  };
352
- exports.wrapIntentHandler = wrapIntentHandler;
352
+ exports.wrapIntentHandler = wrapIntentHandler;
353
353
  } (utils$1));
354
354
 
355
355
  var PrivateChannelClient$1 = {};
@@ -678,7 +678,7 @@ PrivateChannelClient$1.PrivateChannelClient = PrivateChannelClient;
678
678
  }
679
679
  return { ...intentResolutionInfoFromBroker, getResult };
680
680
  };
681
- exports.getIntentResolution = getIntentResolution;
681
+ exports.getIntentResolution = getIntentResolution;
682
682
  } (utils$2));
683
683
 
684
684
  var InteropClient$1 = {};
@@ -2149,17 +2149,12 @@ exports.Fdc3Module2 = fdc32_0.Fdc3Module2 = Fdc3Module2;
2149
2149
  window.dispatchEvent(new CustomEvent('fdc3Ready'));
2150
2150
  return fdc3;
2151
2151
  }
2152
- exports.getFdc3 = getFdc3;
2152
+ exports.getFdc3 = getFdc3;
2153
2153
  } (fdc3));
2154
2154
 
2155
- var versions = {};
2156
-
2157
- Object.defineProperty(versions, "__esModule", { value: true });
2158
-
2159
2155
  async function fdc3FromFin(fin, version) {
2160
2156
  // @ts-expect-error
2161
2157
  return fdc3.getFdc3(fin.wire, version);
2162
2158
  }
2163
2159
 
2164
- exports.Fdc3Version = versions.Fdc3Version;
2165
2160
  exports.fdc3FromFin = fdc3FromFin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "36.78.18",
3
+ "version": "36.78.21",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.MD",
6
6
  "private": false,
@@ -19,10 +19,10 @@
19
19
  "author": "OpenFin",
20
20
  "devDependencies": {
21
21
  "@openfin/core-ci-tools": "0.0.1",
22
- "@rollup/plugin-commonjs": "24.0.1",
23
- "@rollup/plugin-node-resolve": "^13.0.0",
24
- "@rollup/plugin-typescript": "^10.0.1",
25
- "rollup": "^3.9.1",
22
+ "@rollup/plugin-commonjs": "25.0.2",
23
+ "@rollup/plugin-node-resolve": "15.1.0",
24
+ "@rollup/plugin-typescript": "11.1.1",
25
+ "rollup": "3.24.1",
26
26
  "typescript": "4.9.5"
27
27
  },
28
28
  "dependencies": {