@oxvo/ai-live-assist 7.4.49 → 7.4.50

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.
@@ -39,7 +39,7 @@ export declare const resolveAiGuideProtocolVersion: (bootstrap: Pick<BootstrapCo
39
39
  export default class AiLiveAssist {
40
40
  private readonly app;
41
41
  private readonly options;
42
- readonly version = "7.4.49";
42
+ readonly version = "7.4.50";
43
43
  private readonly siteKey;
44
44
  private tabId;
45
45
  private readonly windowId;
package/cjs/index.js CHANGED
@@ -18,8 +18,8 @@ function aiLiveAssist(options = {}) {
18
18
  if (document.querySelector('[data-oxvo-ai-live-assist-root]')) {
19
19
  return undefined;
20
20
  }
21
- if (!app.checkRequiredVersion?.('7.4.49')) {
22
- console.warn('OXVO AI Guide requires @oxvo/browser version 7.4.49 or newer.');
21
+ if (!app.checkRequiredVersion?.('7.4.50')) {
22
+ console.warn('OXVO AI Guide requires @oxvo/browser version 7.4.50 or newer.');
23
23
  return undefined;
24
24
  }
25
25
  const instance = new AiLiveAssist_js_1.default(app, options);
package/cjs/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "7.4.49";
1
+ export declare const VERSION = "7.4.50";
package/cjs/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '7.4.49';
4
+ exports.VERSION = '7.4.50';
@@ -39,7 +39,7 @@ export declare const resolveAiGuideProtocolVersion: (bootstrap: Pick<BootstrapCo
39
39
  export default class AiLiveAssist {
40
40
  private readonly app;
41
41
  private readonly options;
42
- readonly version = "7.4.49";
42
+ readonly version = "7.4.50";
43
43
  private readonly siteKey;
44
44
  private tabId;
45
45
  private readonly windowId;
package/lib/index.js CHANGED
@@ -12,8 +12,8 @@ export default function aiLiveAssist(options = {}) {
12
12
  if (document.querySelector('[data-oxvo-ai-live-assist-root]')) {
13
13
  return undefined;
14
14
  }
15
- if (!app.checkRequiredVersion?.('7.4.49')) {
16
- console.warn('OXVO AI Guide requires @oxvo/browser version 7.4.49 or newer.');
15
+ if (!app.checkRequiredVersion?.('7.4.50')) {
16
+ console.warn('OXVO AI Guide requires @oxvo/browser version 7.4.50 or newer.');
17
17
  return undefined;
18
18
  }
19
19
  const instance = new AiLiveAssist(app, options);
package/lib/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "7.4.49";
1
+ export declare const VERSION = "7.4.50";
package/lib/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = '7.4.49';
1
+ export const VERSION = '7.4.50';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oxvo/ai-live-assist",
3
3
  "description": "Secure AI Guide browser plugin for OXVO Sessions.",
4
- "version": "7.4.49",
4
+ "version": "7.4.50",
5
5
  "keywords": [
6
6
  "ai-live-assist",
7
7
  "webrtc",
@@ -42,10 +42,10 @@
42
42
  "prepublishOnly": "bun run test && bun run build"
43
43
  },
44
44
  "peerDependencies": {
45
- "@oxvo/browser": ">=7.4.49"
45
+ "@oxvo/browser": ">=7.4.50"
46
46
  },
47
47
  "devDependencies": {
48
- "@oxvo/browser": "workspace:*",
48
+ "@oxvo/browser": "7.4.50",
49
49
  "@typescript-eslint/eslint-plugin": "^8.54.0",
50
50
  "@typescript-eslint/parser": "^8.54.0",
51
51
  "eslint": "^9.39.2",