@stock-in-the-channel/sinch-vue-components 0.0.313 → 0.0.314

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
@@ -24938,7 +24938,7 @@ const Yt = sy, d$ = { class: "text-center q-ma-xl spinner-overlay" }, f$ = { cla
24938
24938
  distributorName: T.distributorName,
24939
24939
  distributorId: T.distributorId,
24940
24940
  margin: c.enabledDistributorIds.some((M) => M == T.distributorId) && T.rrp && T.rrp > 0 && T.clientPrice && T.clientPrice > 0 ? Math.round((T.rrp - T.clientPrice) * 100 / T.rrp) / 100 : null
24941
- }))), I && I.sku && (a.value = await g(I.sku));
24941
+ }))), I && I.sku && (a.value = await g(I.sku)), document.title = r.value.title ? `${r.value.title} | Cloud in the Channel` : "Product Details | Cloud in the Channel";
24942
24942
  } catch (O) {
24943
24943
  console.error(O);
24944
24944
  } finally {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stock-in-the-channel/sinch-vue-components",
3
- "version": "0.0.313",
3
+ "version": "0.0.314",
4
4
  "files": [
5
5
  "dist"
6
6
  ],