@cuemath/web-utils 1.0.47 → 1.0.48-beta.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.
@@ -177,7 +177,7 @@ exports.EXPERIMENTS = [
177
177
  if (country_1.US_COUNTRIES.includes(countryCode)) {
178
178
  return [
179
179
  {
180
- id: index_1.VARIANTS.VARIANT_B,
180
+ id: index_1.VARIANTS.VARIANT_C,
181
181
  weight: 30,
182
182
  },
183
183
  {
@@ -174,7 +174,7 @@ export const EXPERIMENTS = [
174
174
  if (US_COUNTRIES.includes(countryCode)) {
175
175
  return [
176
176
  {
177
- id: VARIANTS.VARIANT_B,
177
+ id: VARIANTS.VARIANT_C,
178
178
  weight: 30,
179
179
  },
180
180
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/web-utils",
3
- "version": "1.0.47",
3
+ "version": "1.0.48-beta.1",
4
4
  "description": "Shared web utils package",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",