@uniformdev/canvas-next-rsc-client 20.4.1-alpha.3 → 20.4.2-alpha.5
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 +0 -2
- package/dist/index.js +0 -2
- package/dist/index.mjs +0 -2
- package/package.json +5 -5
package/dist/index.esm.js
CHANGED
|
@@ -727,7 +727,6 @@ var _pzCache;
|
|
|
727
727
|
var _plugins;
|
|
728
728
|
var _commands;
|
|
729
729
|
var _requireConsentForPersonalization;
|
|
730
|
-
var _rankPersonalizationVariant;
|
|
731
730
|
var _mitt3;
|
|
732
731
|
var _Context_instances;
|
|
733
732
|
var emitTest_fn;
|
|
@@ -741,7 +740,6 @@ _pzCache = /* @__PURE__ */ new WeakMap();
|
|
|
741
740
|
_plugins = /* @__PURE__ */ new WeakMap();
|
|
742
741
|
_commands = /* @__PURE__ */ new WeakMap();
|
|
743
742
|
_requireConsentForPersonalization = /* @__PURE__ */ new WeakMap();
|
|
744
|
-
_rankPersonalizationVariant = /* @__PURE__ */ new WeakMap();
|
|
745
743
|
_mitt3 = /* @__PURE__ */ new WeakMap();
|
|
746
744
|
_Context_instances = /* @__PURE__ */ new WeakSet();
|
|
747
745
|
emitTest_fn = function(event) {
|
package/dist/index.js
CHANGED
|
@@ -753,7 +753,6 @@ var _pzCache;
|
|
|
753
753
|
var _plugins;
|
|
754
754
|
var _commands;
|
|
755
755
|
var _requireConsentForPersonalization;
|
|
756
|
-
var _rankPersonalizationVariant;
|
|
757
756
|
var _mitt3;
|
|
758
757
|
var _Context_instances;
|
|
759
758
|
var emitTest_fn;
|
|
@@ -767,7 +766,6 @@ _pzCache = /* @__PURE__ */ new WeakMap();
|
|
|
767
766
|
_plugins = /* @__PURE__ */ new WeakMap();
|
|
768
767
|
_commands = /* @__PURE__ */ new WeakMap();
|
|
769
768
|
_requireConsentForPersonalization = /* @__PURE__ */ new WeakMap();
|
|
770
|
-
_rankPersonalizationVariant = /* @__PURE__ */ new WeakMap();
|
|
771
769
|
_mitt3 = /* @__PURE__ */ new WeakMap();
|
|
772
770
|
_Context_instances = /* @__PURE__ */ new WeakSet();
|
|
773
771
|
emitTest_fn = function(event) {
|
package/dist/index.mjs
CHANGED
|
@@ -727,7 +727,6 @@ var _pzCache;
|
|
|
727
727
|
var _plugins;
|
|
728
728
|
var _commands;
|
|
729
729
|
var _requireConsentForPersonalization;
|
|
730
|
-
var _rankPersonalizationVariant;
|
|
731
730
|
var _mitt3;
|
|
732
731
|
var _Context_instances;
|
|
733
732
|
var emitTest_fn;
|
|
@@ -741,7 +740,6 @@ _pzCache = /* @__PURE__ */ new WeakMap();
|
|
|
741
740
|
_plugins = /* @__PURE__ */ new WeakMap();
|
|
742
741
|
_commands = /* @__PURE__ */ new WeakMap();
|
|
743
742
|
_requireConsentForPersonalization = /* @__PURE__ */ new WeakMap();
|
|
744
|
-
_rankPersonalizationVariant = /* @__PURE__ */ new WeakMap();
|
|
745
743
|
_mitt3 = /* @__PURE__ */ new WeakMap();
|
|
746
744
|
_Context_instances = /* @__PURE__ */ new WeakSet();
|
|
747
745
|
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.4.
|
|
3
|
+
"version": "20.4.2-alpha.5+23d2506573",
|
|
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.4.
|
|
37
|
-
"@uniformdev/canvas-next-rsc-shared": "^20.4.
|
|
38
|
-
"@uniformdev/canvas-react": "^20.4.
|
|
36
|
+
"@uniformdev/canvas": "20.4.2-alpha.5+23d2506573",
|
|
37
|
+
"@uniformdev/canvas-next-rsc-shared": "^20.4.2-alpha.5+23d2506573",
|
|
38
|
+
"@uniformdev/canvas-react": "^20.4.2-alpha.5+23d2506573"
|
|
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": "23d25065730fa3fce441ddcf293ba87c99b723f0"
|
|
52
52
|
}
|