@getuserfeedback/react-native 3.0.65 → 3.0.66

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.
@@ -195,8 +195,6 @@ export function NativeRuntimeRoot({ coreUrl, coreWebViewComponent, coreWebViewPr
195
195
  webViewProps: viewWebViewProps,
196
196
  }));
197
197
  }
198
- // TODO(architecture): Extract the host-neutral flow-command seam from loader before attaching flow lifecycle commands here; keep direct commands on the settled core session.
199
- // [from=provider-owned-native-direct-command-routing] [to=shared-flow-command-orchestration] [scope=slice] [principle=core-owned-flow-lifecycle] [priority=high] [impact=high] [risk=high] [epic=runtime-neutral-view-host-orchestration] [epic_order=120]
200
198
  export function NativeProviderRuntime(_a) {
201
199
  var { initOptions, instanceId, onCommandSessionChange } = _a, runtimeProps = __rest(_a, ["initOptions", "instanceId", "onCommandSessionChange"]);
202
200
  const handleCommandSessionChange = useCallback((session) => {
package/dist/version.js CHANGED
@@ -3,4 +3,4 @@ const reactNativeSdkVersion = typeof __GX_REACT_NATIVE_SDK_VERSION__ === "string
3
3
  : "";
4
4
  // Build scripts patch this fallback to the package version for published artifacts.
5
5
  // Source-linked workspace usage keeps the local fallback.
6
- export const REACT_NATIVE_SDK_VERSION = reactNativeSdkVersion.length > 0 ? reactNativeSdkVersion : "3.0.65";
6
+ export const REACT_NATIVE_SDK_VERSION = reactNativeSdkVersion.length > 0 ? reactNativeSdkVersion : "3.0.66";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getuserfeedback/react-native",
3
- "version": "3.0.65",
3
+ "version": "3.0.66",
4
4
  "description": "getuserfeedback React Native SDK",
5
5
  "keywords": [
6
6
  "getuserfeedback",
@@ -44,8 +44,8 @@
44
44
  "lint": "biome check ."
45
45
  },
46
46
  "dependencies": {
47
- "@getuserfeedback/protocol": "^3.17.2",
48
- "@getuserfeedback/sdk": "^0.11.2",
47
+ "@getuserfeedback/protocol": "^3.18.0",
48
+ "@getuserfeedback/sdk": "^0.12.0",
49
49
  "robot3": "^1.2.0"
50
50
  },
51
51
  "peerDependencies": {