@react-native/codegen 0.73.0-nightly-20230924-030663bb0 → 0.73.0-nightly-20230925-2de964cfd

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.
@@ -133,7 +133,7 @@ const FileTemplate = ({libraryName, modules}) => {
133
133
  * Do not edit this file as changes may cause incorrect behavior and will be lost
134
134
  * once the code is regenerated.
135
135
  *
136
- * ${'@'}generated by codegen project: GenerateModuleH.js
136
+ * ${'@'}generated by codegen project: GenerateModuleCpp.js
137
137
  */
138
138
 
139
139
  #include "${libraryName}JSI.h"
@@ -96,7 +96,7 @@ const FileTemplate = ({
96
96
  * Do not edit this file as changes may cause incorrect behavior and will be lost
97
97
  * once the code is regenerated.
98
98
  *
99
- * ${'@'}generated by codegen project: GenerateModuleH.js
99
+ * ${'@'}generated by codegen project: GenerateModuleCpp.js
100
100
  */
101
101
 
102
102
  #include "${libraryName}JSI.h"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/codegen",
3
- "version": "0.73.0-nightly-20230924-030663bb0",
3
+ "version": "0.73.0-nightly-20230925-2de964cfd",
4
4
  "description": "Code generation tools for React Native",
5
5
  "license": "MIT",
6
6
  "repository": {