@botpress/webchat 1.3.13 → 2.0.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/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @botpress/webchat@
|
|
2
|
+
> @botpress/webchat@2.0.0 build /home/runner/work/echo/echo/packages/webchat-frontend
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v4.4.11 [32mbuilding for production...[36m[39m
|
|
@@ -16,10 +16,10 @@ rendering chunks...
|
|
|
16
16
|
[32m
|
|
17
17
|
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
18
18
|
computing gzip size...
|
|
19
|
-
[32m[36m[vite:dts][32m Declaration files built in
|
|
19
|
+
[32m[36m[vite:dts][32m Declaration files built in 14905ms.
|
|
20
20
|
[39m
|
|
21
21
|
[2mdist/[22m[36mindex.js [39m[1m[2m 1.09 kB[22m[1m[22m[2m │ gzip: 0.52 kB[22m
|
|
22
|
-
[2mdist/[22m[36mindex-
|
|
23
|
-
[2mdist/[22m[36mindex-
|
|
24
|
-
[2mdist/[22m[36mindex.umd.cjs [39m[1m[33m989.
|
|
25
|
-
[32m✓ built in 24.
|
|
22
|
+
[2mdist/[22m[36mindex-773597b6.js [39m[1m[2m 118.52 kB[22m[1m[22m[2m │ gzip: 31.78 kB[22m
|
|
23
|
+
[2mdist/[22m[36mindex-c3cb8119.js [39m[1m[33m1,298.88 kB[39m[22m[2m │ gzip: 318.51 kB[22m
|
|
24
|
+
[2mdist/[22m[36mindex.umd.cjs [39m[1m[33m989.01 kB[39m[22m[2m │ gzip: 291.51 kB[22m
|
|
25
|
+
[32m✓ built in 24.05s[39m
|
|
@@ -14588,7 +14588,7 @@ const jU = ({ styles: e, type: t, options: n, label: r, reusable: i }) => {
|
|
|
14588
14588
|
] });
|
|
14589
14589
|
}, UU = ze(({ type: e, title: t, styles: n, url: r, ...i }, a) => {
|
|
14590
14590
|
var o, s, l;
|
|
14591
|
-
return /* @__PURE__ */ F.jsxs("a", { ...i, ...(o = n == null ? void 0 : n[e]) == null ? void 0 : o.container, href: r, download: !0, ref: a, children: [
|
|
14591
|
+
return /* @__PURE__ */ F.jsxs("a", { ...i, ...(o = n == null ? void 0 : n[e]) == null ? void 0 : o.container, href: r, download: !0, ref: a, target: "_blank", children: [
|
|
14592
14592
|
/* @__PURE__ */ F.jsx("p", { ...(s = n == null ? void 0 : n[e]) == null ? void 0 : s.title, children: t || r }),
|
|
14593
14593
|
/* @__PURE__ */ F.jsx(nL, { ...(l = n == null ? void 0 : n[e]) == null ? void 0 : l.icon })
|
|
14594
14594
|
] });
|
|
@@ -22692,7 +22692,7 @@ w(kE, "hasDefinitions");
|
|
|
22692
22692
|
async function TE(e, { cwd: t, $refOptions: n }) {
|
|
22693
22693
|
if (xn("green", "dereferencer", "Dereferencing input schema:", t, e), typeof process > "u")
|
|
22694
22694
|
throw new Error("process is not defined");
|
|
22695
|
-
const r = await import("./index-
|
|
22695
|
+
const r = await import("./index-773597b6.js").then((s) => s.i), i = new r.$RefParser(), a = /* @__PURE__ */ new WeakMap(), o = await i.dereference(t, e, K(R({}, n), {
|
|
22696
22696
|
dereference: K(R({}, n.dereference), {
|
|
22697
22697
|
onDereference(s, l) {
|
|
22698
22698
|
a.set(l, s);
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as t, B as r, C as m, f as c, e as i, h as n, F as h, H as p, i as S, L as d, M as l, j as C, k as u, m as P, R as b, W as g, n as v, v as M, w as f, D as k, E as y, p as W, s as x, o as B, b as H, G as I, q as L, l as R, y as T, t as w, x as A, d as F, u as j, z as q } from "./index-
|
|
1
|
+
import { A as t, B as r, C as m, f as c, e as i, h as n, F as h, H as p, i as S, L as d, M as l, j as C, k as u, m as P, R as b, W as g, n as v, v as M, w as f, D as k, E as y, p as W, s as x, o as B, b as H, G as I, q as L, l as R, y as T, t as w, x as A, d as F, u as j, z as q } from "./index-c3cb8119.js";
|
|
2
2
|
import "react";
|
|
3
3
|
import "react-dom";
|
|
4
4
|
export {
|