@uniformdev/canvas-next-rsc-client 19.156.0 → 19.157.1-alpha.6
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
|
@@ -767,6 +767,7 @@ var _scores;
|
|
|
767
767
|
var _state;
|
|
768
768
|
var _pzCache;
|
|
769
769
|
var _plugins;
|
|
770
|
+
var _commands;
|
|
770
771
|
var _mitt3;
|
|
771
772
|
var _emitTest;
|
|
772
773
|
var emitTest_fn;
|
|
@@ -781,6 +782,7 @@ _scores = /* @__PURE__ */ new WeakMap();
|
|
|
781
782
|
_state = /* @__PURE__ */ new WeakMap();
|
|
782
783
|
_pzCache = /* @__PURE__ */ new WeakMap();
|
|
783
784
|
_plugins = /* @__PURE__ */ new WeakMap();
|
|
785
|
+
_commands = /* @__PURE__ */ new WeakMap();
|
|
784
786
|
_mitt3 = /* @__PURE__ */ new WeakMap();
|
|
785
787
|
_emitTest = /* @__PURE__ */ new WeakSet();
|
|
786
788
|
emitTest_fn = function(event) {
|
package/dist/index.js
CHANGED
|
@@ -789,6 +789,7 @@ var _scores;
|
|
|
789
789
|
var _state;
|
|
790
790
|
var _pzCache;
|
|
791
791
|
var _plugins;
|
|
792
|
+
var _commands;
|
|
792
793
|
var _mitt3;
|
|
793
794
|
var _emitTest;
|
|
794
795
|
var emitTest_fn;
|
|
@@ -803,6 +804,7 @@ _scores = /* @__PURE__ */ new WeakMap();
|
|
|
803
804
|
_state = /* @__PURE__ */ new WeakMap();
|
|
804
805
|
_pzCache = /* @__PURE__ */ new WeakMap();
|
|
805
806
|
_plugins = /* @__PURE__ */ new WeakMap();
|
|
807
|
+
_commands = /* @__PURE__ */ new WeakMap();
|
|
806
808
|
_mitt3 = /* @__PURE__ */ new WeakMap();
|
|
807
809
|
_emitTest = /* @__PURE__ */ new WeakSet();
|
|
808
810
|
emitTest_fn = function(event) {
|
package/dist/index.mjs
CHANGED
|
@@ -767,6 +767,7 @@ var _scores;
|
|
|
767
767
|
var _state;
|
|
768
768
|
var _pzCache;
|
|
769
769
|
var _plugins;
|
|
770
|
+
var _commands;
|
|
770
771
|
var _mitt3;
|
|
771
772
|
var _emitTest;
|
|
772
773
|
var emitTest_fn;
|
|
@@ -781,6 +782,7 @@ _scores = /* @__PURE__ */ new WeakMap();
|
|
|
781
782
|
_state = /* @__PURE__ */ new WeakMap();
|
|
782
783
|
_pzCache = /* @__PURE__ */ new WeakMap();
|
|
783
784
|
_plugins = /* @__PURE__ */ new WeakMap();
|
|
785
|
+
_commands = /* @__PURE__ */ new WeakMap();
|
|
784
786
|
_mitt3 = /* @__PURE__ */ new WeakMap();
|
|
785
787
|
_emitTest = /* @__PURE__ */ new WeakSet();
|
|
786
788
|
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.157.1-alpha.6+8ce226d0b4",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsup",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"react-dom": "18.2.0"
|
|
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.157.1-alpha.6+8ce226d0b4",
|
|
36
|
+
"@uniformdev/canvas-next-rsc-shared": "^19.157.1-alpha.6+8ce226d0b4",
|
|
37
|
+
"@uniformdev/canvas-react": "^19.157.1-alpha.6+8ce226d0b4"
|
|
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": "8ce226d0b4263f1ad5391ff56317a1d643cbaeff"
|
|
51
51
|
}
|