@redocly/replay 0.18.0 → 0.19.0-custom.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.
@@ -1,4 +1,4 @@
1
- import { b as Gt, a as U, p as Y, c as Io, f as ke, g as cr, h as Do, k as rr, l as Lo, y as fr, m as X, n as Re, o as Zt, q as No, t as ur, u as Yt, v as we, R as Ze, w as jo, x as Wo, C as V, z as Dt, A as qo, B as Uo, S as es, U as rs, D as J, E as zo, F as Bo, G as xo, H as Mo, I as Vo, J as Ko, K as Ho, L as Jo, M as Xo, N as Lt, O as Qo, P as Nt, Q as Go, T as Zo } from "./replay-index-BExnbqCh.js";
1
+ import { b as Gt, a as U, p as Y, c as Io, f as ke, g as cr, h as Do, k as rr, l as Lo, y as fr, m as X, n as Re, o as Zt, q as No, t as ur, u as Yt, v as we, R as Ze, w as jo, x as Wo, C as V, z as Dt, A as qo, B as Uo, S as es, U as rs, D as J, E as zo, F as Bo, G as xo, H as Mo, I as Vo, J as Ko, K as Ho, L as Jo, M as Xo, N as Lt, O as Qo, P as Nt, Q as Go, T as Zo } from "./replay-index-BWipGAO0.js";
2
2
  async function Yo(r) {
3
3
  const { descriptionPath: t, externalRefResolver: e, base: n } = r, a = await Gt({
4
4
  base: n,
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./replay-index-wIVtujmr.js");async function n(e={}){return typeof e=="object"&&Object.freeze(e),await t.invoke("plugin:dialog|open",{options:e})}exports.open=n;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./replay-index-CWlaVfYY.js");async function n(e={}){return typeof e=="object"&&Object.freeze(e),await t.invoke("plugin:dialog|open",{options:e})}exports.open=n;
@@ -1,5 +1,5 @@
1
- import { s as h, r as i, e as x } from "./replay-index-BExnbqCh.js";
2
- import { d as j, i as b, j as d } from "./replay-index-BExnbqCh.js";
1
+ import { s as h, r as i, e as x } from "./replay-index-BWipGAO0.js";
2
+ import { d as j, i as b, j as d } from "./replay-index-BWipGAO0.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-wIVtujmr.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
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./replay-index-CWlaVfYY.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-wIVtujmr.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;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./replay-index-CWlaVfYY.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
@@ -83,7 +83,9 @@ declare type InputSettings = {
83
83
  telemetry?: {
84
84
  tracerName?: TracerName;
85
85
  collectorUrl?: string;
86
+ enableErrorInstrumentation?: boolean;
86
87
  };
88
+ hideOtherSecuritySchemes?: boolean;
87
89
  };
88
90
 
89
91
  declare type MediaType = {
@@ -330,6 +332,7 @@ declare interface OpenAPIPath extends Partial<OpenAPIRef>, ParsedDescriptionWith
330
332
  head?: OpenAPIOperation;
331
333
  patch?: OpenAPIOperation;
332
334
  trace?: OpenAPIOperation;
335
+ additionalOperations?: Record<string, OpenAPIOperation>;
333
336
  servers?: OpenAPIServer[];
334
337
  parameters?: Array<Referenced<OpenAPIParameter>>;
335
338
  }
package/dist/replay.js CHANGED
@@ -1,4 +1,4 @@
1
- import { W as s, X as l, Y as p, Z as r, $ as m, a0 as o, _ as y } from "./replay-index-BExnbqCh.js";
1
+ import { W as s, X as l, Y as p, Z as r, $ as m, a0 as o, _ as y } from "./replay-index-BWipGAO0.js";
2
2
  export {
3
3
  s as EmbeddedReplay,
4
4
  l as Modal,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/replay",
3
- "version": "0.18.0",
3
+ "version": "0.19.0-custom.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.59.0"
22
+ "@redocly/theme": "0.60.0-custom.2"
23
23
  },
24
24
  "dependencies": {
25
25
  "@codemirror/autocomplete": "^6.15.0",
@@ -32,11 +32,12 @@
32
32
  "@codemirror/view": "^6.25.1",
33
33
  "@lezer/highlight": "^1.1.6",
34
34
  "@noble/hashes": "^1.8.0",
35
+ "@opentelemetry/api": "1.9.0",
35
36
  "@redocly/hookstate-core": "^4.2.0",
36
37
  "@redocly/hookstate-devtools": "^4.2.0",
37
38
  "@redocly/hookstate-localstored": "^4.0.2",
38
- "@redocly/openapi-core": "2.10.0",
39
- "@redocly/respect-core": "2.10.0",
39
+ "@redocly/openapi-core": "2.11.1",
40
+ "@redocly/respect-core": "2.11.1",
40
41
  "@redocly/vscode-json-languageservice": "^3.4.9",
41
42
  "@tauri-apps/api": "2.4.1",
42
43
  "@tauri-apps/plugin-dialog": "2.0.0-rc.1",