nitrogen 0.34.0 → 0.34.1
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.
|
@@ -104,7 +104,7 @@ void registerAllNatives() {
|
|
|
104
104
|
using namespace margelo::nitro;
|
|
105
105
|
using namespace ${cxxNamespace};
|
|
106
106
|
|
|
107
|
-
|
|
107
|
+
// Register native JNI methods
|
|
108
108
|
${indent(jniRegistrations.join('\n'), ' ')}
|
|
109
109
|
|
|
110
110
|
// Register Nitro Hybrid Objects
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nitrogen",
|
|
3
|
-
"version": "0.34.
|
|
3
|
+
"version": "0.34.1",
|
|
4
4
|
"description": "The code-generator for react-native-nitro-modules.",
|
|
5
5
|
"main": "lib/index",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"chalk": "^5.3.0",
|
|
38
|
-
"react-native-nitro-modules": "^0.34.
|
|
38
|
+
"react-native-nitro-modules": "^0.34.1",
|
|
39
39
|
"ts-morph": "^27.0.0",
|
|
40
40
|
"yargs": "^18.0.0",
|
|
41
41
|
"zod": "^4.0.5"
|
|
@@ -117,7 +117,7 @@ void registerAllNatives() {
|
|
|
117
117
|
using namespace margelo::nitro;
|
|
118
118
|
using namespace ${cxxNamespace};
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
// Register native JNI methods
|
|
121
121
|
${indent(jniRegistrations.join('\n'), ' ')}
|
|
122
122
|
|
|
123
123
|
// Register Nitro Hybrid Objects
|