@shushed/helpers 0.0.211 → 0.0.212

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.
@@ -130,7 +130,7 @@ class CentraHelper extends env_1.default {
130
130
  return `${this.getCacheKeyForCentraWarehouses()}_${warehouseExternalId}`;
131
131
  }
132
132
  getCacheKeyForCentraPricelists() {
133
- return `centra_${this.shaToken}_pricelist_external_id`;
133
+ return `centra_${this.shaToken}_pricelists_external_id`;
134
134
  }
135
135
  getCacheKeyForCentraPricelist(pricelistExternalId) {
136
136
  return `${this.getCacheKeyForCentraPricelists()}_${pricelistExternalId}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shushed/helpers",
3
- "version": "0.0.211",
3
+ "version": "0.0.212",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",