@redocly/replay 0.25.0-next.1 → 0.25.0-next.3
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-40tzy8or.js → replay-index-BpCjyFRX.js} +1336 -1362
- package/dist/{replay-index-CycGeIew.js → replay-index-DgX3aOBh.js} +35117 -34934
- package/dist/{replay-index-CH_vyCc8.js → replay-index-JF8j2e4P.js} +1 -1
- package/dist/{replay-index-8fBGQxF1.js → replay-index-LU9km-j7.js} +1 -1
- package/dist/{replay-respect-run-CHlq7YAO.js → replay-respect-run-BNf1xn9D.js} +1 -1
- package/dist/{replay-respect-run-B1pCHeYU.js → replay-respect-run-kJmYWC_v.js} +1 -1
- package/dist/{replay-tauri-path-9pJeNaQE.js → replay-tauri-path-BQlyE7kq.js} +2 -2
- package/dist/{replay-tauri-path-DGJxRURB.js → replay-tauri-path-qVW6r_wb.js} +1 -1
- package/dist/replay.cjs +1 -1
- package/dist/replay.d.ts +7 -483
- package/dist/replay.js +1 -1
- package/package.json +12 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/replay",
|
|
3
|
-
"version": "0.25.0-next.
|
|
3
|
+
"version": "0.25.0-next.3",
|
|
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
|
}
|
|
@@ -19,8 +20,8 @@
|
|
|
19
20
|
"react": "^19.2.4",
|
|
20
21
|
"react-dom": "^19.2.4",
|
|
21
22
|
"react-router-dom": "^6.30.3",
|
|
22
|
-
"styled-components": "^
|
|
23
|
-
"@redocly/theme": "0.66.0-next.
|
|
23
|
+
"styled-components": "^6.4.2",
|
|
24
|
+
"@redocly/theme": "0.66.0-next.3"
|
|
24
25
|
},
|
|
25
26
|
"dependencies": {
|
|
26
27
|
"@ai-sdk/anthropic": "3.0.1",
|
|
@@ -90,21 +91,21 @@
|
|
|
90
91
|
"@types/js-yaml": "4.0.9",
|
|
91
92
|
"@types/json-pointer": "1.0.34",
|
|
92
93
|
"@types/marked": "4.3.2",
|
|
93
|
-
"@types/node": "
|
|
94
|
+
"@types/node": "24.1.0",
|
|
94
95
|
"@types/path-browserify": "^1.0.3",
|
|
95
96
|
"@types/react": "^19.2.7",
|
|
96
97
|
"@types/react-dom": "^19.2.3",
|
|
97
|
-
"@
|
|
98
|
-
"@vitejs/plugin-react-swc": "4.2.3",
|
|
98
|
+
"@vitejs/plugin-react-swc": "4.3.1",
|
|
99
99
|
"babel-jest": "29.7.0",
|
|
100
100
|
"identity-obj-proxy": "3.0.0",
|
|
101
101
|
"jest": "^29.7.0",
|
|
102
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
102
103
|
"jest-styled-components": "7.2.0",
|
|
103
104
|
"json-schema-typed": "^8.0.1",
|
|
104
|
-
"ts-jest": "^29.
|
|
105
|
+
"ts-jest": "^29.4.11",
|
|
105
106
|
"ts-node": "10.9.2",
|
|
106
|
-
"typescript": "
|
|
107
|
-
"vite": "7.
|
|
107
|
+
"typescript": "6.0.3",
|
|
108
|
+
"vite": "7.3.3",
|
|
108
109
|
"vite-plugin-dts": "4.5.4",
|
|
109
110
|
"vite-tsconfig-paths": "4.3.2",
|
|
110
111
|
"@redocly/replay-asyncapi-sdk": "0.0.1"
|
|
@@ -114,9 +115,9 @@
|
|
|
114
115
|
"build": "pnpm run clean && vite build && pnpm run copy-static",
|
|
115
116
|
"copy-static": "cp src/oauth2-redirect-page/oauth2-redirect.html dist",
|
|
116
117
|
"preview": "vite preview",
|
|
117
|
-
"ts:check": "
|
|
118
|
+
"ts:check": "tsgo --noEmit --skipLibCheck",
|
|
118
119
|
"test": "nx run jest:test",
|
|
119
|
-
"watch": "
|
|
120
|
+
"watch": "tsgo --build --watch",
|
|
120
121
|
"clean": "rm -rf dist"
|
|
121
122
|
}
|
|
122
123
|
}
|