@onekeyfe/react-native-split-bundle-loader 3.0.21 → 3.0.22
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/ios/SplitBundleLoader.h +1 -1
- package/package.json +2 -2
package/ios/SplitBundleLoader.h
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
/// Evaluate a JS bundle file inside the given RCTHost's runtime.
|
|
19
19
|
/// Used for the common + entry split-bundle loading strategy:
|
|
20
|
-
/// 1. RCTHost boots with common.
|
|
20
|
+
/// 1. RCTHost boots with common.bundle (polyfills + shared modules)
|
|
21
21
|
/// 2. After the runtime is ready, this evaluates the entry-specific bundle
|
|
22
22
|
/// (main.jsbundle or background.bundle) via jsi::Runtime::evaluateJavaScript.
|
|
23
23
|
///
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onekeyfe/react-native-split-bundle-loader",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.22",
|
|
4
4
|
"description": "react-native-split-bundle-loader",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"typescript": "^5.9.2"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
|
-
"@onekeyfe/react-native-bundle-update": ">=3.0.
|
|
85
|
+
"@onekeyfe/react-native-bundle-update": ">=3.0.22",
|
|
86
86
|
"react": "*",
|
|
87
87
|
"react-native": "*"
|
|
88
88
|
},
|