@cuemath/web-utils 1.1.6 → 1.1.7

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.
@@ -131,11 +131,11 @@ exports.EXPERIMENTS = [
131
131
  return [
132
132
  {
133
133
  id: index_1.VARIANTS.VARIANT_D,
134
- weight: 50,
134
+ weight: 75,
135
135
  },
136
136
  {
137
- id: index_1.VARIANTS.VARIANT_E,
138
- weight: 50,
137
+ id: index_1.VARIANTS.VARIANT_F,
138
+ weight: 25,
139
139
  },
140
140
  ];
141
141
  }
@@ -128,11 +128,11 @@ export const EXPERIMENTS = [
128
128
  return [
129
129
  {
130
130
  id: VARIANTS.VARIANT_D,
131
- weight: 50,
131
+ weight: 75,
132
132
  },
133
133
  {
134
- id: VARIANTS.VARIANT_E,
135
- weight: 50,
134
+ id: VARIANTS.VARIANT_F,
135
+ weight: 25,
136
136
  },
137
137
  ];
138
138
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/web-utils",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "Shared web utils package",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",