@cuemath/web-utils 1.0.50-beta.1 → 1.0.51

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.
@@ -157,7 +157,7 @@ exports.EXPERIMENTS = [
157
157
  if (country_1.INDIAN_COUNTRIES.includes(countryCode)) {
158
158
  return [
159
159
  {
160
- id: index_1.VARIANTS.VARIANT_B,
160
+ id: index_1.VARIANTS.VARIANT_C,
161
161
  weight: 25,
162
162
  },
163
163
  {
@@ -154,7 +154,7 @@ export const EXPERIMENTS = [
154
154
  if (INDIAN_COUNTRIES.includes(countryCode)) {
155
155
  return [
156
156
  {
157
- id: VARIANTS.VARIANT_B,
157
+ id: VARIANTS.VARIANT_C,
158
158
  weight: 25,
159
159
  },
160
160
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/web-utils",
3
- "version": "1.0.50-beta.1",
3
+ "version": "1.0.51",
4
4
  "description": "Shared web utils package",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",