@steambrew/ttc 2.7.5 → 2.8.5

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.js CHANGED
@@ -805,6 +805,7 @@ const TranspilerPluginComponent = async (bIsMillennium, pluginJson, props) => {
805
805
  react: 'window.SP_REACT',
806
806
  'react-dom': 'window.SP_REACTDOM',
807
807
  'react-dom/client': 'window.SP_REACTDOM',
808
+ 'react/jsx-runtime': 'SP_JSX_FACTORY',
808
809
  '@steambrew/client': 'window.MILLENNIUM_API',
809
810
  },
810
811
  exports: 'named',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steambrew/ttc",
3
- "version": "2.7.5",
3
+ "version": "2.8.5",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
package/src/transpiler.ts CHANGED
@@ -269,6 +269,7 @@ export const TranspilerPluginComponent = async (bIsMillennium: boolean, pluginJs
269
269
  react: 'window.SP_REACT',
270
270
  'react-dom': 'window.SP_REACTDOM',
271
271
  'react-dom/client': 'window.SP_REACTDOM',
272
+ 'react/jsx-runtime': 'SP_JSX_FACTORY',
272
273
  '@steambrew/client': 'window.MILLENNIUM_API',
273
274
  },
274
275
  exports: 'named',