@redocly/replay 0.22.0-next.0 → 0.22.0-next.2
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-BGaR6FIH.js +21 -0
- package/dist/replay-index-CCdgmEj-.js +81 -0
- package/dist/replay-index-CK_CAbBV.js +1 -0
- package/dist/{replay-index-BUBW9LMb.js → replay-index-COvsyj0J.js} +26069 -25710
- package/dist/{replay-index-BlUkoubf.js → replay-index-CcBPsk3t.js} +4574 -9942
- package/dist/{replay-index-CI3uoe88.js → replay-index-D90V7ymI.js} +1005 -1018
- package/dist/{replay-index-C1nn1nqS.js → replay-index-DBYZZ67V.js} +1 -1
- package/dist/{replay-index-N0bz99BZ.js → replay-index-DCj7gnE9.js} +1 -1
- package/dist/{replay-tauri-path-DJb2eBSW.js → replay-tauri-path-BZnc0Dw-.js} +1 -1
- package/dist/{replay-tauri-path-XFqDTfoO.js → replay-tauri-path-Xn94ZaOO.js} +2 -2
- package/dist/replay.cjs +1 -1
- package/dist/replay.d.ts +2 -2
- package/dist/replay.js +3 -3
- package/package.json +5 -5
- package/dist/replay-index-C6SJPGDO.js +0 -23
- package/dist/replay-index-CArP7R8K.js +0 -94
- package/dist/replay-index-CUs62_1f.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./replay-index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./replay-index-D90V7ymI.js");async function n(e={}){return typeof e=="object"&&Object.freeze(e),await t.invoke("plugin:dialog|open",{options:e})}exports.open=n;
|
|
@@ -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-D90V7ymI.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, a as b, j as d } from "./replay-index-
|
|
1
|
+
import { s as h, r as i, e as x } from "./replay-index-COvsyj0J.js";
|
|
2
|
+
import { d as j, a as b, j as d } from "./replay-index-COvsyj0J.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-D90V7ymI.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, C as p, y as T, D as d, F as h } from "./replay-index-COvsyj0J.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.22.0-next.
|
|
3
|
+
"version": "0.22.0-next.2",
|
|
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.63.0-next.
|
|
23
|
+
"@redocly/theme": "0.63.0-next.2"
|
|
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.18.2",
|
|
49
|
+
"@redocly/respect-core": "2.18.2",
|
|
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",
|
|
@@ -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",
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
async function e(n, r = {}, o) {
|
|
2
|
-
return window.__TAURI_INTERNALS__.invoke(n, r, o);
|
|
3
|
-
}
|
|
4
|
-
async function p(n, r) {
|
|
5
|
-
await e("plugin:opener|open_url", {
|
|
6
|
-
url: n,
|
|
7
|
-
with: r
|
|
8
|
-
});
|
|
9
|
-
}
|
|
10
|
-
async function t(n, r) {
|
|
11
|
-
await e("plugin:opener|open_path", {
|
|
12
|
-
path: n,
|
|
13
|
-
with: r
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
async function i(n) {
|
|
17
|
-
return e("plugin:opener|reveal_item_in_dir", { paths: typeof n == "string" ? [n] : n });
|
|
18
|
-
}
|
|
19
|
-
export {
|
|
20
|
-
t as openPath,
|
|
21
|
-
p as openUrl,
|
|
22
|
-
i as revealItemInDir
|
|
23
|
-
};
|