@cuemath/web-utils 1.1.0 → 1.1.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.
@@ -175,11 +175,11 @@ exports.EXPERIMENTS = [
175
175
  return [
176
176
  {
177
177
  id: index_1.VARIANTS.VARIANT_C,
178
- weight: 30,
178
+ weight: 50,
179
179
  },
180
180
  {
181
181
  id: index_1.VARIANTS.CONTROL_VARIANT,
182
- weight: 70,
182
+ weight: 50,
183
183
  },
184
184
  ];
185
185
  }
@@ -172,11 +172,11 @@ export const EXPERIMENTS = [
172
172
  return [
173
173
  {
174
174
  id: VARIANTS.VARIANT_C,
175
- weight: 30,
175
+ weight: 50,
176
176
  },
177
177
  {
178
178
  id: VARIANTS.CONTROL_VARIANT,
179
- weight: 70,
179
+ weight: 50,
180
180
  },
181
181
  ];
182
182
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/web-utils",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Shared web utils package",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",