@thefittingroom/shop-ui 5.0.21 → 5.0.22

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.js +6 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -45977,9 +45977,9 @@ const SHARED_CONFIG = {
45977
45977
  appGooglePlayUrl: "https://play.google.com/store/apps/details?id=com.thefittingroom.marketplace"
45978
45978
  },
45979
45979
  build: {
45980
- version: `${"5.0.21"}`,
45981
- commitHash: `${"569efc2"}`,
45982
- date: `${"2026-05-16T22:11:51.951Z"}`
45980
+ version: `${"5.0.22"}`,
45981
+ commitHash: `${"8a06d35"}`,
45982
+ date: `${"2026-05-17T15:31:13.958Z"}`
45983
45983
  }
45984
45984
  };
45985
45985
  const CONFIGS = {
@@ -46053,14 +46053,14 @@ const CONFIGS = {
46053
46053
  measurementId: "G-B7GDQ1Y9LL"
46054
46054
  },
46055
46055
  api: {
46056
- baseUrl: "https://minecraftbadapple.com/api",
46056
+ baseUrl: "https://demo.thefittingroom.xyz/api",
46057
46057
  vtoTimeoutMs: 12e4
46058
46058
  },
46059
46059
  asset: {
46060
- baseUrl: "http://minecraftbadapple.com/s3/tfr-assets-dev/shop-sdk/assets/v5"
46060
+ baseUrl: "http://demo.thefittingroom.xyz/s3/tfr-assets-dev/shop-sdk/assets/v5"
46061
46061
  },
46062
46062
  frames: {
46063
- baseUrl: "http://minecraftbadapple.com/s3/tfr-assets-dev"
46063
+ baseUrl: "http://demo.thefittingroom.xyz/s3/tfr-assets-dev"
46064
46064
  },
46065
46065
  features: {
46066
46066
  vtoPrefetch: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thefittingroom/shop-ui",
3
- "version": "5.0.21",
3
+ "version": "5.0.22",
4
4
  "description": "the fitting room UI library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",