@uniformdev/canvas 20.36.1 → 20.36.2-alpha.90
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.
- package/dist/index.esm.js +2 -1
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +5 -5
package/dist/index.esm.js
CHANGED
@@ -3308,7 +3308,8 @@ function mapSlotToTestVariations(slot) {
|
|
3308
3308
|
return {
|
3309
3309
|
...v,
|
3310
3310
|
id,
|
3311
|
-
testDistribution: contextTag == null ? void 0 : contextTag.testDistribution
|
3311
|
+
testDistribution: contextTag == null ? void 0 : contextTag.testDistribution,
|
3312
|
+
control: contextTag == null ? void 0 : contextTag.control
|
3312
3313
|
};
|
3313
3314
|
});
|
3314
3315
|
}
|
package/dist/index.js
CHANGED
@@ -3476,7 +3476,8 @@ function mapSlotToTestVariations(slot) {
|
|
3476
3476
|
return {
|
3477
3477
|
...v,
|
3478
3478
|
id,
|
3479
|
-
testDistribution: contextTag == null ? void 0 : contextTag.testDistribution
|
3479
|
+
testDistribution: contextTag == null ? void 0 : contextTag.testDistribution,
|
3480
|
+
control: contextTag == null ? void 0 : contextTag.control
|
3480
3481
|
};
|
3481
3482
|
});
|
3482
3483
|
}
|
package/dist/index.mjs
CHANGED
@@ -3308,7 +3308,8 @@ function mapSlotToTestVariations(slot) {
|
|
3308
3308
|
return {
|
3309
3309
|
...v,
|
3310
3310
|
id,
|
3311
|
-
testDistribution: contextTag == null ? void 0 : contextTag.testDistribution
|
3311
|
+
testDistribution: contextTag == null ? void 0 : contextTag.testDistribution,
|
3312
|
+
control: contextTag == null ? void 0 : contextTag.control
|
3312
3313
|
};
|
3313
3314
|
});
|
3314
3315
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "20.36.
|
3
|
+
"version": "20.36.2-alpha.90+94c3a288ac",
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -41,9 +41,9 @@
|
|
41
41
|
"svix": "1.71.0"
|
42
42
|
},
|
43
43
|
"dependencies": {
|
44
|
-
"@uniformdev/assets": "20.36.
|
45
|
-
"@uniformdev/context": "20.36.
|
46
|
-
"@uniformdev/richtext": "20.36.
|
44
|
+
"@uniformdev/assets": "20.36.2-alpha.90+94c3a288ac",
|
45
|
+
"@uniformdev/context": "20.36.2-alpha.90+94c3a288ac",
|
46
|
+
"@uniformdev/richtext": "20.36.2-alpha.90+94c3a288ac",
|
47
47
|
"immer": "10.1.1"
|
48
48
|
},
|
49
49
|
"files": [
|
@@ -52,5 +52,5 @@
|
|
52
52
|
"publishConfig": {
|
53
53
|
"access": "public"
|
54
54
|
},
|
55
|
-
"gitHead": "
|
55
|
+
"gitHead": "94c3a288acbde88c1229222ae50bd289b7c5749e"
|
56
56
|
}
|