yaver-cli 1.99.114 → 1.99.116
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/package.json +1 -1
- package/sdk-manifest.json +1 -18
package/package.json
CHANGED
package/sdk-manifest.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"runtimeFamilies": [
|
|
17
17
|
{
|
|
18
18
|
"id": "family-a",
|
|
19
|
-
"label": "Family A
|
|
19
|
+
"label": "Family A \u00b7 Expo 54.0.33 / RN 0.81.5 / React 19.2.5 / BC96",
|
|
20
20
|
"sdkVersion": "1.0.0",
|
|
21
21
|
"expoVersion": "54.0.33",
|
|
22
22
|
"reactNativeVersion": "0.81.5",
|
|
@@ -28,23 +28,6 @@
|
|
|
28
28
|
"status": "active",
|
|
29
29
|
"manifestResource": "sdk-manifest.json",
|
|
30
30
|
"packageRoot": "mobile"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"id": "family-b",
|
|
34
|
-
"label": "Family B · Expo 54.0.33 / RN 0.81.5 / React 19.2.5 / BC96 (merged into Family A 2026-05-02)",
|
|
35
|
-
"sdkVersion": "1.0.0",
|
|
36
|
-
"expoVersion": "54.0.33",
|
|
37
|
-
"reactNativeVersion": "0.81.5",
|
|
38
|
-
"reactVersion": "19.2.5",
|
|
39
|
-
"hermesVersion": "0.81.5",
|
|
40
|
-
"hermesBCVersion": 96,
|
|
41
|
-
"supportedRNRange": "0.81.x",
|
|
42
|
-
"compiledIn": true,
|
|
43
|
-
"status": "active",
|
|
44
|
-
"manifestResource": "sdk-manifest.json",
|
|
45
|
-
"packageRoot": "mobile",
|
|
46
|
-
"preferredPackageNames": ["sfmg"],
|
|
47
|
-
"compiledInNote": "Mobile/package.json now installs React 19.2.5, so the iOS binary natively supports the same ABI as Family B. Family A and Family B share the same compiled runtime — a guest project that fingerprinted to either one loads safely. The preferredPackageNames hint stays so SFMG's selection logs still surface family-b as the historical pilot slot."
|
|
48
31
|
}
|
|
49
32
|
],
|
|
50
33
|
"nativeModules": {
|