northdata-viz 1.243.10 → 1.245.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "northdata-viz",
3
- "version": "1.243.10",
3
+ "version": "1.245.10",
4
4
  "description": "North Data Widget API",
5
5
  "main": "viz.min.js",
6
6
  "module": "viz.esm.js",
package/viz.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! northdata-viz V1.243.10 */
1
+ /*! northdata-viz V1.245.10 */
2
2
  /******/ var __webpack_modules__ = ({
3
3
 
4
4
  /***/ 100:
@@ -461,18 +461,10 @@ module.exports = debounce;
461
461
  /******/ })();
462
462
  /******/
463
463
  /************************************************************************/
464
- var __webpack_exports__ = {};
465
-
466
- // EXPORTS
467
- __webpack_require__.d(__webpack_exports__, {
468
- x0: () => (/* binding */ viz_esm_Widget),
469
- n_: () => (/* binding */ initialize),
470
- rE: () => (/* binding */ version)
471
- });
472
464
 
473
465
  ;// ./src/ts/env.ts
474
- var VERSION = "1.243.10";
475
- var VERSION_PREFIX = (/* unused pure expression or super */ null && ("/ui/v1-243-10"));
466
+ var VERSION = "1.245.10";
467
+ var VERSION_PREFIX = (/* unused pure expression or super */ null && ("/ui/v1-245-10"));
476
468
 
477
469
  ;// ./src/ts/util/params.ts
478
470
  function clone(object) {
@@ -10651,9 +10643,6 @@ var viz_esm_Widget = Bizq.Widget;
10651
10643
  var initialize = Bizq.initialize;
10652
10644
  var version = Bizq.version;
10653
10645
 
10654
- var __webpack_exports__Widget = __webpack_exports__.x0;
10655
- var __webpack_exports__initialize = __webpack_exports__.n_;
10656
- var __webpack_exports__version = __webpack_exports__.rE;
10657
- export { __webpack_exports__Widget as Widget, __webpack_exports__initialize as initialize, __webpack_exports__version as version };
10646
+ export { viz_esm_Widget as Widget, initialize, version };
10658
10647
 
10659
10648
  //# sourceMappingURL=viz.esm.js.map