@redocly/replay 0.25.0-next.0 → 0.25.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.js CHANGED
@@ -1,4 +1,4 @@
1
- import { w as s, x as t, E as r, M as l, R as o, y as p, S as y, T as m, z as n, C as d, D as u, F as T, G as h, H as i, I as A, K as C } from "./replay-index-Rphjv5Z8.js";
1
+ import { w as s, x as t, E as r, M as l, R as o, y as p, S as y, T as m, z as n, C as d, D as u, F as T, G as h, H as i, I as A, K as C } from "./replay-index-B4edQ5YN.js";
2
2
  import { O, h as x } from "./replay-oauth2-redirect-handler-CqKZB3aV.js";
3
3
  export {
4
4
  s as AgentLoop,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/replay",
3
- "version": "0.25.0-next.0",
3
+ "version": "0.25.0-next.2",
4
4
  "type": "module",
5
5
  "main": "./dist/replay.cjs",
6
6
  "module": "./dist/replay.js",
@@ -10,6 +10,7 @@
10
10
  ],
11
11
  "exports": {
12
12
  ".": {
13
+ "types": "./dist/replay.d.ts",
13
14
  "import": "./dist/replay.js",
14
15
  "require": "./dist/replay.cjs"
15
16
  }
@@ -20,7 +21,7 @@
20
21
  "react-dom": "^19.2.4",
21
22
  "react-router-dom": "^6.30.3",
22
23
  "styled-components": "^5.3.11",
23
- "@redocly/theme": "0.66.0-next.0"
24
+ "@redocly/theme": "0.66.0-next.2"
24
25
  },
25
26
  "dependencies": {
26
27
  "@ai-sdk/anthropic": "3.0.1",
@@ -50,8 +51,8 @@
50
51
  "@opentelemetry/api": "1.9.0",
51
52
  "@redocly/hookstate-core": "4.2.3",
52
53
  "@redocly/hookstate-devtools": "^4.2.0",
53
- "@redocly/openapi-core": "2.30.5",
54
- "@redocly/respect-core": "2.30.5",
54
+ "@redocly/openapi-core": "2.31.2",
55
+ "@redocly/respect-core": "2.31.2",
55
56
  "@redocly/vscode-json-languageservice": "^3.4.9",
56
57
  "@tauri-apps/api": "2.4.1",
57
58
  "@tauri-apps/plugin-dialog": "2.0.0-rc.1",
@@ -77,6 +78,7 @@
77
78
  "shellwords": "^1.1.1",
78
79
  "ulid": "^2.3.0",
79
80
  "usehooks-ts": "^3.1.1",
81
+ "yaml": "^2.0.0",
80
82
  "zod": "^3.25.76"
81
83
  },
82
84
  "devDependencies": {
@@ -89,21 +91,22 @@
89
91
  "@types/js-yaml": "4.0.9",
90
92
  "@types/json-pointer": "1.0.34",
91
93
  "@types/marked": "4.3.2",
92
- "@types/node": "22.18.13",
94
+ "@types/node": "24.1.0",
93
95
  "@types/path-browserify": "^1.0.3",
94
96
  "@types/react": "^19.2.7",
95
97
  "@types/react-dom": "^19.2.3",
96
98
  "@types/styled-components": "5.1.34",
97
- "@vitejs/plugin-react-swc": "4.2.3",
99
+ "@vitejs/plugin-react-swc": "4.3.1",
98
100
  "babel-jest": "29.7.0",
99
101
  "identity-obj-proxy": "3.0.0",
100
102
  "jest": "^29.7.0",
103
+ "jest-environment-jsdom": "^29.7.0",
101
104
  "jest-styled-components": "7.2.0",
102
105
  "json-schema-typed": "^8.0.1",
103
- "ts-jest": "^29.1.2",
106
+ "ts-jest": "^29.4.11",
104
107
  "ts-node": "10.9.2",
105
- "typescript": "5.9.3",
106
- "vite": "7.2.6",
108
+ "typescript": "6.0.3",
109
+ "vite": "7.3.3",
107
110
  "vite-plugin-dts": "4.5.4",
108
111
  "vite-tsconfig-paths": "4.3.2",
109
112
  "@redocly/replay-asyncapi-sdk": "0.0.1"
@@ -114,6 +117,7 @@
114
117
  "copy-static": "cp src/oauth2-redirect-page/oauth2-redirect.html dist",
115
118
  "preview": "vite preview",
116
119
  "ts:check": "tsc --noEmit --skipLibCheck",
120
+ "test": "nx run jest:test",
117
121
  "watch": "tsc --build --watch",
118
122
  "clean": "rm -rf dist"
119
123
  }