@react-native/codegen 0.77.0-rc.0 → 0.78.0-nightly-20241128-5da7089e3

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.
@@ -2673,7 +2673,7 @@ const UNION_MODULE: SchemaType = {
2673
2673
  },
2674
2674
  };
2675
2675
 
2676
- const STRING_LITERALS = {
2676
+ const STRING_LITERALS: SchemaType = {
2677
2677
  modules: {
2678
2678
  NativeSampleTurboModule: {
2679
2679
  type: 'NativeModule',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/codegen",
3
- "version": "0.77.0-rc.0",
3
+ "version": "0.78.0-nightly-20241128-5da7089e3",
4
4
  "description": "Code generation tools for React Native",
5
5
  "license": "MIT",
6
6
  "repository": {