obi-sdk 0.5.1 → 0.5.2
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/modular/chunks/index-66be3d4f.js +6 -0
- package/dist/modular/chunks/index-66be3d4f.js.map +1 -0
- package/dist/modular/chunks/{obi-widget-2b8e7b28.js → obi-widget-3bb30929.js} +2 -2
- package/dist/modular/chunks/{obi-widget-2b8e7b28.js.map → obi-widget-3bb30929.js.map} +1 -1
- package/dist/modular/chunks/{types-fad85d8c.js → types-e0297e7b.js} +2 -2
- package/dist/modular/chunks/{types-fad85d8c.js.map → types-e0297e7b.js.map} +1 -1
- package/dist/modular/core.js +1 -1
- package/dist/modular/index.js +2 -2
- package/dist/modular/ui.js +11 -11
- package/dist/obi-sdk.es.js +2 -2
- package/dist/obi-sdk.standalone.iife.js +1 -1
- package/dist/obi-sdk.standalone.iife.js.map +1 -1
- package/dist/obi-sdk.umd.js +1 -1
- package/package.json +3 -3
- package/dist/modular/chunks/index-ade17481.js +0 -6
- package/dist/modular/chunks/index-ade17481.js.map +0 -1
package/dist/modular/core.js
CHANGED
package/dist/modular/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { O as ObiWidget } from "./chunks/obi-widget-
|
|
2
|
-
import "./chunks/types-
|
|
1
|
+
import { O as ObiWidget } from "./chunks/obi-widget-3bb30929.js";
|
|
2
|
+
import "./chunks/types-e0297e7b.js";
|
|
3
3
|
const DEBUG_BUILD$2 = typeof __SENTRY_DEBUG__ === "undefined" || __SENTRY_DEBUG__;
|
|
4
4
|
const SDK_VERSION = "9.23.0";
|
|
5
5
|
const GLOBAL_OBJ = globalThis;
|
package/dist/modular/ui.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { S as SDKState } from "./chunks/types-
|
|
2
|
-
import { i, n, a as i$1, x } from "./chunks/obi-widget-
|
|
3
|
-
import { A, C, c, d, D, N, b, O, S } from "./chunks/obi-widget-
|
|
1
|
+
import { S as SDKState } from "./chunks/types-e0297e7b.js";
|
|
2
|
+
import { i, n, a as i$1, x } from "./chunks/obi-widget-3bb30929.js";
|
|
3
|
+
import { A, C, c, d, D, N, b, O, S } from "./chunks/obi-widget-3bb30929.js";
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
5
5
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
6
|
var __decorateClass = (decorators, target, key, kind) => {
|
|
@@ -85,14 +85,14 @@ if (!customElements.get("obi-status-widget")) {
|
|
|
85
85
|
const statusWidget = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, ObiStatusWidget }, Symbol.toStringTag, { value: "Module" }));
|
|
86
86
|
function defineCustomElements() {
|
|
87
87
|
Promise.resolve().then(() => statusWidget);
|
|
88
|
-
import("./chunks/index-
|
|
89
|
-
import("./chunks/obi-widget-
|
|
90
|
-
import("./chunks/obi-widget-
|
|
91
|
-
import("./chunks/obi-widget-
|
|
92
|
-
import("./chunks/obi-widget-
|
|
93
|
-
import("./chunks/obi-widget-
|
|
94
|
-
import("./chunks/obi-widget-
|
|
95
|
-
import("./chunks/obi-widget-
|
|
88
|
+
import("./chunks/index-66be3d4f.js");
|
|
89
|
+
import("./chunks/obi-widget-3bb30929.js").then((n2) => n2.j);
|
|
90
|
+
import("./chunks/obi-widget-3bb30929.js").then((n2) => n2.k);
|
|
91
|
+
import("./chunks/obi-widget-3bb30929.js").then((n2) => n2.e);
|
|
92
|
+
import("./chunks/obi-widget-3bb30929.js").then((n2) => n2.f);
|
|
93
|
+
import("./chunks/obi-widget-3bb30929.js").then((n2) => n2.s);
|
|
94
|
+
import("./chunks/obi-widget-3bb30929.js").then((n2) => n2.g);
|
|
95
|
+
import("./chunks/obi-widget-3bb30929.js").then((n2) => n2.h);
|
|
96
96
|
}
|
|
97
97
|
export {
|
|
98
98
|
A as AudioEqualizer,
|
package/dist/obi-sdk.es.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{
|
|
3
3
|
try {
|
|
4
4
|
let e2 = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n3 = new e2.Error().stack;
|
|
5
|
-
n3 && (e2._sentryDebugIds = e2._sentryDebugIds || {}, e2._sentryDebugIds[n3] = "
|
|
5
|
+
n3 && (e2._sentryDebugIds = e2._sentryDebugIds || {}, e2._sentryDebugIds[n3] = "37c4aece-0c18-49ee-9976-1bb50b6c0a83", e2._sentryDebugIdIdentifier = "sentry-dbid-37c4aece-0c18-49ee-9976-1bb50b6c0a83");
|
|
6
6
|
} catch (e2) {
|
|
7
7
|
}
|
|
8
8
|
}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
import { css, LitElement, html, svg, nothing } from "lit";
|
|
11
11
|
{
|
|
12
12
|
let _global = typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : {};
|
|
13
|
-
_global.SENTRY_RELEASE = { id: "
|
|
13
|
+
_global.SENTRY_RELEASE = { id: "76201f7f8acce6fd066fac794e526d77aaccca25" };
|
|
14
14
|
}
|
|
15
15
|
const API_BASE_URL = "https://app.coragents.ai/api";
|
|
16
16
|
const PATH_PARAM_RE = /\{[^{}]+\}/g;
|