@kong-ui-public/entities-data-plane-nodes 0.3.107 → 0.3.109

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.
@@ -1,7 +1,7 @@
1
1
  var ne = Object.defineProperty;
2
2
  var oe = (n, e, t) => e in n ? ne(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
3
3
  var N = (n, e, t) => oe(n, typeof e != "symbol" ? e + "" : e, t);
4
- import { computed as p, toValue as D, ref as L, watch as ae, defineComponent as O, resolveComponent as x, openBlock as g, createElementBlock as $, createElementVNode as i, toDisplayString as d, unref as l, createBlock as k, Fragment as j, createTextVNode as A, createCommentVNode as q, withCtx as w, createVNode as B, resolveDynamicComponent as Q, mergeModels as le, useModel as se, renderList as re } from "vue";
4
+ import { computed as p, toValue as D, ref as L, watch as ae, defineComponent as O, resolveComponent as x, createElementBlock as $, openBlock as g, createElementVNode as i, toDisplayString as d, createBlock as k, unref as l, Fragment as j, createCommentVNode as q, createTextVNode as A, withCtx as w, createVNode as B, resolveDynamicComponent as Q, mergeModels as le, useModel as se, renderList as re } from "vue";
5
5
  import { createI18n as ie, i18nTComponent as ce } from "@kong-ui-public/i18n";
6
6
  import { useErrors as ue } from "@kong-ui-public/entities-shared";
7
7
  import { EqualIcon as de, ProgressIcon as ge, ClearIcon as ve, CheckCircleIcon as me } from "@kong/icons";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-data-plane-nodes",
3
- "version": "0.3.107",
3
+ "version": "0.3.109",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-data-plane-nodes.umd.js",
6
6
  "module": "./dist/entities-data-plane-nodes.es.js",
@@ -23,10 +23,10 @@
23
23
  "peerDependencies": {
24
24
  "@kong/icons": "^1.31.0",
25
25
  "@kong/kongponents": "9.34.2",
26
- "axios": "^1.7.7",
26
+ "axios": "^1.11.0",
27
27
  "vue": ">= 3.3.13 < 4",
28
28
  "vue-router": "^4.4.5",
29
- "@kong-ui-public/entities-shared": "^3.26.1",
29
+ "@kong-ui-public/entities-shared": "^3.26.3",
30
30
  "@kong-ui-public/i18n": "^2.3.2"
31
31
  },
32
32
  "devDependencies": {
@@ -36,7 +36,7 @@
36
36
  "axios": "^1.7.7",
37
37
  "vue": "^3.5.13",
38
38
  "vue-router": "^4.4.5",
39
- "@kong-ui-public/entities-shared": "^3.26.1",
39
+ "@kong-ui-public/entities-shared": "^3.26.3",
40
40
  "@kong-ui-public/i18n": "^2.3.2"
41
41
  },
42
42
  "repository": {