@kiva/kv-shop 3.7.85 → 3.7.86

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.
@@ -17,6 +17,7 @@ const p = a`
17
17
  matchRatio
18
18
  matchingText
19
19
  simultaneousMatching {
20
+ managedAccountId
20
21
  displayName
21
22
  ratio
22
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-shop",
3
- "version": "3.7.85",
3
+ "version": "3.7.86",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -34,7 +34,7 @@
34
34
  "devDependencies": {
35
35
  "@apollo/client": "^3.13.1",
36
36
  "@kiva/kv-analytics": "^1.3.1",
37
- "@kiva/kv-components": "^8.16.1",
37
+ "@kiva/kv-components": "^8.17.0",
38
38
  "@kiva/vite-plugin-vue-lib-css": "^2.0.0",
39
39
  "@types/braintree-web-drop-in": "^1.39.3",
40
40
  "@types/jest": "^29.5.14",
@@ -63,5 +63,5 @@
63
63
  "numeral": "2.x",
64
64
  "vue": "3.x"
65
65
  },
66
- "gitHead": "53a3bbfe1d8defe4d0b0079d0eda2d272d1488ea"
66
+ "gitHead": "c00bb6f8ab55a188247b085df65b8b7bbe79c3e4"
67
67
  }