northdata-viz 1.239.10 → 1.241.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 +3 -3
- package/viz.min.js +2 -2
- package/viz.min.js.map +1 -1
package/package.json
CHANGED
package/viz.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! northdata-viz V1.
|
|
1
|
+
/*! northdata-viz V1.241.10 */
|
|
2
2
|
/******/ var __webpack_modules__ = ({
|
|
3
3
|
|
|
4
4
|
/***/ 100:
|
|
@@ -471,8 +471,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
471
471
|
});
|
|
472
472
|
|
|
473
473
|
;// ./src/ts/env.ts
|
|
474
|
-
var VERSION = "1.
|
|
475
|
-
var VERSION_PREFIX = (/* unused pure expression or super */ null && ("/ui/v1-
|
|
474
|
+
var VERSION = "1.241.10";
|
|
475
|
+
var VERSION_PREFIX = (/* unused pure expression or super */ null && ("/ui/v1-241-10"));
|
|
476
476
|
|
|
477
477
|
;// ./src/ts/util/params.ts
|
|
478
478
|
function clone(object) {
|