northdata-viz 1.313.10 → 1.314.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 +1 -1
- package/viz.esm.js +4 -3
- package/viz.esm.js.map +1 -1
- package/viz.min.js +2 -2
package/package.json
CHANGED
package/viz.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! northdata-viz V1.
|
|
1
|
+
/*! northdata-viz V1.314.10 */
|
|
2
2
|
/******/ var __webpack_modules__ = ({
|
|
3
3
|
|
|
4
4
|
/***/ 100:
|
|
@@ -461,10 +461,11 @@ module.exports = debounce;
|
|
|
461
461
|
/******/ })();
|
|
462
462
|
/******/
|
|
463
463
|
/************************************************************************/
|
|
464
|
+
var __webpack_exports__ = {};
|
|
464
465
|
|
|
465
466
|
;// ./src/ts/env.ts
|
|
466
|
-
var VERSION = "1.
|
|
467
|
-
var VERSION_PREFIX = (/* unused pure expression or super */ null && ("/ui/v1-
|
|
467
|
+
var VERSION = "1.314.10";
|
|
468
|
+
var VERSION_PREFIX = (/* unused pure expression or super */ null && ("/ui/v1-314-10"));
|
|
468
469
|
|
|
469
470
|
;// ./src/ts/util/params.ts
|
|
470
471
|
function clone(object) {
|