@stock-in-the-channel/sinch-vue-components 0.0.350 → 0.0.351

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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -39878,7 +39878,7 @@ const xR = { class: "text-h6" }, IR = { class: "q-mb-md" }, OR = { class: "q-mt-
39878
39878
  if (Q && Q.lines && s.value?.lines)
39879
39879
  for (let V = 0; V < s.value.lines.length; V++) {
39880
39880
  const ce = s.value.lines[V], K = Q.lines[V];
39881
- (ce.quantity != K.quantity || ce.isMainSubscription) && (F += `<li>${ce.name} - ${i("From")} ${K.quantity} ${i("To")} ${ce.quantity}</li>`);
39881
+ (ce.quantity != K.quantity || ce.isMainSubscription) && (F += `<li>${ce.name}: ${i("From")} ${K.quantity} ${i("To")} ${ce.quantity}</li>`);
39882
39882
  }
39883
39883
  a.dialog({
39884
39884
  title: i("UpdateSubscription"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stock-in-the-channel/sinch-vue-components",
3
- "version": "0.0.350",
3
+ "version": "0.0.351",
4
4
  "files": [
5
5
  "dist"
6
6
  ],