@inditextech/weave-store-standalone 1.1.3 → 1.2.1

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
@@ -452,7 +452,7 @@ declare class WeaveStagePanningPlugin extends WeavePlugin {
452
452
  protected previousPointer: string | null;
453
453
  protected currentPointer: Konva.Vector2d | null;
454
454
  protected stageScrollInterval: NodeJS.Timeout | undefined;
455
- protected targetScrollIntervals: Record<string, NodeJS.Timeout | undefined>;
455
+ protected panEdgeTargets: Record<string, Konva.Node | undefined>;
456
456
  getLayerName: undefined;
457
457
  initLayer: undefined;
458
458
  onRender: undefined;
package/dist/server.d.ts CHANGED
@@ -452,7 +452,7 @@ declare class WeaveStagePanningPlugin extends WeavePlugin {
452
452
  protected previousPointer: string | null;
453
453
  protected currentPointer: Konva.Vector2d | null;
454
454
  protected stageScrollInterval: NodeJS.Timeout | undefined;
455
- protected targetScrollIntervals: Record<string, NodeJS.Timeout | undefined>;
455
+ protected panEdgeTargets: Record<string, Konva.Node | undefined>;
456
456
  getLayerName: undefined;
457
457
  initLayer: undefined;
458
458
  onRender: undefined;
package/package.json CHANGED
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "name": "@inditextech/weave-store-standalone",
3
- "version": "1.1.3",
3
+ "version": "1.2.1",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Jesus Manuel Piñeiro Cid <jesusmpc@inditex.com>",
7
7
  "homepage": "https://inditextech.github.io/weavejs",
8
- "repository": "github:InditexTech/weavejs",
8
+ "repository": {
9
+ "url": "git+https://github.com/InditexTech/weavejs.git"
10
+ },
9
11
  "maintainers": [
10
12
  {
11
13
  "name": "Jesus Manuel Piñeiro Cid",
@@ -45,13 +47,14 @@
45
47
  "release:prepare": "npm run verify",
46
48
  "test": "vitest --passWithNoTests --coverage --watch=false",
47
49
  "types:check": "tsc --noEmit",
50
+ "unpublish": "npm unpublish --force",
48
51
  "verify": "npm run lint && npm run test && npm run build",
49
52
  "version:development": "npm version $(npm version minor)-SNAPSHOT",
50
53
  "version:release": "npm version $RELEASE_VERSION -m \"[npm-scripts] prepare release $RELEASE_VERSION\" --tag-version-prefix \"\""
51
54
  },
52
55
  "dependencies": {
53
- "@inditextech/weave-types": "1.1.3",
54
- "@inditextech/weave-sdk": "1.1.3",
56
+ "@inditextech/weave-types": "1.2.1",
57
+ "@inditextech/weave-sdk": "1.2.1",
55
58
  "@syncedstore/core": "0.6.0"
56
59
  },
57
60
  "devDependencies": {