@onekeyfe/react-native-bundle-crypto 3.0.81-alpha.8 → 3.0.82
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/nitrogen/generated/android/c++/JDirHashEntry.hpp +2 -2
- package/nitrogen/generated/android/c++/JHybridReactNativeBundleCryptoSpec.cpp +31 -29
- package/nitrogen/generated/android/c++/JHybridReactNativeBundleCryptoSpec.hpp +20 -22
- package/nitrogen/generated/android/c++/JSha256Result.hpp +2 -2
- package/nitrogen/generated/android/c++/JVerifyDetachedAscResult.hpp +2 -2
- package/nitrogen/generated/android/c++/JVerifyGpgCleartextResult.hpp +2 -2
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/reactnativebundlecrypto/DirHashEntry.kt +2 -2
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/reactnativebundlecrypto/HybridReactNativeBundleCryptoSpec.kt +16 -19
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/reactnativebundlecrypto/Sha256Result.kt +2 -2
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/reactnativebundlecrypto/VerifyDetachedAscResult.kt +2 -2
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/reactnativebundlecrypto/VerifyGpgCleartextResult.kt +2 -2
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/reactnativebundlecrypto/reactnativebundlecryptoOnLoad.kt +1 -1
- package/nitrogen/generated/android/reactnativebundlecrypto+autolinking.cmake +1 -1
- package/nitrogen/generated/android/reactnativebundlecrypto+autolinking.gradle +1 -1
- package/nitrogen/generated/android/reactnativebundlecryptoOnLoad.cpp +27 -17
- package/nitrogen/generated/android/reactnativebundlecryptoOnLoad.hpp +14 -5
- package/nitrogen/generated/ios/ReactNativeBundleCrypto+autolinking.rb +2 -2
- package/nitrogen/generated/ios/ReactNativeBundleCrypto-Swift-Cxx-Bridge.cpp +1 -1
- package/nitrogen/generated/ios/ReactNativeBundleCrypto-Swift-Cxx-Bridge.hpp +2 -2
- package/nitrogen/generated/ios/ReactNativeBundleCrypto-Swift-Cxx-Umbrella.hpp +1 -1
- package/nitrogen/generated/ios/ReactNativeBundleCryptoAutolinking.mm +1 -1
- package/nitrogen/generated/ios/ReactNativeBundleCryptoAutolinking.swift +9 -8
- package/nitrogen/generated/ios/c++/HybridReactNativeBundleCryptoSpecSwift.cpp +1 -1
- package/nitrogen/generated/ios/c++/HybridReactNativeBundleCryptoSpecSwift.hpp +7 -1
- package/nitrogen/generated/ios/swift/DirHashEntry.swift +5 -18
- package/nitrogen/generated/ios/swift/Func_void.swift +1 -2
- package/nitrogen/generated/ios/swift/Func_void_Sha256Result.swift +1 -2
- package/nitrogen/generated/ios/swift/Func_void_VerifyDetachedAscResult.swift +1 -2
- package/nitrogen/generated/ios/swift/Func_void_VerifyGpgCleartextResult.swift +1 -2
- package/nitrogen/generated/ios/swift/Func_void_bool.swift +1 -2
- package/nitrogen/generated/ios/swift/Func_void_std__exception_ptr.swift +1 -2
- package/nitrogen/generated/ios/swift/Func_void_std__vector_DirHashEntry_.swift +1 -2
- package/nitrogen/generated/ios/swift/Func_void_std__vector_std__string_.swift +1 -2
- package/nitrogen/generated/ios/swift/HybridReactNativeBundleCryptoSpec.swift +3 -4
- package/nitrogen/generated/ios/swift/HybridReactNativeBundleCryptoSpec_cxx.swift +9 -2
- package/nitrogen/generated/ios/swift/Sha256Result.swift +19 -44
- package/nitrogen/generated/ios/swift/VerifyDetachedAscResult.swift +21 -52
- package/nitrogen/generated/ios/swift/VerifyGpgCleartextResult.swift +21 -52
- package/nitrogen/generated/shared/c++/DirHashEntry.hpp +16 -8
- package/nitrogen/generated/shared/c++/HybridReactNativeBundleCryptoSpec.cpp +1 -1
- package/nitrogen/generated/shared/c++/HybridReactNativeBundleCryptoSpec.hpp +1 -1
- package/nitrogen/generated/shared/c++/Sha256Result.hpp +16 -8
- package/nitrogen/generated/shared/c++/VerifyDetachedAscResult.hpp +19 -11
- package/nitrogen/generated/shared/c++/VerifyGpgCleartextResult.hpp +19 -11
- package/package.json +5 -6
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/// Sha256Result.hpp
|
|
3
3
|
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
4
4
|
/// https://github.com/mrousavy/nitro
|
|
5
|
-
/// Copyright ©
|
|
5
|
+
/// Copyright © Marc Rousavy @ Margelo
|
|
6
6
|
///
|
|
7
7
|
|
|
8
8
|
#pragma once
|
|
@@ -22,6 +22,11 @@
|
|
|
22
22
|
#else
|
|
23
23
|
#error NitroModules cannot be found! Are you sure you installed NitroModules properly?
|
|
24
24
|
#endif
|
|
25
|
+
#if __has_include(<NitroModules/PropNameIDCache.hpp>)
|
|
26
|
+
#include <NitroModules/PropNameIDCache.hpp>
|
|
27
|
+
#else
|
|
28
|
+
#error NitroModules cannot be found! Are you sure you installed NitroModules properly?
|
|
29
|
+
#endif
|
|
25
30
|
|
|
26
31
|
|
|
27
32
|
|
|
@@ -33,7 +38,7 @@ namespace margelo::nitro::reactnativebundlecrypto {
|
|
|
33
38
|
/**
|
|
34
39
|
* A struct which can be represented as a JavaScript object (Sha256Result).
|
|
35
40
|
*/
|
|
36
|
-
struct Sha256Result {
|
|
41
|
+
struct Sha256Result final {
|
|
37
42
|
public:
|
|
38
43
|
std::optional<std::string> sha256 SWIFT_PRIVATE;
|
|
39
44
|
std::optional<std::string> failureReason SWIFT_PRIVATE;
|
|
@@ -41,6 +46,9 @@ namespace margelo::nitro::reactnativebundlecrypto {
|
|
|
41
46
|
public:
|
|
42
47
|
Sha256Result() = default;
|
|
43
48
|
explicit Sha256Result(std::optional<std::string> sha256, std::optional<std::string> failureReason): sha256(sha256), failureReason(failureReason) {}
|
|
49
|
+
|
|
50
|
+
public:
|
|
51
|
+
friend bool operator==(const Sha256Result& lhs, const Sha256Result& rhs) = default;
|
|
44
52
|
};
|
|
45
53
|
|
|
46
54
|
} // namespace margelo::nitro::reactnativebundlecrypto
|
|
@@ -53,14 +61,14 @@ namespace margelo::nitro {
|
|
|
53
61
|
static inline margelo::nitro::reactnativebundlecrypto::Sha256Result fromJSI(jsi::Runtime& runtime, const jsi::Value& arg) {
|
|
54
62
|
jsi::Object obj = arg.asObject(runtime);
|
|
55
63
|
return margelo::nitro::reactnativebundlecrypto::Sha256Result(
|
|
56
|
-
JSIConverter<std::optional<std::string>>::fromJSI(runtime, obj.getProperty(runtime, "sha256")),
|
|
57
|
-
JSIConverter<std::optional<std::string>>::fromJSI(runtime, obj.getProperty(runtime, "failureReason"))
|
|
64
|
+
JSIConverter<std::optional<std::string>>::fromJSI(runtime, obj.getProperty(runtime, PropNameIDCache::get(runtime, "sha256"))),
|
|
65
|
+
JSIConverter<std::optional<std::string>>::fromJSI(runtime, obj.getProperty(runtime, PropNameIDCache::get(runtime, "failureReason")))
|
|
58
66
|
);
|
|
59
67
|
}
|
|
60
68
|
static inline jsi::Value toJSI(jsi::Runtime& runtime, const margelo::nitro::reactnativebundlecrypto::Sha256Result& arg) {
|
|
61
69
|
jsi::Object obj(runtime);
|
|
62
|
-
obj.setProperty(runtime, "sha256", JSIConverter<std::optional<std::string>>::toJSI(runtime, arg.sha256));
|
|
63
|
-
obj.setProperty(runtime, "failureReason", JSIConverter<std::optional<std::string>>::toJSI(runtime, arg.failureReason));
|
|
70
|
+
obj.setProperty(runtime, PropNameIDCache::get(runtime, "sha256"), JSIConverter<std::optional<std::string>>::toJSI(runtime, arg.sha256));
|
|
71
|
+
obj.setProperty(runtime, PropNameIDCache::get(runtime, "failureReason"), JSIConverter<std::optional<std::string>>::toJSI(runtime, arg.failureReason));
|
|
64
72
|
return obj;
|
|
65
73
|
}
|
|
66
74
|
static inline bool canConvert(jsi::Runtime& runtime, const jsi::Value& value) {
|
|
@@ -71,8 +79,8 @@ namespace margelo::nitro {
|
|
|
71
79
|
if (!nitro::isPlainObject(runtime, obj)) {
|
|
72
80
|
return false;
|
|
73
81
|
}
|
|
74
|
-
if (!JSIConverter<std::optional<std::string>>::canConvert(runtime, obj.getProperty(runtime, "sha256"))) return false;
|
|
75
|
-
if (!JSIConverter<std::optional<std::string>>::canConvert(runtime, obj.getProperty(runtime, "failureReason"))) return false;
|
|
82
|
+
if (!JSIConverter<std::optional<std::string>>::canConvert(runtime, obj.getProperty(runtime, PropNameIDCache::get(runtime, "sha256")))) return false;
|
|
83
|
+
if (!JSIConverter<std::optional<std::string>>::canConvert(runtime, obj.getProperty(runtime, PropNameIDCache::get(runtime, "failureReason")))) return false;
|
|
76
84
|
return true;
|
|
77
85
|
}
|
|
78
86
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/// VerifyDetachedAscResult.hpp
|
|
3
3
|
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
4
4
|
/// https://github.com/mrousavy/nitro
|
|
5
|
-
/// Copyright ©
|
|
5
|
+
/// Copyright © Marc Rousavy @ Margelo
|
|
6
6
|
///
|
|
7
7
|
|
|
8
8
|
#pragma once
|
|
@@ -22,6 +22,11 @@
|
|
|
22
22
|
#else
|
|
23
23
|
#error NitroModules cannot be found! Are you sure you installed NitroModules properly?
|
|
24
24
|
#endif
|
|
25
|
+
#if __has_include(<NitroModules/PropNameIDCache.hpp>)
|
|
26
|
+
#include <NitroModules/PropNameIDCache.hpp>
|
|
27
|
+
#else
|
|
28
|
+
#error NitroModules cannot be found! Are you sure you installed NitroModules properly?
|
|
29
|
+
#endif
|
|
25
30
|
|
|
26
31
|
|
|
27
32
|
|
|
@@ -33,7 +38,7 @@ namespace margelo::nitro::reactnativebundlecrypto {
|
|
|
33
38
|
/**
|
|
34
39
|
* A struct which can be represented as a JavaScript object (VerifyDetachedAscResult).
|
|
35
40
|
*/
|
|
36
|
-
struct VerifyDetachedAscResult {
|
|
41
|
+
struct VerifyDetachedAscResult final {
|
|
37
42
|
public:
|
|
38
43
|
bool valid SWIFT_PRIVATE;
|
|
39
44
|
std::optional<std::string> sha256 SWIFT_PRIVATE;
|
|
@@ -42,6 +47,9 @@ namespace margelo::nitro::reactnativebundlecrypto {
|
|
|
42
47
|
public:
|
|
43
48
|
VerifyDetachedAscResult() = default;
|
|
44
49
|
explicit VerifyDetachedAscResult(bool valid, std::optional<std::string> sha256, std::optional<std::string> reason): valid(valid), sha256(sha256), reason(reason) {}
|
|
50
|
+
|
|
51
|
+
public:
|
|
52
|
+
friend bool operator==(const VerifyDetachedAscResult& lhs, const VerifyDetachedAscResult& rhs) = default;
|
|
45
53
|
};
|
|
46
54
|
|
|
47
55
|
} // namespace margelo::nitro::reactnativebundlecrypto
|
|
@@ -54,16 +62,16 @@ namespace margelo::nitro {
|
|
|
54
62
|
static inline margelo::nitro::reactnativebundlecrypto::VerifyDetachedAscResult fromJSI(jsi::Runtime& runtime, const jsi::Value& arg) {
|
|
55
63
|
jsi::Object obj = arg.asObject(runtime);
|
|
56
64
|
return margelo::nitro::reactnativebundlecrypto::VerifyDetachedAscResult(
|
|
57
|
-
JSIConverter<bool>::fromJSI(runtime, obj.getProperty(runtime, "valid")),
|
|
58
|
-
JSIConverter<std::optional<std::string>>::fromJSI(runtime, obj.getProperty(runtime, "sha256")),
|
|
59
|
-
JSIConverter<std::optional<std::string>>::fromJSI(runtime, obj.getProperty(runtime, "reason"))
|
|
65
|
+
JSIConverter<bool>::fromJSI(runtime, obj.getProperty(runtime, PropNameIDCache::get(runtime, "valid"))),
|
|
66
|
+
JSIConverter<std::optional<std::string>>::fromJSI(runtime, obj.getProperty(runtime, PropNameIDCache::get(runtime, "sha256"))),
|
|
67
|
+
JSIConverter<std::optional<std::string>>::fromJSI(runtime, obj.getProperty(runtime, PropNameIDCache::get(runtime, "reason")))
|
|
60
68
|
);
|
|
61
69
|
}
|
|
62
70
|
static inline jsi::Value toJSI(jsi::Runtime& runtime, const margelo::nitro::reactnativebundlecrypto::VerifyDetachedAscResult& arg) {
|
|
63
71
|
jsi::Object obj(runtime);
|
|
64
|
-
obj.setProperty(runtime, "valid", JSIConverter<bool>::toJSI(runtime, arg.valid));
|
|
65
|
-
obj.setProperty(runtime, "sha256", JSIConverter<std::optional<std::string>>::toJSI(runtime, arg.sha256));
|
|
66
|
-
obj.setProperty(runtime, "reason", JSIConverter<std::optional<std::string>>::toJSI(runtime, arg.reason));
|
|
72
|
+
obj.setProperty(runtime, PropNameIDCache::get(runtime, "valid"), JSIConverter<bool>::toJSI(runtime, arg.valid));
|
|
73
|
+
obj.setProperty(runtime, PropNameIDCache::get(runtime, "sha256"), JSIConverter<std::optional<std::string>>::toJSI(runtime, arg.sha256));
|
|
74
|
+
obj.setProperty(runtime, PropNameIDCache::get(runtime, "reason"), JSIConverter<std::optional<std::string>>::toJSI(runtime, arg.reason));
|
|
67
75
|
return obj;
|
|
68
76
|
}
|
|
69
77
|
static inline bool canConvert(jsi::Runtime& runtime, const jsi::Value& value) {
|
|
@@ -74,9 +82,9 @@ namespace margelo::nitro {
|
|
|
74
82
|
if (!nitro::isPlainObject(runtime, obj)) {
|
|
75
83
|
return false;
|
|
76
84
|
}
|
|
77
|
-
if (!JSIConverter<bool>::canConvert(runtime, obj.getProperty(runtime, "valid"))) return false;
|
|
78
|
-
if (!JSIConverter<std::optional<std::string>>::canConvert(runtime, obj.getProperty(runtime, "sha256"))) return false;
|
|
79
|
-
if (!JSIConverter<std::optional<std::string>>::canConvert(runtime, obj.getProperty(runtime, "reason"))) return false;
|
|
85
|
+
if (!JSIConverter<bool>::canConvert(runtime, obj.getProperty(runtime, PropNameIDCache::get(runtime, "valid")))) return false;
|
|
86
|
+
if (!JSIConverter<std::optional<std::string>>::canConvert(runtime, obj.getProperty(runtime, PropNameIDCache::get(runtime, "sha256")))) return false;
|
|
87
|
+
if (!JSIConverter<std::optional<std::string>>::canConvert(runtime, obj.getProperty(runtime, PropNameIDCache::get(runtime, "reason")))) return false;
|
|
80
88
|
return true;
|
|
81
89
|
}
|
|
82
90
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/// VerifyGpgCleartextResult.hpp
|
|
3
3
|
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
4
4
|
/// https://github.com/mrousavy/nitro
|
|
5
|
-
/// Copyright ©
|
|
5
|
+
/// Copyright © Marc Rousavy @ Margelo
|
|
6
6
|
///
|
|
7
7
|
|
|
8
8
|
#pragma once
|
|
@@ -22,6 +22,11 @@
|
|
|
22
22
|
#else
|
|
23
23
|
#error NitroModules cannot be found! Are you sure you installed NitroModules properly?
|
|
24
24
|
#endif
|
|
25
|
+
#if __has_include(<NitroModules/PropNameIDCache.hpp>)
|
|
26
|
+
#include <NitroModules/PropNameIDCache.hpp>
|
|
27
|
+
#else
|
|
28
|
+
#error NitroModules cannot be found! Are you sure you installed NitroModules properly?
|
|
29
|
+
#endif
|
|
25
30
|
|
|
26
31
|
|
|
27
32
|
|
|
@@ -33,7 +38,7 @@ namespace margelo::nitro::reactnativebundlecrypto {
|
|
|
33
38
|
/**
|
|
34
39
|
* A struct which can be represented as a JavaScript object (VerifyGpgCleartextResult).
|
|
35
40
|
*/
|
|
36
|
-
struct VerifyGpgCleartextResult {
|
|
41
|
+
struct VerifyGpgCleartextResult final {
|
|
37
42
|
public:
|
|
38
43
|
bool valid SWIFT_PRIVATE;
|
|
39
44
|
std::optional<std::string> sha256 SWIFT_PRIVATE;
|
|
@@ -42,6 +47,9 @@ namespace margelo::nitro::reactnativebundlecrypto {
|
|
|
42
47
|
public:
|
|
43
48
|
VerifyGpgCleartextResult() = default;
|
|
44
49
|
explicit VerifyGpgCleartextResult(bool valid, std::optional<std::string> sha256, std::optional<std::string> reason): valid(valid), sha256(sha256), reason(reason) {}
|
|
50
|
+
|
|
51
|
+
public:
|
|
52
|
+
friend bool operator==(const VerifyGpgCleartextResult& lhs, const VerifyGpgCleartextResult& rhs) = default;
|
|
45
53
|
};
|
|
46
54
|
|
|
47
55
|
} // namespace margelo::nitro::reactnativebundlecrypto
|
|
@@ -54,16 +62,16 @@ namespace margelo::nitro {
|
|
|
54
62
|
static inline margelo::nitro::reactnativebundlecrypto::VerifyGpgCleartextResult fromJSI(jsi::Runtime& runtime, const jsi::Value& arg) {
|
|
55
63
|
jsi::Object obj = arg.asObject(runtime);
|
|
56
64
|
return margelo::nitro::reactnativebundlecrypto::VerifyGpgCleartextResult(
|
|
57
|
-
JSIConverter<bool>::fromJSI(runtime, obj.getProperty(runtime, "valid")),
|
|
58
|
-
JSIConverter<std::optional<std::string>>::fromJSI(runtime, obj.getProperty(runtime, "sha256")),
|
|
59
|
-
JSIConverter<std::optional<std::string>>::fromJSI(runtime, obj.getProperty(runtime, "reason"))
|
|
65
|
+
JSIConverter<bool>::fromJSI(runtime, obj.getProperty(runtime, PropNameIDCache::get(runtime, "valid"))),
|
|
66
|
+
JSIConverter<std::optional<std::string>>::fromJSI(runtime, obj.getProperty(runtime, PropNameIDCache::get(runtime, "sha256"))),
|
|
67
|
+
JSIConverter<std::optional<std::string>>::fromJSI(runtime, obj.getProperty(runtime, PropNameIDCache::get(runtime, "reason")))
|
|
60
68
|
);
|
|
61
69
|
}
|
|
62
70
|
static inline jsi::Value toJSI(jsi::Runtime& runtime, const margelo::nitro::reactnativebundlecrypto::VerifyGpgCleartextResult& arg) {
|
|
63
71
|
jsi::Object obj(runtime);
|
|
64
|
-
obj.setProperty(runtime, "valid", JSIConverter<bool>::toJSI(runtime, arg.valid));
|
|
65
|
-
obj.setProperty(runtime, "sha256", JSIConverter<std::optional<std::string>>::toJSI(runtime, arg.sha256));
|
|
66
|
-
obj.setProperty(runtime, "reason", JSIConverter<std::optional<std::string>>::toJSI(runtime, arg.reason));
|
|
72
|
+
obj.setProperty(runtime, PropNameIDCache::get(runtime, "valid"), JSIConverter<bool>::toJSI(runtime, arg.valid));
|
|
73
|
+
obj.setProperty(runtime, PropNameIDCache::get(runtime, "sha256"), JSIConverter<std::optional<std::string>>::toJSI(runtime, arg.sha256));
|
|
74
|
+
obj.setProperty(runtime, PropNameIDCache::get(runtime, "reason"), JSIConverter<std::optional<std::string>>::toJSI(runtime, arg.reason));
|
|
67
75
|
return obj;
|
|
68
76
|
}
|
|
69
77
|
static inline bool canConvert(jsi::Runtime& runtime, const jsi::Value& value) {
|
|
@@ -74,9 +82,9 @@ namespace margelo::nitro {
|
|
|
74
82
|
if (!nitro::isPlainObject(runtime, obj)) {
|
|
75
83
|
return false;
|
|
76
84
|
}
|
|
77
|
-
if (!JSIConverter<bool>::canConvert(runtime, obj.getProperty(runtime, "valid"))) return false;
|
|
78
|
-
if (!JSIConverter<std::optional<std::string>>::canConvert(runtime, obj.getProperty(runtime, "sha256"))) return false;
|
|
79
|
-
if (!JSIConverter<std::optional<std::string>>::canConvert(runtime, obj.getProperty(runtime, "reason"))) return false;
|
|
85
|
+
if (!JSIConverter<bool>::canConvert(runtime, obj.getProperty(runtime, PropNameIDCache::get(runtime, "valid")))) return false;
|
|
86
|
+
if (!JSIConverter<std::optional<std::string>>::canConvert(runtime, obj.getProperty(runtime, PropNameIDCache::get(runtime, "sha256")))) return false;
|
|
87
|
+
if (!JSIConverter<std::optional<std::string>>::canConvert(runtime, obj.getProperty(runtime, PropNameIDCache::get(runtime, "reason")))) return false;
|
|
80
88
|
return true;
|
|
81
89
|
}
|
|
82
90
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onekeyfe/react-native-bundle-crypto",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.82",
|
|
4
4
|
"description": "react-native-bundle-crypto",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -77,12 +77,12 @@
|
|
|
77
77
|
"eslint-plugin-prettier": "^5.5.4",
|
|
78
78
|
"jest": "^29.7.0",
|
|
79
79
|
"lefthook": "^2.0.3",
|
|
80
|
-
"nitrogen": "0.
|
|
80
|
+
"nitrogen": "0.35.2",
|
|
81
81
|
"prettier": "^2.8.8",
|
|
82
82
|
"react": "19.2.0",
|
|
83
83
|
"react-native": "patch:react-native@npm%3A0.83.0#~/.yarn/patches/react-native-npm-0.83.0-577d0f2d83.patch",
|
|
84
84
|
"react-native-builder-bob": "^0.40.13",
|
|
85
|
-
"react-native-nitro-modules": "0.
|
|
85
|
+
"react-native-nitro-modules": "0.35.2",
|
|
86
86
|
"release-it": "^19.0.4",
|
|
87
87
|
"turbo": "^2.5.6",
|
|
88
88
|
"typescript": "^5.9.2"
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"react": "*",
|
|
92
92
|
"react-native": "*",
|
|
93
|
-
"react-native-nitro-modules": "0.
|
|
93
|
+
"react-native-nitro-modules": "0.35.2"
|
|
94
94
|
},
|
|
95
95
|
"react-native-builder-bob": {
|
|
96
96
|
"source": "src",
|
|
@@ -165,6 +165,5 @@
|
|
|
165
165
|
"release-it"
|
|
166
166
|
],
|
|
167
167
|
"version": "0.56.0"
|
|
168
|
-
}
|
|
169
|
-
"stableVersion": "3.0.80"
|
|
168
|
+
}
|
|
170
169
|
}
|