@thefittingroom/shop-ui 4.2.0 → 4.2.1

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.
package/dist/index.js CHANGED
@@ -22221,7 +22221,7 @@ const initFittingRoom = async ({
22221
22221
  const tfr = new FittingRoomController(
22222
22222
  env,
22223
22223
  shopId,
22224
- externalID,
22224
+ String(externalID),
22225
22225
  noCacheOnRetry,
22226
22226
  modalDivId,
22227
22227
  sizeRecMainDivId,
@@ -22225,7 +22225,7 @@ This typically indicates that your device does not have a healthy Internet conne
22225
22225
  const tfr = new FittingRoomController(
22226
22226
  env,
22227
22227
  shopId,
22228
- externalID,
22228
+ String(externalID),
22229
22229
  noCacheOnRetry,
22230
22230
  modalDivId,
22231
22231
  sizeRecMainDivId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thefittingroom/shop-ui",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "the fitting room UI library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",