@kortexya/nodus 0.1.3 → 0.1.4

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.
@@ -8696,16 +8696,16 @@ var lc = class extends B {
8696
8696
  "geoReady"
8697
8697
  ]), js() && (this.L = Ms("L") || Ms("leaflet"), this.L && qs(this.L)), this._modules.graph.createNodeAttribute({
8698
8698
  name: "geo.prevLat",
8699
- storage: "float"
8699
+ storage: "float64"
8700
8700
  }, !0), this._modules.graph.createNodeAttribute({
8701
8701
  name: Cs,
8702
- storage: "float"
8702
+ storage: "float64"
8703
8703
  }, !0), this._modules.graph.createNodeAttribute({
8704
8704
  name: bs,
8705
- storage: "float"
8705
+ storage: "float64"
8706
8706
  }, !0), this._modules.graph.createNodeAttribute({
8707
8707
  name: xs,
8708
- storage: "float"
8708
+ storage: "float64"
8709
8709
  }, !0), this._modules.events.register(["beforeGeoCameraMove"]), this._modules.events.on("addNodes", (e) => {
8710
8710
  e.virtual || this._refreshOrAddNodes(e.nodes, !0);
8711
8711
  }).on("updateNodeData", (e) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kortexya/nodus",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Nodus — a high-performance graph visualization engine (WebGL/WebGPU/Canvas/SVG).",
5
5
  "homepage": "https://kortexya.com",
6
6
  "author": "Kortexya <david.loiret@kortexya.com>",