@knotx/plugins-minimap 0.4.13 → 0.4.15
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/README.en.md +0 -4
- package/README.md +0 -4
- package/package.json +11 -16
package/README.en.md
CHANGED
|
@@ -27,10 +27,6 @@ The core implementation principles of the Minimap plugin:
|
|
|
27
27
|
- `@knotx/core`: Provides base plugin architecture
|
|
28
28
|
- `@knotx/decorators`: Provides decorator support
|
|
29
29
|
- `interactjs`: Provides interaction functionality
|
|
30
|
-
- `@interactjs/actions`: InteractJS action modules
|
|
31
|
-
- `@interactjs/core`: InteractJS core module
|
|
32
|
-
- `@interactjs/modifiers`: InteractJS modifier modules
|
|
33
|
-
- `@interactjs/types`: InteractJS type definitions
|
|
34
30
|
- `rxjs`: Provides reactive programming support
|
|
35
31
|
|
|
36
32
|
### Plugin Dependencies
|
package/README.md
CHANGED
|
@@ -27,10 +27,6 @@ Minimap 插件的核心实现原理:
|
|
|
27
27
|
- `@knotx/core`:提供基础插件架构
|
|
28
28
|
- `@knotx/decorators`:提供装饰器支持
|
|
29
29
|
- `interactjs`:提供交互功能
|
|
30
|
-
- `@interactjs/actions`:InteractJS 动作模块
|
|
31
|
-
- `@interactjs/core`:InteractJS 核心模块
|
|
32
|
-
- `@interactjs/modifiers`:InteractJS 修饰器模块
|
|
33
|
-
- `@interactjs/types`:InteractJS 类型定义
|
|
34
30
|
- `rxjs`:提供响应式编程支持
|
|
35
31
|
|
|
36
32
|
### 插件依赖
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knotx/plugins-minimap",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.15",
|
|
4
4
|
"description": "Minimap Plugin for Knotx",
|
|
5
5
|
"author": "boenfu",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,26 +28,21 @@
|
|
|
28
28
|
"dist"
|
|
29
29
|
],
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"
|
|
32
|
-
"@knotx/
|
|
33
|
-
"@knotx/plugins-canvas": "0.4.13"
|
|
31
|
+
"@knotx/jsx": "0.4.15",
|
|
32
|
+
"@knotx/plugins-canvas": "0.4.15"
|
|
34
33
|
},
|
|
35
34
|
"dependencies": {
|
|
36
|
-
"
|
|
37
|
-
"@interactjs/core": "^1.10.27",
|
|
38
|
-
"@interactjs/modifiers": "^1.10.27",
|
|
39
|
-
"@interactjs/types": "^1.10.27",
|
|
35
|
+
"interactjs": "^1.10.27",
|
|
40
36
|
"rxjs": "^7.8.1",
|
|
41
|
-
"@knotx/core": "0.4.
|
|
42
|
-
"@knotx/decorators": "0.4.
|
|
37
|
+
"@knotx/core": "0.4.15",
|
|
38
|
+
"@knotx/decorators": "0.4.15"
|
|
43
39
|
},
|
|
44
40
|
"devDependencies": {
|
|
45
|
-
"
|
|
46
|
-
"@knotx/
|
|
47
|
-
"@knotx/
|
|
48
|
-
"@knotx/
|
|
49
|
-
"@knotx/
|
|
50
|
-
"@knotx/typescript-config": "0.4.13"
|
|
41
|
+
"@knotx/build-config": "0.4.15",
|
|
42
|
+
"@knotx/eslint-config": "0.4.15",
|
|
43
|
+
"@knotx/jsx": "0.4.15",
|
|
44
|
+
"@knotx/plugins-canvas": "0.4.15",
|
|
45
|
+
"@knotx/typescript-config": "0.4.15"
|
|
51
46
|
},
|
|
52
47
|
"scripts": {
|
|
53
48
|
"build": "unbuild",
|