@cuemath/web-utils 1.1.20 → 1.1.21

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.
@@ -139,11 +139,11 @@ exports.EXPERIMENTS = [
139
139
  return [
140
140
  {
141
141
  id: index_1.VARIANTS.VARIANT_D,
142
- weight: 75,
142
+ weight: 50,
143
143
  },
144
144
  {
145
145
  id: index_1.VARIANTS.VARIANT_F,
146
- weight: 25,
146
+ weight: 50,
147
147
  },
148
148
  ];
149
149
  }
@@ -136,11 +136,11 @@ export const EXPERIMENTS = [
136
136
  return [
137
137
  {
138
138
  id: VARIANTS.VARIANT_D,
139
- weight: 75,
139
+ weight: 50,
140
140
  },
141
141
  {
142
142
  id: VARIANTS.VARIANT_F,
143
- weight: 25,
143
+ weight: 50,
144
144
  },
145
145
  ];
146
146
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/web-utils",
3
- "version": "1.1.20",
3
+ "version": "1.1.21",
4
4
  "description": "Shared web utils package",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",