@bytexbyte/nxtlinq-ai-agent-sdk 1.6.6 → 1.6.7

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.
@@ -104,11 +104,11 @@ isStopRecordingOnSend = false, }) => {
104
104
  signerRef.current = signer;
105
105
  }, [signer]);
106
106
  React.useEffect(() => {
107
- if (!transcript || isLoading) {
107
+ if (!transcript) {
108
108
  return;
109
109
  }
110
110
  setInputValue(transcript);
111
- }, [transcript, isLoading]);
111
+ }, [transcript]);
112
112
  React.useEffect(() => {
113
113
  isRecordingRef.current = isRecording;
114
114
  }, [isRecording]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytexbyte/nxtlinq-ai-agent-sdk",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "description": "Nxtlinq AI Agent SDK - Proprietary Software with enhanced async operation handling",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",