@redocly/replay 0.19.0-next.3 → 0.19.0-next.4
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-CjwQQPVU.js → replay-index-BaPjCumo.js} +836 -828
- package/dist/{replay-index-5o-Am3ZN.js → replay-index-ByJGsujY.js} +1 -1
- package/dist/{replay-index-KJEJQsMT.js → replay-index-Cz6SRNih.js} +1 -1
- package/dist/{replay-index-Bqu5_aCL.js → replay-index-DxmOrvnr.js} +1 -1
- package/dist/{replay-index-CPLzBuEB.js → replay-index-EOLcLPbT.js} +1 -1
- package/dist/{replay-index-Ck4s7T_2.js → replay-index-VJE4ELop.js} +14055 -13979
- package/dist/{replay-tauri-path-Ccfaa5ka.js → replay-tauri-path-BH4VW5ev.js} +1 -1
- package/dist/{replay-tauri-path-B3PSIE84.js → replay-tauri-path-DdmzDP2i.js} +2 -2
- package/dist/replay.cjs +1 -1
- package/dist/replay.d.ts +1 -0
- package/dist/replay.js +1 -1
- package/package.json +5 -5
|
@@ -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-BaPjCumo.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 { 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-VJE4ELop.js";
|
|
2
|
+
import { d as j, i as b, j as d } from "./replay-index-VJE4ELop.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;
|
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-BaPjCumo.js");exports.EmbeddedReplay=e.EmbeddedReplay;exports.Modal=e.Modal;exports.Replay=e.Replay;exports.ReplayOverlay=e.ReplayOverlay;exports.applyThemeToDOM=e.applyThemeToDOM;exports.getCurrentTheme=e.getCurrentTheme;exports.resolveTheme=e.resolveTheme;
|
package/dist/replay.d.ts
CHANGED
|
@@ -332,6 +332,7 @@ declare interface OpenAPIPath extends Partial<OpenAPIRef>, ParsedDescriptionWith
|
|
|
332
332
|
head?: OpenAPIOperation;
|
|
333
333
|
patch?: OpenAPIOperation;
|
|
334
334
|
trace?: OpenAPIOperation;
|
|
335
|
+
additionalOperations?: Record<string, OpenAPIOperation>;
|
|
335
336
|
servers?: OpenAPIServer[];
|
|
336
337
|
parameters?: Array<Referenced<OpenAPIParameter>>;
|
|
337
338
|
}
|
package/dist/replay.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/replay",
|
|
3
|
-
"version": "0.19.0-next.
|
|
3
|
+
"version": "0.19.0-next.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/replay.cjs",
|
|
6
6
|
"module": "./dist/replay.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"react-dom": "^19.1.0",
|
|
20
20
|
"react-router-dom": "^6.21.1",
|
|
21
21
|
"styled-components": "^5.3.11",
|
|
22
|
-
"@redocly/theme": "0.60.0-next.
|
|
22
|
+
"@redocly/theme": "0.60.0-next.3"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@codemirror/autocomplete": "^6.15.0",
|
|
@@ -55,8 +55,7 @@
|
|
|
55
55
|
"react-resizable-panels": "2.1.7",
|
|
56
56
|
"react-select": "5.10.1",
|
|
57
57
|
"styled-components": "^5.3.11",
|
|
58
|
-
"usehooks-ts": "^3.1.1"
|
|
59
|
-
"@redocly/replay-asyncapi-sdk": "0.0.1"
|
|
58
|
+
"usehooks-ts": "^3.1.1"
|
|
60
59
|
},
|
|
61
60
|
"devDependencies": {
|
|
62
61
|
"@babel/preset-env": "7.26.0",
|
|
@@ -84,7 +83,8 @@
|
|
|
84
83
|
"typescript": "5.9.3",
|
|
85
84
|
"vite": "7.1.9",
|
|
86
85
|
"vite-plugin-dts": "4.5.4",
|
|
87
|
-
"vite-tsconfig-paths": "4.3.2"
|
|
86
|
+
"vite-tsconfig-paths": "4.3.2",
|
|
87
|
+
"@redocly/replay-asyncapi-sdk": "0.0.1"
|
|
88
88
|
},
|
|
89
89
|
"scripts": {
|
|
90
90
|
"start": "vite",
|