@redocly/replay 0.19.0-next.8 → 0.19.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/{replay-index-CCU_86VO.js → replay-index-1nyo3GKQ.js} +1 -1
- package/dist/{replay-index-D8wtDm7J.js → replay-index-B-2BPGqI.js} +1 -1
- package/dist/{replay-index-CiAfmODL.js → replay-index-BtkyH7jG.js} +24414 -24897
- package/dist/{replay-index-DN1CKXTu.js → replay-index-ByJ9CDjb.js} +1 -1
- package/dist/{replay-index-Db6_9jvx.js → replay-index-CRSoWmsU.js} +1 -1
- package/dist/{replay-index-6ShALGJI.js → replay-index-D9J5Pr1K.js} +1 -1
- package/dist/{replay-index-CQjWhxby.js → replay-index-XdVm__ud.js} +1 -1
- package/dist/{replay-index-CYED19ue.js → replay-index-gs4LE2ro.js} +982 -1037
- package/dist/{replay-tauri-path-0YSb5Y08.js → replay-tauri-path-BP6Hv-Lq.js} +2 -2
- package/dist/{replay-tauri-path-IqeTkwNR.js → replay-tauri-path-Bfy56bHq.js} +1 -1
- package/dist/replay.cjs +1 -1
- package/dist/replay.js +1 -1
- package/package.json +8 -8
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as h, r as i, e as x } from "./replay-index-
|
|
2
|
-
import { d as j, i as b, j as d } from "./replay-index-
|
|
1
|
+
import { s as h, r as i, e as x } from "./replay-index-BtkyH7jG.js";
|
|
2
|
+
import { d as j, i as b, j as d } from "./replay-index-BtkyH7jG.js";
|
|
3
3
|
async function u(n, e) {
|
|
4
4
|
const t = h(), 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;
|
|
@@ -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-gs4LE2ro.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;
|
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-gs4LE2ro.js"),t=require("./replay-oauth2-redirect-handler-Bqw5UUvl.js");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.getCurrentTheme=e.getCurrentTheme;exports.resolveTheme=e.resolveTheme;exports.useTelemetry=e.useTelemetry;exports.useTelemetryClient=e.useTelemetryClient;exports.OAuth2Error=t.OAuth2Error;exports.handleOAuth2Redirect=t.handleOAuth2Redirect;
|
package/dist/replay.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { W as s, X as r, Y as t, Z as l, _ as m, a2 as o, a0 as p, a1 as y, $ as d, a3 as h, a4 as T } from "./replay-index-
|
|
1
|
+
import { W as s, X as r, Y as t, Z as l, _ as m, a2 as o, a0 as p, a1 as y, $ as d, a3 as h, a4 as T } from "./replay-index-BtkyH7jG.js";
|
|
2
2
|
import { O as n, h as O } from "./replay-oauth2-redirect-handler-CqKZB3aV.js";
|
|
3
3
|
export {
|
|
4
4
|
s as EmbeddedReplay,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/replay",
|
|
3
|
-
"version": "0.19.0
|
|
3
|
+
"version": "0.19.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/replay.cjs",
|
|
6
6
|
"module": "./dist/replay.js",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"react": "^19.1
|
|
19
|
-
"react-dom": "^19.1
|
|
18
|
+
"react": "^19.2.1",
|
|
19
|
+
"react-dom": "^19.2.1",
|
|
20
20
|
"react-router-dom": "^6.21.1",
|
|
21
21
|
"styled-components": "^5.3.11",
|
|
22
|
-
"@redocly/theme": "0.60.0
|
|
22
|
+
"@redocly/theme": "0.60.0"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@codemirror/autocomplete": "^6.15.0",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@redocly/hookstate-core": "^4.2.1",
|
|
43
43
|
"@redocly/hookstate-devtools": "^4.2.0",
|
|
44
44
|
"@redocly/hookstate-localstored": "^4.0.2",
|
|
45
|
-
"@redocly/openapi-core": "2.12.
|
|
46
|
-
"@redocly/respect-core": "2.12.
|
|
45
|
+
"@redocly/openapi-core": "2.12.3",
|
|
46
|
+
"@redocly/respect-core": "2.12.3",
|
|
47
47
|
"@redocly/vscode-json-languageservice": "^3.4.9",
|
|
48
48
|
"@tauri-apps/api": "2.4.1",
|
|
49
49
|
"@tauri-apps/plugin-dialog": "2.0.0-rc.1",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"@types/marked": "4.3.2",
|
|
81
81
|
"@types/node": "22.18.13",
|
|
82
82
|
"@types/path-browserify": "^1.0.3",
|
|
83
|
-
"@types/react": "^19.
|
|
84
|
-
"@types/react-dom": "^19.
|
|
83
|
+
"@types/react": "^19.2.7",
|
|
84
|
+
"@types/react-dom": "^19.2.3",
|
|
85
85
|
"@types/styled-components": "5.1.34",
|
|
86
86
|
"@vitejs/plugin-react-swc": "4.2.2",
|
|
87
87
|
"babel-jest": "29.7.0",
|