@kong-ui-public/analytics-metric-provider 10.0.0 → 10.0.1

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.
@@ -78,7 +78,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
78
78
  type: BooleanConstructor;
79
79
  default: boolean;
80
80
  };
81
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
81
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
82
82
  title: {
83
83
  type: StringConstructor;
84
84
  required: false;
@@ -226,7 +226,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
226
226
  type: BooleanConstructor;
227
227
  default: boolean;
228
228
  };
229
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
229
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
230
230
  title: {
231
231
  type: StringConstructor;
232
232
  required: false;
@@ -343,7 +343,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
343
343
  type: BooleanConstructor;
344
344
  default: boolean;
345
345
  };
346
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
346
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
347
347
  title: {
348
348
  type: StringConstructor;
349
349
  required: false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/analytics-metric-provider",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "type": "module",
5
5
  "main": "./dist/vitals-metric-provider.umd.js",
6
6
  "module": "./dist/vitals-metric-provider.es.js",
@@ -32,7 +32,7 @@
32
32
  "extends": "../../../package.json"
33
33
  },
34
34
  "dependencies": {
35
- "@kong/icons": "^1.33.2",
35
+ "@kong/icons": "^1.36.0",
36
36
  "approximate-number": "^2.1.1",
37
37
  "axios": "^1.7.7",
38
38
  "swrv": "^1.1.0",
@@ -41,16 +41,16 @@
41
41
  "peerDependencies": {
42
42
  "@kong/kongponents": "^9.38.8",
43
43
  "@kong-ui-public/analytics-config-store": "^1.1.7",
44
- "@kong-ui-public/i18n": "^2.4.4",
45
- "@kong-ui-public/analytics-utilities": "^11.1.0"
44
+ "@kong-ui-public/analytics-utilities": "^11.1.0",
45
+ "@kong-ui-public/i18n": "^2.4.4"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@kong/design-tokens": "1.18.0",
49
49
  "@kong/kongponents": "9.38.8",
50
50
  "pinia": ">= 2.1.7 < 3",
51
+ "@kong-ui-public/analytics-config-store": "^1.1.7",
51
52
  "@kong-ui-public/analytics-utilities": "^11.1.0",
52
- "@kong-ui-public/i18n": "^2.4.4",
53
- "@kong-ui-public/analytics-config-store": "^1.1.7"
53
+ "@kong-ui-public/i18n": "^2.4.4"
54
54
  },
55
55
  "scripts": {
56
56
  "dev": "cross-env USE_SANDBOX=true vite",