@uniformdev/canvas-next-rsc-client 20.19.1-alpha.5 → 20.20.3

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,9 +1033,6 @@ var UniformScript = () => {
1033
1033
  needsToRefreshRef.current = true;
1034
1034
  }
1035
1035
  });
1036
- channel.ready({
1037
- rsc: true
1038
- });
1039
1036
  return () => {
1040
1037
  unsubscribeFromEditorUpdates();
1041
1038
  };
package/dist/index.js CHANGED
@@ -1054,9 +1054,6 @@ var UniformScript = () => {
1054
1054
  needsToRefreshRef.current = true;
1055
1055
  }
1056
1056
  });
1057
- channel.ready({
1058
- rsc: true
1059
- });
1060
1057
  return () => {
1061
1058
  unsubscribeFromEditorUpdates();
1062
1059
  };
package/dist/index.mjs CHANGED
@@ -1033,9 +1033,6 @@ var UniformScript = () => {
1033
1033
  needsToRefreshRef.current = true;
1034
1034
  }
1035
1035
  });
1036
- channel.ready({
1037
- rsc: true
1038
- });
1039
1036
  return () => {
1040
1037
  unsubscribeFromEditorUpdates();
1041
1038
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next-rsc-client",
3
- "version": "20.19.1-alpha.5+b399761606",
3
+ "version": "20.20.3",
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.19.1-alpha.5+b399761606",
37
- "@uniformdev/canvas-next-rsc-shared": "^20.19.1-alpha.5+b399761606",
38
- "@uniformdev/canvas-react": "^20.19.1-alpha.5+b399761606"
36
+ "@uniformdev/canvas": "20.20.3",
37
+ "@uniformdev/canvas-next-rsc-shared": "^20.20.3",
38
+ "@uniformdev/canvas-react": "^20.20.3"
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": "b39976160652bd58c58b4365f0e6ba36522e5dc1"
51
+ "gitHead": "3e58ece2c26439f3ee48d2ff445898a3be59b349"
52
52
  }