@uniformdev/canvas-next-rsc-client 19.190.1-alpha.5 → 19.191.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 CHANGED
@@ -722,7 +722,6 @@ var _state;
722
722
  var _pzCache;
723
723
  var _plugins;
724
724
  var _commands;
725
- var _requireConsentForPersonalization;
726
725
  var _mitt3;
727
726
  var _Context_instances;
728
727
  var emitTest_fn;
@@ -735,7 +734,6 @@ _state = /* @__PURE__ */ new WeakMap();
735
734
  _pzCache = /* @__PURE__ */ new WeakMap();
736
735
  _plugins = /* @__PURE__ */ new WeakMap();
737
736
  _commands = /* @__PURE__ */ new WeakMap();
738
- _requireConsentForPersonalization = /* @__PURE__ */ new WeakMap();
739
737
  _mitt3 = /* @__PURE__ */ new WeakMap();
740
738
  _Context_instances = /* @__PURE__ */ new WeakSet();
741
739
  emitTest_fn = function(event) {
package/dist/index.js CHANGED
@@ -747,7 +747,6 @@ var _state;
747
747
  var _pzCache;
748
748
  var _plugins;
749
749
  var _commands;
750
- var _requireConsentForPersonalization;
751
750
  var _mitt3;
752
751
  var _Context_instances;
753
752
  var emitTest_fn;
@@ -760,7 +759,6 @@ _state = /* @__PURE__ */ new WeakMap();
760
759
  _pzCache = /* @__PURE__ */ new WeakMap();
761
760
  _plugins = /* @__PURE__ */ new WeakMap();
762
761
  _commands = /* @__PURE__ */ new WeakMap();
763
- _requireConsentForPersonalization = /* @__PURE__ */ new WeakMap();
764
762
  _mitt3 = /* @__PURE__ */ new WeakMap();
765
763
  _Context_instances = /* @__PURE__ */ new WeakSet();
766
764
  emitTest_fn = function(event) {
package/dist/index.mjs CHANGED
@@ -722,7 +722,6 @@ var _state;
722
722
  var _pzCache;
723
723
  var _plugins;
724
724
  var _commands;
725
- var _requireConsentForPersonalization;
726
725
  var _mitt3;
727
726
  var _Context_instances;
728
727
  var emitTest_fn;
@@ -735,7 +734,6 @@ _state = /* @__PURE__ */ new WeakMap();
735
734
  _pzCache = /* @__PURE__ */ new WeakMap();
736
735
  _plugins = /* @__PURE__ */ new WeakMap();
737
736
  _commands = /* @__PURE__ */ new WeakMap();
738
- _requireConsentForPersonalization = /* @__PURE__ */ new WeakMap();
739
737
  _mitt3 = /* @__PURE__ */ new WeakMap();
740
738
  _Context_instances = /* @__PURE__ */ new WeakSet();
741
739
  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.190.1-alpha.5+e62509cf6f",
3
+ "version": "19.191.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.190.1-alpha.5+e62509cf6f",
36
- "@uniformdev/canvas-next-rsc-shared": "^19.190.1-alpha.5+e62509cf6f",
37
- "@uniformdev/canvas-react": "^19.190.1-alpha.5+e62509cf6f"
35
+ "@uniformdev/canvas": "19.191.0",
36
+ "@uniformdev/canvas-next-rsc-shared": "^19.191.0",
37
+ "@uniformdev/canvas-react": "^19.191.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": "e62509cf6f61000e1fde780921e4ea7ba8103ad5"
50
+ "gitHead": "5af19bc55804e29fda14eb6f0b4b7bd90be0610f"
51
51
  }