@uniformdev/canvas-next-rsc-client 20.7.1-alpha.63 → 20.7.1-alpha.67

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/LICENSE.txt CHANGED
@@ -1,2 +1,2 @@
1
- © 2024 Uniform Systems, Inc. All Rights Reserved.
1
+ © 2025 Uniform Systems, Inc. All Rights Reserved.
2
2
  See details of Uniform Systems, Inc. Master Subscription Agreement here: https://uniform.dev/eula
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.7.1-alpha.63+0444977bba",
3
+ "version": "20.7.1-alpha.67+918070a68e",
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.7.1-alpha.63+0444977bba",
37
- "@uniformdev/canvas-next-rsc-shared": "^20.7.1-alpha.63+0444977bba",
38
- "@uniformdev/canvas-react": "^20.7.1-alpha.63+0444977bba"
36
+ "@uniformdev/canvas": "20.7.1-alpha.67+918070a68e",
37
+ "@uniformdev/canvas-next-rsc-shared": "^20.7.1-alpha.67+918070a68e",
38
+ "@uniformdev/canvas-react": "^20.7.1-alpha.67+918070a68e"
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": "0444977bba4c3d40fa8da46c46ce252af216df96"
51
+ "gitHead": "918070a68e7170a76f4f1ae4ac0c94cf87441bcf"
52
52
  }