@graphysdk/react 1.8.1-beta.1787152156320 → 1.8.1-beta.1787224479385

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.
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Entry for the `dist/editable.browser.mjs` CDN bundle. A CDN page imports exactly one file, so
3
+ * unlike the npm `/editable` entry this carries the read-only surface too.
4
+ */
5
+ export * from './editable';
6
+ export * from './index';