yaver-cli 1.99.108 → 1.99.109

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yaver-cli",
3
- "version": "1.99.108",
3
+ "version": "1.99.109",
4
4
  "mcpName": "io.github.kivanccakmak/yaver",
5
5
  "description": "Unified npm bootstrap for the Yaver agent, SDK injection, and local-first developer runtime",
6
6
  "bin": {
package/sdk-manifest.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "sdkVersion": "1.0.0",
3
3
  "expo": "54.0.33",
4
4
  "reactNative": "0.81.5",
5
- "react": "19.1.0",
5
+ "react": "19.2.5",
6
6
  "hermes": {
7
7
  "version": "0.81.5",
8
8
  "bytecodeVersion": 96
@@ -16,11 +16,11 @@
16
16
  "runtimeFamilies": [
17
17
  {
18
18
  "id": "family-a",
19
- "label": "Family A · Expo 54.0.33 / RN 0.81.5 / React 19.1.0 / BC96",
19
+ "label": "Family A · 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",
23
- "reactVersion": "19.1.0",
23
+ "reactVersion": "19.2.5",
24
24
  "hermesVersion": "0.81.5",
25
25
  "hermesBCVersion": 96,
26
26
  "supportedRNRange": "0.81.x",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  {
33
33
  "id": "family-b",
34
- "label": "Family B · SFMG pilot / Hetzner ephemeral proof slot",
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
35
  "sdkVersion": "1.0.0",
36
36
  "expoVersion": "54.0.33",
37
37
  "reactNativeVersion": "0.81.5",
@@ -39,12 +39,12 @@
39
39
  "hermesVersion": "0.81.5",
40
40
  "hermesBCVersion": 96,
41
41
  "supportedRNRange": "0.81.x",
42
- "compiledIn": false,
43
- "status": "planned",
44
- "manifestResource": "runtime-families/family-b/sdk-manifest.json",
45
- "packageRoot": "mobile-family-b",
42
+ "compiledIn": true,
43
+ "status": "active",
44
+ "manifestResource": "sdk-manifest.json",
45
+ "packageRoot": "mobile",
46
46
  "preferredPackageNames": ["sfmg"],
47
- "compiledInDisabledReason": "family-b declared compiledIn=true but the iOS binary only ships React 19.1.0 (mobile/package.json). The packageRoot directory mobile-family-b/ does not exist, so React 19.2.5 is NOT compiled into Yaver. The agent honored the preferredPackageNames hint and built SFMG against this family's contract (React 19.2.5), and Hermes crashed at JSObject::hasComputed with a corrupted HermesValue when SFMG's JSI calls hit the React 19.1.0 ABI on the device. Forcing this to false makes the runtime-family selector fall back to family-a (the real, compiled-in family) until a true family-b binary is built. To re-enable: actually compile React 19.2.5 + matching native modules into a separate iOS bundle slot, then flip this back to true."
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
48
  }
49
49
  ],
50
50
  "nativeModules": {