@uniformdev/canvas-next-rsc-client 19.201.1 → 19.203.0
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
|
@@ -722,6 +722,7 @@ var _state;
|
|
|
722
722
|
var _pzCache;
|
|
723
723
|
var _plugins;
|
|
724
724
|
var _commands;
|
|
725
|
+
var _requireConsentForPersonalization;
|
|
725
726
|
var _mitt3;
|
|
726
727
|
var _Context_instances;
|
|
727
728
|
var emitTest_fn;
|
|
@@ -734,6 +735,7 @@ _state = /* @__PURE__ */ new WeakMap();
|
|
|
734
735
|
_pzCache = /* @__PURE__ */ new WeakMap();
|
|
735
736
|
_plugins = /* @__PURE__ */ new WeakMap();
|
|
736
737
|
_commands = /* @__PURE__ */ new WeakMap();
|
|
738
|
+
_requireConsentForPersonalization = /* @__PURE__ */ new WeakMap();
|
|
737
739
|
_mitt3 = /* @__PURE__ */ new WeakMap();
|
|
738
740
|
_Context_instances = /* @__PURE__ */ new WeakSet();
|
|
739
741
|
emitTest_fn = function(event) {
|
package/dist/index.js
CHANGED
|
@@ -747,6 +747,7 @@ var _state;
|
|
|
747
747
|
var _pzCache;
|
|
748
748
|
var _plugins;
|
|
749
749
|
var _commands;
|
|
750
|
+
var _requireConsentForPersonalization;
|
|
750
751
|
var _mitt3;
|
|
751
752
|
var _Context_instances;
|
|
752
753
|
var emitTest_fn;
|
|
@@ -759,6 +760,7 @@ _state = /* @__PURE__ */ new WeakMap();
|
|
|
759
760
|
_pzCache = /* @__PURE__ */ new WeakMap();
|
|
760
761
|
_plugins = /* @__PURE__ */ new WeakMap();
|
|
761
762
|
_commands = /* @__PURE__ */ new WeakMap();
|
|
763
|
+
_requireConsentForPersonalization = /* @__PURE__ */ new WeakMap();
|
|
762
764
|
_mitt3 = /* @__PURE__ */ new WeakMap();
|
|
763
765
|
_Context_instances = /* @__PURE__ */ new WeakSet();
|
|
764
766
|
emitTest_fn = function(event) {
|
package/dist/index.mjs
CHANGED
|
@@ -722,6 +722,7 @@ var _state;
|
|
|
722
722
|
var _pzCache;
|
|
723
723
|
var _plugins;
|
|
724
724
|
var _commands;
|
|
725
|
+
var _requireConsentForPersonalization;
|
|
725
726
|
var _mitt3;
|
|
726
727
|
var _Context_instances;
|
|
727
728
|
var emitTest_fn;
|
|
@@ -734,6 +735,7 @@ _state = /* @__PURE__ */ new WeakMap();
|
|
|
734
735
|
_pzCache = /* @__PURE__ */ new WeakMap();
|
|
735
736
|
_plugins = /* @__PURE__ */ new WeakMap();
|
|
736
737
|
_commands = /* @__PURE__ */ new WeakMap();
|
|
738
|
+
_requireConsentForPersonalization = /* @__PURE__ */ new WeakMap();
|
|
737
739
|
_mitt3 = /* @__PURE__ */ new WeakMap();
|
|
738
740
|
_Context_instances = /* @__PURE__ */ new WeakSet();
|
|
739
741
|
emitTest_fn = function(event) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-next-rsc-client",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.203.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsup",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"react-dom": "18.3.1"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@uniformdev/canvas": "19.
|
|
36
|
-
"@uniformdev/canvas-next-rsc-shared": "^19.
|
|
37
|
-
"@uniformdev/canvas-react": "^19.
|
|
35
|
+
"@uniformdev/canvas": "19.203.0",
|
|
36
|
+
"@uniformdev/canvas-next-rsc-shared": "^19.203.0",
|
|
37
|
+
"@uniformdev/canvas-react": "^19.203.0"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=16.14.0"
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "fd2dc597c7909df1e00d9a0eb307ffac2ff72991"
|
|
51
51
|
}
|