@inditextech/weave-store-standalone 1.0.3 → 1.0.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.
package/dist/client.d.ts CHANGED
@@ -10,7 +10,7 @@ import * as konva_lib_Node11 from "konva/lib/Node";
10
10
  import { KonvaEventObject } from "konva/lib/Node";
11
11
  import { Stage, StageConfig } from "konva/lib/Stage";
12
12
  import { TransformerConfig } from "konva/lib/shapes/Transformer";
13
- import * as konva_lib_types6 from "konva/lib/types";
13
+ import * as konva_lib_types5 from "konva/lib/types";
14
14
  import "konva/lib/Group";
15
15
  import "konva/lib/Layer";
16
16
 
@@ -664,7 +664,7 @@ declare class WeaveStagePanningPlugin extends WeavePlugin {
664
664
  getNodesEdgeSnappingPlugin(): WeaveNodesEdgeSnappingPlugin | undefined;
665
665
  getNodesDistanceSnappingPlugin(): WeaveNodesDistanceSnappingPlugin | undefined;
666
666
  getStageGridPlugin(): WeaveStageGridPlugin | undefined;
667
- getCurrentPointer(): konva_lib_types6.Vector2d | null;
667
+ getCurrentPointer(): konva_lib_types5.Vector2d | null;
668
668
  cleanupEdgeMoveIntervals(): void;
669
669
  enable(): void;
670
670
  disable(): void;
package/dist/server.d.ts CHANGED
@@ -10,7 +10,7 @@ import * as konva_lib_Node11 from "konva/lib/Node";
10
10
  import { KonvaEventObject } from "konva/lib/Node";
11
11
  import { Stage, StageConfig } from "konva/lib/Stage";
12
12
  import { TransformerConfig } from "konva/lib/shapes/Transformer";
13
- import * as konva_lib_types6 from "konva/lib/types";
13
+ import * as konva_lib_types5 from "konva/lib/types";
14
14
  import "konva/lib/Group";
15
15
  import "konva/lib/Layer";
16
16
 
@@ -664,7 +664,7 @@ declare class WeaveStagePanningPlugin extends WeavePlugin {
664
664
  getNodesEdgeSnappingPlugin(): WeaveNodesEdgeSnappingPlugin | undefined;
665
665
  getNodesDistanceSnappingPlugin(): WeaveNodesDistanceSnappingPlugin | undefined;
666
666
  getStageGridPlugin(): WeaveStageGridPlugin | undefined;
667
- getCurrentPointer(): konva_lib_types6.Vector2d | null;
667
+ getCurrentPointer(): konva_lib_types5.Vector2d | null;
668
668
  cleanupEdgeMoveIntervals(): void;
669
669
  enable(): void;
670
670
  disable(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inditextech/weave-store-standalone",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Jesus Manuel Piñeiro Cid <jesusmpc@inditex.com>",
@@ -53,7 +53,7 @@
53
53
  "@syncedstore/core": "0.6.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@inditextech/weave-sdk": "1.0.3",
56
+ "@inditextech/weave-sdk": "1.0.4",
57
57
  "@types/lodash.debounce": "^4.0.9",
58
58
  "@types/node": "^22.15.3",
59
59
  "@typescript-eslint/eslint-plugin": "8.26.0",