@uniformdev/canvas-next-rsc-client 20.3.1 → 20.4.1-alpha.3
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 -0
- package/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +5 -5
package/dist/index.esm.js
CHANGED
|
@@ -727,6 +727,7 @@ var _pzCache;
|
|
|
727
727
|
var _plugins;
|
|
728
728
|
var _commands;
|
|
729
729
|
var _requireConsentForPersonalization;
|
|
730
|
+
var _rankPersonalizationVariant;
|
|
730
731
|
var _mitt3;
|
|
731
732
|
var _Context_instances;
|
|
732
733
|
var emitTest_fn;
|
|
@@ -740,6 +741,7 @@ _pzCache = /* @__PURE__ */ new WeakMap();
|
|
|
740
741
|
_plugins = /* @__PURE__ */ new WeakMap();
|
|
741
742
|
_commands = /* @__PURE__ */ new WeakMap();
|
|
742
743
|
_requireConsentForPersonalization = /* @__PURE__ */ new WeakMap();
|
|
744
|
+
_rankPersonalizationVariant = /* @__PURE__ */ new WeakMap();
|
|
743
745
|
_mitt3 = /* @__PURE__ */ new WeakMap();
|
|
744
746
|
_Context_instances = /* @__PURE__ */ new WeakSet();
|
|
745
747
|
emitTest_fn = function(event) {
|
package/dist/index.js
CHANGED
|
@@ -753,6 +753,7 @@ var _pzCache;
|
|
|
753
753
|
var _plugins;
|
|
754
754
|
var _commands;
|
|
755
755
|
var _requireConsentForPersonalization;
|
|
756
|
+
var _rankPersonalizationVariant;
|
|
756
757
|
var _mitt3;
|
|
757
758
|
var _Context_instances;
|
|
758
759
|
var emitTest_fn;
|
|
@@ -766,6 +767,7 @@ _pzCache = /* @__PURE__ */ new WeakMap();
|
|
|
766
767
|
_plugins = /* @__PURE__ */ new WeakMap();
|
|
767
768
|
_commands = /* @__PURE__ */ new WeakMap();
|
|
768
769
|
_requireConsentForPersonalization = /* @__PURE__ */ new WeakMap();
|
|
770
|
+
_rankPersonalizationVariant = /* @__PURE__ */ new WeakMap();
|
|
769
771
|
_mitt3 = /* @__PURE__ */ new WeakMap();
|
|
770
772
|
_Context_instances = /* @__PURE__ */ new WeakSet();
|
|
771
773
|
emitTest_fn = function(event) {
|
package/dist/index.mjs
CHANGED
|
@@ -727,6 +727,7 @@ var _pzCache;
|
|
|
727
727
|
var _plugins;
|
|
728
728
|
var _commands;
|
|
729
729
|
var _requireConsentForPersonalization;
|
|
730
|
+
var _rankPersonalizationVariant;
|
|
730
731
|
var _mitt3;
|
|
731
732
|
var _Context_instances;
|
|
732
733
|
var emitTest_fn;
|
|
@@ -740,6 +741,7 @@ _pzCache = /* @__PURE__ */ new WeakMap();
|
|
|
740
741
|
_plugins = /* @__PURE__ */ new WeakMap();
|
|
741
742
|
_commands = /* @__PURE__ */ new WeakMap();
|
|
742
743
|
_requireConsentForPersonalization = /* @__PURE__ */ new WeakMap();
|
|
744
|
+
_rankPersonalizationVariant = /* @__PURE__ */ new WeakMap();
|
|
743
745
|
_mitt3 = /* @__PURE__ */ new WeakMap();
|
|
744
746
|
_Context_instances = /* @__PURE__ */ new WeakSet();
|
|
745
747
|
emitTest_fn = function(event) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-next-rsc-client",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.4.1-alpha.3+bc2e6fc5f7",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsup",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"typescript": "5.7.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@uniformdev/canvas": "20.
|
|
37
|
-
"@uniformdev/canvas-next-rsc-shared": "^20.
|
|
38
|
-
"@uniformdev/canvas-react": "^20.
|
|
36
|
+
"@uniformdev/canvas": "20.4.1-alpha.3+bc2e6fc5f7",
|
|
37
|
+
"@uniformdev/canvas-next-rsc-shared": "^20.4.1-alpha.3+bc2e6fc5f7",
|
|
38
|
+
"@uniformdev/canvas-react": "^20.4.1-alpha.3+bc2e6fc5f7"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "bc2e6fc5f7d2920e46605385db043782f023bbbb"
|
|
52
52
|
}
|