@kong-ui-public/entities-consumer-credentials 3.3.5 → 3.3.7

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.
@@ -143,9 +143,9 @@ export default function useI18n(): {
143
143
  };
144
144
  };
145
145
  }>;
146
- i18nT: import("vue").DefineComponent<{
146
+ i18nT: import("@vue/runtime-core").DefineComponent<{
147
147
  i18n: {
148
- type: import("vue").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
148
+ type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
149
149
  credentials: {
150
150
  title: string;
151
151
  list: {
@@ -299,9 +299,9 @@ export default function useI18n(): {
299
299
  type: StringConstructor;
300
300
  default: string;
301
301
  };
302
- }, () => import("vue").VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
302
+ }, () => import("@vue/runtime-core").VNodeChild, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
303
303
  i18n: {
304
- type: import("vue").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
304
+ type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
305
305
  credentials: {
306
306
  title: string;
307
307
  list: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-consumer-credentials",
3
- "version": "3.3.5",
3
+ "version": "3.3.7",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-consumer-credentials.umd.js",
6
6
  "module": "./dist/entities-consumer-credentials.es.js",
@@ -26,17 +26,17 @@
26
26
  "axios": "^1.6.8",
27
27
  "vue": ">= 3.3.13 < 4",
28
28
  "vue-router": "^4.3.3",
29
- "@kong-ui-public/entities-shared": "^3.8.4",
30
- "@kong-ui-public/i18n": "^2.2.2"
29
+ "@kong-ui-public/i18n": "^2.2.2",
30
+ "@kong-ui-public/entities-shared": "^3.8.6"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@kong/design-tokens": "1.17.2",
34
34
  "@kong/icons": "^1.15.1",
35
35
  "@kong/kongponents": "9.5.5",
36
36
  "axios": "^1.6.8",
37
- "vue": "^3.4.31",
37
+ "vue": "^3.4.38",
38
38
  "vue-router": "^4.4.3",
39
- "@kong-ui-public/entities-shared": "^3.8.4",
39
+ "@kong-ui-public/entities-shared": "^3.8.6",
40
40
  "@kong-ui-public/i18n": "^2.2.2"
41
41
  },
42
42
  "repository": {