@redocly/replay 0.21.0-custom.0 → 0.21.0-custom.1
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-DSsG8WsX.js → replay-index-BrSK4nN6.js} +1 -1
- package/dist/{replay-index-QrPMcrlH.js → replay-index-CezG09Cr.js} +1 -1
- package/dist/replay-index-CtgaTys0.js +84 -0
- package/dist/{replay-index-QUwfb7et.js → replay-index-DgsuOvw3.js} +1 -1
- package/dist/{replay-index-By22gr5t.js → replay-index-DvbLJO6E.js} +1 -1
- package/dist/{replay-index-qNrVQE9x.js → replay-index-bBpjvqQ8.js} +1032 -1045
- package/dist/{replay-index-DJkzB5e_.js → replay-index-cbGr5kpz.js} +3786 -8931
- package/dist/{replay-index-OsYOLFjW.js → replay-index-rAhHOPrc.js} +25470 -24967
- package/dist/{replay-tauri-path-Hx9UNQhu.js → replay-tauri-path-BWGQBmvC.js} +2 -2
- package/dist/{replay-tauri-path-DoTdEpCx.js → replay-tauri-path-CZHD1G3t.js} +1 -1
- package/dist/replay.cjs +1 -1
- package/dist/replay.d.ts +2 -2
- package/dist/replay.js +3 -3
- package/package.json +6 -6
- package/dist/replay-index-BnyCUxkf.js +0 -94
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as h, r as i, e as x } from "./replay-index-
|
|
2
|
-
import { d as j, a as b, j as d } from "./replay-index-
|
|
1
|
+
import { s as h, r as i, e as x } from "./replay-index-rAhHOPrc.js";
|
|
2
|
+
import { d as j, a as b, j as d } from "./replay-index-rAhHOPrc.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-bBpjvqQ8.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-bBpjvqQ8.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.d.ts
CHANGED
|
@@ -367,7 +367,7 @@ declare interface OpenAPIParameter extends ParsedDescription {
|
|
|
367
367
|
const?: any;
|
|
368
368
|
}
|
|
369
369
|
|
|
370
|
-
declare type OpenAPIParameterLocation = 'query' | 'header' | 'path' | 'cookie';
|
|
370
|
+
declare type OpenAPIParameterLocation = 'query' | 'header' | 'path' | 'cookie' | 'querystring';
|
|
371
371
|
|
|
372
372
|
declare type OpenAPIParameterStyle = 'matrix' | 'label' | 'form' | 'simple' | 'spaceDelimited' | 'pipeDelimited' | 'deepObject';
|
|
373
373
|
|
|
@@ -503,7 +503,7 @@ declare interface OpenAPISecurityScheme extends ParsedDescription {
|
|
|
503
503
|
type: 'apiKey' | 'http' | 'oauth2' | 'openIdConnect';
|
|
504
504
|
description?: string;
|
|
505
505
|
name?: string;
|
|
506
|
-
in?: 'query' | 'header' | 'cookie';
|
|
506
|
+
in?: 'query' | 'header' | 'cookie' | 'querystring';
|
|
507
507
|
scheme?: string;
|
|
508
508
|
bearerFormat: string;
|
|
509
509
|
'x-defaultClientId'?: string;
|
package/dist/replay.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as s, M as r, R as t,
|
|
1
|
+
import { E as s, M as r, R as t, x as l, S as m, T as o, z as y, B as p, y as T, C as d, D as h } from "./replay-index-rAhHOPrc.js";
|
|
2
2
|
import { O as n, h as C } from "./replay-oauth2-redirect-handler-CqKZB3aV.js";
|
|
3
3
|
export {
|
|
4
4
|
s as EmbeddedReplay,
|
|
@@ -8,8 +8,8 @@ export {
|
|
|
8
8
|
l as ReplayOverlay,
|
|
9
9
|
m as SpanStatusCode,
|
|
10
10
|
o as TelemetryClient,
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
y as applyThemeToDOM,
|
|
12
|
+
p as getCurrentTheme,
|
|
13
13
|
C as handleOAuth2Redirect,
|
|
14
14
|
T as resolveTheme,
|
|
15
15
|
d as useTelemetry,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/replay",
|
|
3
|
-
"version": "0.21.0-custom.
|
|
3
|
+
"version": "0.21.0-custom.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/replay.cjs",
|
|
6
6
|
"module": "./dist/replay.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"react-dom": "^19.2.4",
|
|
21
21
|
"react-router-dom": "^6.30.3",
|
|
22
22
|
"styled-components": "^5.3.11",
|
|
23
|
-
"@redocly/theme": "0.62.0-custom.
|
|
23
|
+
"@redocly/theme": "0.62.0-custom.1"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@codemirror/autocomplete": "^6.15.0",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"@opentelemetry/api": "1.9.0",
|
|
46
46
|
"@redocly/hookstate-core": "^4.2.1",
|
|
47
47
|
"@redocly/hookstate-devtools": "^4.2.0",
|
|
48
|
-
"@redocly/openapi-core": "2.
|
|
49
|
-
"@redocly/respect-core": "2.
|
|
48
|
+
"@redocly/openapi-core": "2.19.0",
|
|
49
|
+
"@redocly/respect-core": "2.19.0",
|
|
50
50
|
"@redocly/vscode-json-languageservice": "^3.4.9",
|
|
51
51
|
"@tauri-apps/api": "2.4.1",
|
|
52
52
|
"@tauri-apps/plugin-dialog": "2.0.0-rc.1",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@uiw/codemirror-theme-material": "^4.21.20",
|
|
56
56
|
"@uiw/react-codemirror": "^4.21.20",
|
|
57
57
|
"dayjs": "^1.11.7",
|
|
58
|
-
"fast-xml-parser": "5.3.
|
|
58
|
+
"fast-xml-parser": "5.3.6",
|
|
59
59
|
"js-yaml": "4.1.1",
|
|
60
60
|
"json-pointer": "^0.6.2",
|
|
61
61
|
"json-schema-typed": "^8.0.1",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@types/react": "^19.2.7",
|
|
88
88
|
"@types/react-dom": "^19.2.3",
|
|
89
89
|
"@types/styled-components": "5.1.34",
|
|
90
|
-
"@vitejs/plugin-react-swc": "4.2.
|
|
90
|
+
"@vitejs/plugin-react-swc": "4.2.3",
|
|
91
91
|
"babel-jest": "29.7.0",
|
|
92
92
|
"identity-obj-proxy": "3.0.0",
|
|
93
93
|
"jest": "^29.7.0",
|