@uniformdev/canvas-next-rsc-client 19.134.0 → 19.134.3-alpha.10
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 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +6 -6
package/dist/index.esm.js
CHANGED
|
@@ -25,9 +25,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
25
25
|
mod
|
|
26
26
|
));
|
|
27
27
|
|
|
28
|
-
// ../../node_modules/.pnpm/rfdc@1.3.
|
|
28
|
+
// ../../node_modules/.pnpm/rfdc@1.3.1/node_modules/rfdc/index.js
|
|
29
29
|
var require_rfdc = __commonJS({
|
|
30
|
-
"../../node_modules/.pnpm/rfdc@1.3.
|
|
30
|
+
"../../node_modules/.pnpm/rfdc@1.3.1/node_modules/rfdc/index.js"(exports, module) {
|
|
31
31
|
"use strict";
|
|
32
32
|
module.exports = rfdc4;
|
|
33
33
|
function copyBuffer(cur) {
|
package/dist/index.js
CHANGED
|
@@ -31,9 +31,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
31
31
|
));
|
|
32
32
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
33
33
|
|
|
34
|
-
// ../../node_modules/.pnpm/rfdc@1.3.
|
|
34
|
+
// ../../node_modules/.pnpm/rfdc@1.3.1/node_modules/rfdc/index.js
|
|
35
35
|
var require_rfdc = __commonJS({
|
|
36
|
-
"../../node_modules/.pnpm/rfdc@1.3.
|
|
36
|
+
"../../node_modules/.pnpm/rfdc@1.3.1/node_modules/rfdc/index.js"(exports2, module2) {
|
|
37
37
|
"use strict";
|
|
38
38
|
module2.exports = rfdc4;
|
|
39
39
|
function copyBuffer(cur) {
|
package/dist/index.mjs
CHANGED
|
@@ -25,9 +25,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
25
25
|
mod
|
|
26
26
|
));
|
|
27
27
|
|
|
28
|
-
// ../../node_modules/.pnpm/rfdc@1.3.
|
|
28
|
+
// ../../node_modules/.pnpm/rfdc@1.3.1/node_modules/rfdc/index.js
|
|
29
29
|
var require_rfdc = __commonJS({
|
|
30
|
-
"../../node_modules/.pnpm/rfdc@1.3.
|
|
30
|
+
"../../node_modules/.pnpm/rfdc@1.3.1/node_modules/rfdc/index.js"(exports, module) {
|
|
31
31
|
"use strict";
|
|
32
32
|
module.exports = rfdc4;
|
|
33
33
|
function copyBuffer(cur) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-next-rsc-client",
|
|
3
|
-
"version": "19.134.
|
|
3
|
+
"version": "19.134.3-alpha.10+ae656e8e4c",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsup",
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^20.0.0",
|
|
28
28
|
"@types/react": "18.2.40",
|
|
29
|
-
"eslint": "8.
|
|
29
|
+
"eslint": "8.57.0",
|
|
30
30
|
"next": "^14.0.0",
|
|
31
31
|
"react": "18.2.0",
|
|
32
32
|
"react-dom": "18.2.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@uniformdev/canvas": "19.134.
|
|
36
|
-
"@uniformdev/canvas-next-rsc-shared": "^19.134.
|
|
37
|
-
"@uniformdev/canvas-react": "^19.134.
|
|
35
|
+
"@uniformdev/canvas": "19.134.3-alpha.10+ae656e8e4c",
|
|
36
|
+
"@uniformdev/canvas-next-rsc-shared": "^19.134.3-alpha.10+ae656e8e4c",
|
|
37
|
+
"@uniformdev/canvas-react": "^19.134.3-alpha.10+ae656e8e4c"
|
|
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": "ae656e8e4c730dbf960ef43b6c5e9a0b8ba13193"
|
|
51
51
|
}
|