@kong-ui-public/entities-plugins 9.116.0 → 9.117.0
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/entities-plugins.es.js +6607 -6580
- package/dist/entities-plugins.umd.js +24 -24
- package/dist/style.css +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/FlowCanvas.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/FlowPanels.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node/FlowNode.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node/NodePortal.vue.d.ts +2 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node/NodePortal.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/store/flow.d.ts +6 -0
- package/dist/types/components/free-form/Datakit/flow-editor/store/flow.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/store/store.d.ts +4 -0
- package/dist/types/components/free-form/Datakit/flow-editor/store/store.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/store/useNodePortals.d.ts +7 -0
- package/dist/types/components/free-form/Datakit/flow-editor/store/useNodePortals.d.ts.map +1 -0
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-plugins",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.117.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-plugins.umd.js",
|
|
6
6
|
"module": "./dist/entities-plugins.es.js",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"vue": ">= 3.3.13 < 4",
|
|
39
39
|
"vue-router": "^4.4.5",
|
|
40
40
|
"zod": ">= 4.1.3 < 5",
|
|
41
|
-
"@kong-ui-public/
|
|
42
|
-
"@kong-ui-public/
|
|
41
|
+
"@kong-ui-public/i18n": "^2.4.4",
|
|
42
|
+
"@kong-ui-public/entities-shared": "^3.33.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@dagrejs/dagre": "^1.1.5",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"vue": "^3.5.22",
|
|
61
61
|
"vue-router": "^4.4.5",
|
|
62
62
|
"zod": "^4.1.12",
|
|
63
|
-
"@kong-ui-public/entities-shared": "^3.33.1",
|
|
64
63
|
"@kong-ui-public/i18n": "^2.4.4",
|
|
65
|
-
"@kong-ui-public/entities-vaults": "^3.26.10"
|
|
64
|
+
"@kong-ui-public/entities-vaults": "^3.26.10",
|
|
65
|
+
"@kong-ui-public/entities-shared": "^3.33.1"
|
|
66
66
|
},
|
|
67
67
|
"repository": {
|
|
68
68
|
"type": "git",
|
|
@@ -81,14 +81,14 @@
|
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"lodash-es": "^4.17.21",
|
|
83
83
|
"marked": "^14.1.4",
|
|
84
|
-
"@kong-ui-public/entities-consumers": "^4.2.17",
|
|
85
84
|
"@kong-ui-public/entities-gateway-services": "^3.13.19",
|
|
86
85
|
"@kong-ui-public/entities-consumer-groups": "^4.2.16",
|
|
86
|
+
"@kong-ui-public/entities-consumers": "^4.2.17",
|
|
87
|
+
"@kong-ui-public/entities-plugins-metadata": "^1.10.0",
|
|
87
88
|
"@kong-ui-public/entities-plugins-icon": "^1.4.3",
|
|
88
89
|
"@kong-ui-public/entities-redis-configurations": "^1.5.8",
|
|
89
|
-
"@kong-ui-public/entities-routes": "^3.16.22",
|
|
90
|
-
"@kong-ui-public/entities-plugins-metadata": "^1.10.0",
|
|
91
90
|
"@kong-ui-public/entities-vaults": "^3.26.10",
|
|
91
|
+
"@kong-ui-public/entities-routes": "^3.16.22",
|
|
92
92
|
"@kong-ui-public/forms": "^4.19.1"
|
|
93
93
|
},
|
|
94
94
|
"scripts": {
|