@knotx/plugins-connection-line 0.0.6 → 0.0.8

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/index.cjs CHANGED
@@ -6,7 +6,6 @@ const decorators = require('@knotx/decorators');
6
6
  const interact = require('interactjs');
7
7
  const lodashEs = require('lodash-es');
8
8
  const rxjs = require('rxjs');
9
- require('@knotx/plugins-selection');
10
9
 
11
10
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e.default : e; }
12
11
 
package/dist/index.mjs CHANGED
@@ -4,7 +4,6 @@ import { inject, register, layer, edgeOperator, OnInit, OnDestroy } from '@knotx
4
4
  import interact from 'interactjs';
5
5
  import { merge } from 'lodash-es';
6
6
  import { BehaviorSubject } from 'rxjs';
7
- import '@knotx/plugins-selection';
8
7
 
9
8
  var __create = Object.create;
10
9
  var __defProp = Object.defineProperty;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knotx/plugins-connection-line",
3
3
  "type": "module",
4
- "version": "0.0.6",
4
+ "version": "0.0.8",
5
5
  "description": "Connectionline Plugin for Knotx",
6
6
  "author": "boenfu",
7
7
  "license": "MIT",
@@ -33,14 +33,14 @@
33
33
  "@interactjs/core": "^1.10.27",
34
34
  "@interactjs/modifiers": "^1.10.27",
35
35
  "@interactjs/types": "^1.10.27",
36
- "interactjs": "^1.10.27"
36
+ "interactjs": "^1.10.27",
37
+ "@knotx/plugins-selection": "0.0.8"
37
38
  },
38
39
  "dependencies": {
39
40
  "lodash-es": "^4.17.21",
40
41
  "rxjs": "^7.8.1",
41
- "@knotx/core": "0.0.5",
42
- "@knotx/decorators": "0.0.5",
43
- "@knotx/plugins-selection": "0.0.6"
42
+ "@knotx/core": "0.0.6",
43
+ "@knotx/decorators": "0.0.6"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@interactjs/actions": "^1.10.27",
@@ -49,10 +49,11 @@
49
49
  "@interactjs/types": "^1.10.27",
50
50
  "@types/lodash-es": "^4.17.12",
51
51
  "interactjs": "^1.10.27",
52
- "@knotx/build-config": "0.0.5",
53
- "@knotx/eslint-config": "0.0.5",
54
- "@knotx/jsx": "0.0.5",
55
- "@knotx/typescript-config": "0.0.5"
52
+ "@knotx/build-config": "0.0.6",
53
+ "@knotx/eslint-config": "0.0.6",
54
+ "@knotx/jsx": "0.0.6",
55
+ "@knotx/plugins-selection": "0.0.8",
56
+ "@knotx/typescript-config": "0.0.6"
56
57
  },
57
58
  "scripts": {
58
59
  "build": "unbuild --failOnWarn=false",