@getuserfeedback/react-native 3.0.76 → 3.0.77

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.
@@ -8,15 +8,10 @@ type NativeFlowAllocationCommand = (Omit<Extract<CoreTranslatablePublicCommandPa
8
8
  }) | Extract<CoreTranslatablePublicCommandPayload, {
9
9
  kind: "prefetch" | "prerender";
10
10
  }>;
11
- type NativeScopedCloseCommand = Extract<CoreTranslatablePublicCommandPayload, {
12
- kind: "close";
13
- }> & {
14
- flowHandleId: string;
15
- };
16
11
  /** Public commands accepted by the direct native provider session. */
17
12
  type NativeDirectCommandPayload = Exclude<CoreTranslatablePublicCommandPayload, {
18
- kind: "init" | "open" | "prefetch" | "prerender" | "close" | "reset";
19
- }> | NativeFlowAllocationCommand | NativeScopedCloseCommand;
13
+ kind: "init" | "open" | "prefetch" | "prerender" | "reset";
14
+ }> | NativeFlowAllocationCommand;
20
15
  /** Public command envelope accepted by the direct native provider session. */
21
16
  export type NativeDirectCommandEnvelope = Omit<CommandEnvelopeWithInstanceId, "command"> & {
22
17
  command: NativeDirectCommandPayload;
@@ -1,6 +1,6 @@
1
1
  import { getFlowHandleFromSettlementDetail } from "@getuserfeedback/protocol/host";
2
2
  import { toCoreCommandPayload, } from "@getuserfeedback/protocol/internal/public-core-command";
3
- // TODO(migration): Route reset, unscoped close, and the public provider client through this core-ordered direct session.
3
+ // TODO(migration): Route reset and the public provider client through this core-ordered direct session.
4
4
  // [from=native-core-ordered-command-session] [to=native-provider-direct-session] [scope=slice] [principle=core-owned-flow-lifecycle] [priority=high] [impact=high] [risk=high] [epic=runtime-neutral-view-host-orchestration] [epic_order=180]
5
5
  export function createNativeDirectCommandSession(input) {
6
6
  const dispatchToCore = (envelope, command) => {
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.76";
6
+ export const REACT_NATIVE_SDK_VERSION = reactNativeSdkVersion.length > 0 ? reactNativeSdkVersion : "3.0.77";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getuserfeedback/react-native",
3
- "version": "3.0.76",
3
+ "version": "3.0.77",
4
4
  "description": "getuserfeedback React Native SDK",
5
5
  "keywords": [
6
6
  "getuserfeedback",