@cuemath/web-utils 1.1.16-beta.linkan.0 → 1.1.17

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.
@@ -163,11 +163,11 @@ exports.EXPERIMENTS = [
163
163
  return [
164
164
  {
165
165
  id: index_1.VARIANTS.VARIANT_C,
166
- weight: 75,
166
+ weight: 50,
167
167
  },
168
168
  {
169
169
  id: index_1.VARIANTS.VARIANT_F,
170
- weight: 25,
170
+ weight: 50,
171
171
  },
172
172
  ];
173
173
  }
@@ -160,11 +160,11 @@ export const EXPERIMENTS = [
160
160
  return [
161
161
  {
162
162
  id: VARIANTS.VARIANT_C,
163
- weight: 75,
163
+ weight: 50,
164
164
  },
165
165
  {
166
166
  id: VARIANTS.VARIANT_F,
167
- weight: 25,
167
+ weight: 50,
168
168
  },
169
169
  ];
170
170
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/web-utils",
3
- "version": "1.1.16-beta.linkan.0",
3
+ "version": "1.1.17",
4
4
  "description": "Shared web utils package",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",