@dfosco/storyboard 0.5.0-beta.49 → 0.5.0-beta.50

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dfosco/storyboard",
3
- "version": "0.5.0-beta.49",
3
+ "version": "0.5.0-beta.50",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Storyboard prototyping framework — core engine, React integration, and canvas",
@@ -1042,6 +1042,10 @@ export default function storyboardDataPlugin() {
1042
1042
  'remark', 'remark-gfm', 'remark-html',
1043
1043
  'use-sync-external-store/shim', 'use-sync-external-store/shim/with-selector',
1044
1044
  'feather-icons', '@primer/octicons', 'ansi-to-html',
1045
+ // @primer/react ≥38 ships pre-compiled with React Compiler and
1046
+ // imports `c` from react-compiler-runtime (CJS). Pre-bundle both
1047
+ // so Vite generates the proper named-export interop.
1048
+ '@primer/react', 'react-compiler-runtime',
1045
1049
  ],
1046
1050
  exclude: ['@dfosco/storyboard'],
1047
1051
  },