@uniformdev/canvas 19.48.1-alpha.0 → 19.48.1-alpha.8
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 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
@@ -1824,8 +1824,8 @@ function mapSlotToTestVariations(slot) {
|
|
1824
1824
|
const id = (_c = contextTag == null ? void 0 : contextTag.id) != null ? _c : "testId" in v ? v.testId : `ab-${i}-${v.type}`;
|
1825
1825
|
return {
|
1826
1826
|
...v,
|
1827
|
-
id
|
1828
|
-
|
1827
|
+
id,
|
1828
|
+
testDistribution: contextTag == null ? void 0 : contextTag.testDistribution
|
1829
1829
|
};
|
1830
1830
|
});
|
1831
1831
|
}
|
package/dist/index.js
CHANGED
@@ -1925,8 +1925,8 @@ function mapSlotToTestVariations(slot) {
|
|
1925
1925
|
const id = (_c = contextTag == null ? void 0 : contextTag.id) != null ? _c : "testId" in v ? v.testId : `ab-${i}-${v.type}`;
|
1926
1926
|
return {
|
1927
1927
|
...v,
|
1928
|
-
id
|
1929
|
-
|
1928
|
+
id,
|
1929
|
+
testDistribution: contextTag == null ? void 0 : contextTag.testDistribution
|
1930
1930
|
};
|
1931
1931
|
});
|
1932
1932
|
}
|
package/dist/index.mjs
CHANGED
@@ -1824,8 +1824,8 @@ function mapSlotToTestVariations(slot) {
|
|
1824
1824
|
const id = (_c = contextTag == null ? void 0 : contextTag.id) != null ? _c : "testId" in v ? v.testId : `ab-${i}-${v.type}`;
|
1825
1825
|
return {
|
1826
1826
|
...v,
|
1827
|
-
id
|
1828
|
-
|
1827
|
+
id,
|
1828
|
+
testDistribution: contextTag == null ? void 0 : contextTag.testDistribution
|
1829
1829
|
};
|
1830
1830
|
});
|
1831
1831
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "19.48.1-alpha.
|
3
|
+
"version": "19.48.1-alpha.8+0418d546a",
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"pusher-js": "8.2.0"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@uniformdev/context": "19.48.1-alpha.
|
41
|
+
"@uniformdev/context": "19.48.1-alpha.8+0418d546a",
|
42
42
|
"immer": "9.0.21"
|
43
43
|
},
|
44
44
|
"files": [
|
@@ -47,5 +47,5 @@
|
|
47
47
|
"publishConfig": {
|
48
48
|
"access": "public"
|
49
49
|
},
|
50
|
-
"gitHead": "
|
50
|
+
"gitHead": "0418d546ad78898515544d07f095ff03809c611c"
|
51
51
|
}
|