@kong-ui-public/analytics-config-store 1.0.3 → 1.0.4-pr.2274.ca7777244.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.
@@ -1,4 +1,4 @@
1
- import { ref as g, inject as m, computed as s, defineComponent as A, unref as a, renderSlot as f, createCommentVNode as q } from "vue";
1
+ import { ref as g, inject as m, computed as s, defineComponent as A, renderSlot as f, createCommentVNode as q, unref as a } from "vue";
2
2
  import { defineStore as E, storeToRefs as h } from "pinia";
3
3
  const _ = 2592e6, R = 2, T = 2e3, C = 10, P = "analytics-query-provider", S = E("analytics-config", () => {
4
4
  const t = g(null), r = m(P);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/analytics-config-store",
3
- "version": "1.0.3",
3
+ "version": "1.0.4-pr.2274.ca7777244.0",
4
4
  "type": "module",
5
5
  "main": "./dist/vitals-config-store.umd.js",
6
6
  "module": "./dist/vitals-config-store.es.js",
@@ -23,7 +23,7 @@
23
23
  "devDependencies": {
24
24
  "pinia": ">= 2.1.7 < 3",
25
25
  "vue": "^3.5.13",
26
- "@kong-ui-public/analytics-utilities": "^10.0.0"
26
+ "@kong-ui-public/analytics-utilities": "^10.0.1-pr.2274.ca7777244.0"
27
27
  },
28
28
  "repository": {
29
29
  "type": "git",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "peerDependencies": {
46
46
  "pinia": ">= 2.1.7 < 3",
47
- "vue": ">= 3.4.21 < 4"
47
+ "vue": "^3.5.13"
48
48
  },
49
49
  "scripts": {
50
50
  "dev": "cross-env USE_SANDBOX=true vite",