@uniformdev/canvas-next-rsc-client 20.24.1-alpha.0 → 20.24.4-alpha.29

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
@@ -1033,6 +1033,9 @@ var UniformScript = () => {
1033
1033
  needsToRefreshRef.current = true;
1034
1034
  }
1035
1035
  });
1036
+ channel.ready({
1037
+ rsc: true
1038
+ });
1036
1039
  return () => {
1037
1040
  unsubscribeFromEditorUpdates();
1038
1041
  };
package/dist/index.js CHANGED
@@ -1054,6 +1054,9 @@ var UniformScript = () => {
1054
1054
  needsToRefreshRef.current = true;
1055
1055
  }
1056
1056
  });
1057
+ channel.ready({
1058
+ rsc: true
1059
+ });
1057
1060
  return () => {
1058
1061
  unsubscribeFromEditorUpdates();
1059
1062
  };
package/dist/index.mjs CHANGED
@@ -1033,6 +1033,9 @@ var UniformScript = () => {
1033
1033
  needsToRefreshRef.current = true;
1034
1034
  }
1035
1035
  });
1036
+ channel.ready({
1037
+ rsc: true
1038
+ });
1036
1039
  return () => {
1037
1040
  unsubscribeFromEditorUpdates();
1038
1041
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next-rsc-client",
3
- "version": "20.24.1-alpha.0+9e8dbc01e8",
3
+ "version": "20.24.4-alpha.29+6e3acd5888",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -33,9 +33,9 @@
33
33
  "typescript": "5.8.3"
34
34
  },
35
35
  "dependencies": {
36
- "@uniformdev/canvas": "20.24.1-alpha.0+9e8dbc01e8",
37
- "@uniformdev/canvas-next-rsc-shared": "^20.24.1-alpha.0+9e8dbc01e8",
38
- "@uniformdev/canvas-react": "^20.24.1-alpha.0+9e8dbc01e8"
36
+ "@uniformdev/canvas": "20.24.4-alpha.29+6e3acd5888",
37
+ "@uniformdev/canvas-next-rsc-shared": "^20.24.4-alpha.29+6e3acd5888",
38
+ "@uniformdev/canvas-react": "^20.24.4-alpha.29+6e3acd5888"
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": "9e8dbc01e870c404b63c19326477dbb3910ec14a"
51
+ "gitHead": "6e3acd5888de318fc57ec3fc609a9d2bf1b81ea3"
52
52
  }