@cuemath/web-utils 1.2.38 → 1.2.39

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.
@@ -89,8 +89,8 @@ exports.EXPERIMENTS = [
89
89
  return [{ id: index_1.VARIANTS.CONTROL_VARIANT, weight: 100 }];
90
90
  }
91
91
  return [
92
- { id: index_1.VARIANTS.CONTROL_VARIANT, weight: 80 },
93
- { id: index_1.VARIANTS.VARIANT_B, weight: 20 }, // Tutor Hiring Tool
92
+ { id: index_1.VARIANTS.CONTROL_VARIANT, weight: 50 },
93
+ { id: index_1.VARIANTS.VARIANT_B, weight: 50 }, // Tutor Hiring Tool
94
94
  ];
95
95
  },
96
96
  },
@@ -86,8 +86,8 @@ export const EXPERIMENTS = [
86
86
  return [{ id: VARIANTS.CONTROL_VARIANT, weight: 100 }];
87
87
  }
88
88
  return [
89
- { id: VARIANTS.CONTROL_VARIANT, weight: 80 },
90
- { id: VARIANTS.VARIANT_B, weight: 20 }, // Tutor Hiring Tool
89
+ { id: VARIANTS.CONTROL_VARIANT, weight: 50 },
90
+ { id: VARIANTS.VARIANT_B, weight: 50 }, // Tutor Hiring Tool
91
91
  ];
92
92
  },
93
93
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/web-utils",
3
- "version": "1.2.38",
3
+ "version": "1.2.39",
4
4
  "description": "Shared web utils package",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",