@wise/dynamic-flow-client-internal 5.13.0 → 5.13.2-experimental-e750b58
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/build/main.js
CHANGED
|
@@ -275,7 +275,7 @@ var import_react24 = require("react");
|
|
|
275
275
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
276
276
|
var appVersion = (
|
|
277
277
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
278
|
-
typeof process !== "undefined" ? "5.13.
|
|
278
|
+
typeof process !== "undefined" ? "5.13.1" : "0.0.0"
|
|
279
279
|
);
|
|
280
280
|
|
|
281
281
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
|
@@ -4285,7 +4285,8 @@ var getSubflowRenderer = ({
|
|
|
4285
4285
|
onError: props.onError,
|
|
4286
4286
|
onCancellation: props.onCancellation,
|
|
4287
4287
|
onEvent: props.onEvent
|
|
4288
|
-
}
|
|
4288
|
+
},
|
|
4289
|
+
props.uid
|
|
4289
4290
|
);
|
|
4290
4291
|
}
|
|
4291
4292
|
};
|
package/build/main.mjs
CHANGED
|
@@ -257,7 +257,7 @@ import { useMemo as useMemo2 } from "react";
|
|
|
257
257
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
258
258
|
var appVersion = (
|
|
259
259
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
260
|
-
typeof process !== "undefined" ? "5.13.
|
|
260
|
+
typeof process !== "undefined" ? "5.13.1" : "0.0.0"
|
|
261
261
|
);
|
|
262
262
|
|
|
263
263
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
|
@@ -4276,7 +4276,8 @@ var getSubflowRenderer = ({
|
|
|
4276
4276
|
onError: props.onError,
|
|
4277
4277
|
onCancellation: props.onCancellation,
|
|
4278
4278
|
onEvent: props.onEvent
|
|
4279
|
-
}
|
|
4279
|
+
},
|
|
4280
|
+
props.uid
|
|
4280
4281
|
);
|
|
4281
4282
|
}
|
|
4282
4283
|
};
|