@skippr/live-agent-sdk 0.120.0 → 0.121.0
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/dist/esm/lib-exports.js +3 -1
- package/dist/skippr-sdk.js +42 -42
- package/package.json +1 -1
package/dist/esm/lib-exports.js
CHANGED
|
@@ -5467,6 +5467,7 @@ function usePlanUpdates() {
|
|
|
5467
5467
|
// src/hooks/useSession.ts
|
|
5468
5468
|
import { useCallback as useCallback15, useEffect as useEffect20, useRef as useRef15, useState as useState17 } from "react";
|
|
5469
5469
|
var API_URL4 = "https://app.skippr.ai/api";
|
|
5470
|
+
var SDK_VERSION = "0.121.0";
|
|
5470
5471
|
async function fetchSessionMessages(sessionId, authedFetch) {
|
|
5471
5472
|
try {
|
|
5472
5473
|
const resp = await authedFetch(`${API_URL4}/v1/sessions/${sessionId}/messages`);
|
|
@@ -5740,7 +5741,8 @@ function useSession({
|
|
|
5740
5741
|
adoptionGoalId,
|
|
5741
5742
|
autoStarted,
|
|
5742
5743
|
userContext: requestUserContext,
|
|
5743
|
-
locale
|
|
5744
|
+
locale,
|
|
5745
|
+
sdkVersion: SDK_VERSION
|
|
5744
5746
|
})
|
|
5745
5747
|
});
|
|
5746
5748
|
if (!startResp.ok) {
|