@kong-ui-public/analytics-metric-provider 9.0.1-pr.2264.ed832cbaf.0 → 9.0.2

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,4 +1,4 @@
1
- import { ref as H, watchEffect as Me, computed as h, getCurrentInstance as xe, reactive as qe, onMounted as Ue, onUnmounted as ze, watch as Ke, isReadonly as Pe, toRefs as $e, defineComponent as Q, inject as _e, toRef as X, provide as Be, renderSlot as Ie, resolveComponent as Ae, openBlock as T, createElementBlock as _, normalizeClass as U, createElementVNode as M, unref as E, createBlock as N, resolveDynamicComponent as re, createCommentVNode as V, withCtx as ye, createTextVNode as De, toDisplayString as w, createVNode as K, Fragment as he, renderList as Xe, mergeProps as Ge, normalizeProps as je, guardReactiveProps as He } from "vue";
1
+ import { ref as H, watchEffect as Me, computed as h, getCurrentInstance as xe, reactive as qe, onMounted as Ue, onUnmounted as ze, watch as Ke, isReadonly as Pe, toRefs as $e, defineComponent as Q, inject as _e, toRef as X, provide as Be, renderSlot as Ie, resolveComponent as Ae, createElementBlock as _, openBlock as T, normalizeClass as U, createElementVNode as M, createCommentVNode as V, createBlock as N, unref as E, resolveDynamicComponent as re, withCtx as ye, createTextVNode as De, toDisplayString as w, createVNode as K, Fragment as he, renderList as Xe, mergeProps as Ge, normalizeProps as je, guardReactiveProps as He } from "vue";
2
2
  import { stripUnknownFilters as Ye, TimeframeKeys as se, queryableExploreDimensions as Qe, TimePeriods as be, DeltaQueryTime as We, UnaryQueryTime as Je } from "@kong-ui-public/analytics-utilities";
3
3
  import { createI18n as Ze, i18nTComponent as er } from "@kong-ui-public/i18n";
4
4
  import "axios";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/analytics-metric-provider",
3
- "version": "9.0.1-pr.2264.ed832cbaf.0",
3
+ "version": "9.0.2",
4
4
  "type": "module",
5
5
  "main": "./dist/vitals-metric-provider.umd.js",
6
6
  "module": "./dist/vitals-metric-provider.es.js",
@@ -36,21 +36,21 @@
36
36
  "approximate-number": "^2.1.1",
37
37
  "axios": "^1.7.7",
38
38
  "swrv": "^1.0.4",
39
- "@kong-ui-public/core": "^1.10.9"
39
+ "@kong-ui-public/core": "^1.10.11"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@kong/kongponents": "^9.34.2",
43
- "@kong-ui-public/analytics-config-store": "^1.0.4-pr.2264.ed832cbaf.0",
44
- "@kong-ui-public/analytics-utilities": "^10.0.1-pr.2264.ed832cbaf.0",
45
- "@kong-ui-public/i18n": "^2.3.2"
43
+ "@kong-ui-public/analytics-utilities": "^10.0.0",
44
+ "@kong-ui-public/i18n": "^2.3.2",
45
+ "@kong-ui-public/analytics-config-store": "^1.0.3"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@kong/design-tokens": "1.17.4",
49
49
  "@kong/kongponents": "9.34.2",
50
50
  "pinia": ">= 2.1.7 < 3",
51
- "@kong-ui-public/analytics-utilities": "^10.0.1-pr.2264.ed832cbaf.0",
52
- "@kong-ui-public/i18n": "^2.3.2",
53
- "@kong-ui-public/analytics-config-store": "^1.0.4-pr.2264.ed832cbaf.0"
51
+ "@kong-ui-public/analytics-config-store": "^1.0.3",
52
+ "@kong-ui-public/analytics-utilities": "^10.0.0",
53
+ "@kong-ui-public/i18n": "^2.3.2"
54
54
  },
55
55
  "scripts": {
56
56
  "dev": "cross-env USE_SANDBOX=true vite",