@react-native/codegen 0.74.0-nightly-20231009-ec1de6194 → 0.74.0

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.
@@ -490,7 +490,7 @@ module.exports = {
490
490
  'com.facebook.react.bridge.ReactApplicationContext',
491
491
  'com.facebook.react.bridge.ReactContextBaseJavaModule',
492
492
  'com.facebook.react.bridge.ReactMethod',
493
- 'com.facebook.react.turbomodule.core.interfaces.TurboModule',
493
+ 'com.facebook.react.internal.turbomodule.core.interfaces.TurboModule',
494
494
  'com.facebook.proguard.annotations.DoNotStrip',
495
495
  'javax.annotation.Nonnull',
496
496
  ]);
@@ -467,7 +467,7 @@ module.exports = {
467
467
  'com.facebook.react.bridge.ReactApplicationContext',
468
468
  'com.facebook.react.bridge.ReactContextBaseJavaModule',
469
469
  'com.facebook.react.bridge.ReactMethod',
470
- 'com.facebook.react.turbomodule.core.interfaces.TurboModule',
470
+ 'com.facebook.react.internal.turbomodule.core.interfaces.TurboModule',
471
471
  'com.facebook.proguard.annotations.DoNotStrip',
472
472
  'javax.annotation.Nonnull',
473
473
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/codegen",
3
- "version": "0.74.0-nightly-20231009-ec1de6194",
3
+ "version": "0.74.0",
4
4
  "description": "Code generation tools for React Native",
5
5
  "license": "MIT",
6
6
  "repository": {