@redocly/replay 0.24.0-next.5 → 0.24.0-next.6
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/{replay-index-_BklGRsq.js → replay-index-BYuFyUHQ.js} +1 -1
- package/dist/{replay-index-Dr8zYd7m.js → replay-index-DRC1NPbj.js} +1051 -1051
- package/dist/{replay-index-BaSiOcII.js → replay-index-De6tUBSJ.js} +14418 -14379
- package/dist/{replay-index-BLUEG3ZX.js → replay-index-DyPDj_PE.js} +1 -1
- package/dist/{replay-respect-run-BTOfM8PA.js → replay-respect-run-BHog6HhC.js} +39 -39
- package/dist/{replay-respect-run-fEFPPKD1.js → replay-respect-run-p4AExwze.js} +841 -830
- package/dist/{replay-tauri-path-CdQLJfnr.js → replay-tauri-path-BBYbmqQW.js} +1 -1
- package/dist/{replay-tauri-path-S79gY9Vh.js → replay-tauri-path-Dxg92Ynw.js} +2 -2
- package/dist/replay.cjs +1 -1
- package/dist/replay.js +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./replay-index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./replay-index-DRC1NPbj.js");async function u(r,n){const t=e.sep(),l=await e.resolve(r),c=await e.resolve(n),a=l.replace(new RegExp(`^${t}+`),"").split(t).filter(Boolean),i=c.replace(new RegExp(`^${t}+`),"").split(t).filter(Boolean),m=Math.min(a.length,i.length);let s=0;for(let o=0;o<m&&a[o]===i[o];o++)s++;const p=a.slice(s).map(()=>".."),f=i.slice(s);return[...p,...f].join(t)}async function g(r){const n=await e.extname(r);return n?`.${n}`:""}exports.dirname=e.dirname;exports.isAbsolute=e.isAbsolute;exports.join=e.join;exports.resolve=e.resolve;exports.extname=g;exports.relative=u;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { e as h, s as x, r as i } from "./replay-index-
|
|
2
|
-
import { d as j, a as b, j as d } from "./replay-index-
|
|
1
|
+
import { e as h, s as x, r as i } from "./replay-index-De6tUBSJ.js";
|
|
2
|
+
import { d as j, a as b, j as d } from "./replay-index-De6tUBSJ.js";
|
|
3
3
|
async function u(n, e) {
|
|
4
4
|
const t = x(), l = await i(n), c = await i(e), o = l.replace(new RegExp(`^${t}+`), "").split(t).filter(Boolean), r = c.replace(new RegExp(`^${t}+`), "").split(t).filter(Boolean), m = Math.min(o.length, r.length);
|
|
5
5
|
let s = 0;
|
package/dist/replay.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./replay-index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./replay-index-DRC1NPbj.js"),t=require("./replay-oauth2-redirect-handler-Bqw5UUvl.js");exports.AgentLoop=e.AgentLoop;exports.AiPanelContext=e.AiPanelContext;exports.EmbeddedReplay=e.EmbeddedReplay;exports.Modal=e.Modal;exports.Replay=e.Replay;exports.ReplayOverlay=e.ReplayOverlay;Object.defineProperty(exports,"SpanStatusCode",{enumerable:!0,get:()=>e.SpanStatusCode});exports.TelemetryClient=e.TelemetryClient;exports.applyThemeToDOM=e.applyThemeToDOM;exports.createResource=e.createResource;exports.getCurrentTheme=e.getCurrentTheme;exports.resolveTheme=e.resolveTheme;exports.useAiPanel=e.useAiPanel;exports.useTelemetry=e.useTelemetry;exports.useTelemetryClient=e.useTelemetryClient;exports.validateApiKey=e.validateApiKey;exports.OAuth2Error=t.OAuth2Error;exports.handleOAuth2Redirect=t.handleOAuth2Redirect;
|
package/dist/replay.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { w as s, x as t, E as r, M as l, R as o, y as p, S as y, T as m, z as n, C as d, D as u, F as T, G as h, H as i, I as A, K as C } from "./replay-index-
|
|
1
|
+
import { w as s, x as t, E as r, M as l, R as o, y as p, S as y, T as m, z as n, C as d, D as u, F as T, G as h, H as i, I as A, K as C } from "./replay-index-De6tUBSJ.js";
|
|
2
2
|
import { O, h as x } from "./replay-oauth2-redirect-handler-CqKZB3aV.js";
|
|
3
3
|
export {
|
|
4
4
|
s as AgentLoop,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/replay",
|
|
3
|
-
"version": "0.24.0-next.
|
|
3
|
+
"version": "0.24.0-next.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/replay.cjs",
|
|
6
6
|
"module": "./dist/replay.js",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"@opentelemetry/api": "1.9.0",
|
|
51
51
|
"@redocly/hookstate-core": "4.2.3",
|
|
52
52
|
"@redocly/hookstate-devtools": "^4.2.0",
|
|
53
|
-
"@redocly/openapi-core": "2.30.
|
|
54
|
-
"@redocly/respect-core": "2.30.
|
|
53
|
+
"@redocly/openapi-core": "2.30.5",
|
|
54
|
+
"@redocly/respect-core": "2.30.5",
|
|
55
55
|
"@redocly/vscode-json-languageservice": "^3.4.9",
|
|
56
56
|
"@tauri-apps/api": "2.4.1",
|
|
57
57
|
"@tauri-apps/plugin-dialog": "2.0.0-rc.1",
|