@redocly/reference-docs 2.45.7 → 2.45.8
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/bin/cli/commands/redocly-docs-cli.min.js +2004 -2004
- package/bin/cli/commands/redocly-docs-cli.min.js.LICENSE.txt +27 -50
- package/dist/console.redocly-reference-docs.min.js +271 -187
- package/dist/oauth2-redirect.js +3 -3
- package/dist/redocly-reference-docs.min.js +2637 -2628
- package/lib/components/console/Console.js +1 -1
- package/lib/components/console/utils.d.ts +1 -1
- package/lib/components/console/utils.js +1 -1
- package/lib/redoc-lib/src/services/SearchStore.js +1 -1
- package/lib/services/code-samples/httpsnippet/targets/go/native.js +1 -1
- package/lib/services/code-samples/httpsnippet/targets/r/httr.js +1 -1
- package/lib/services/code-samples/httpsnippet/targets/ruby/native.js +1 -1
- package/lib/utils.js +1 -1
- package/lib-browser/components/console/Console.js +1 -1
- package/lib-browser/components/console/utils.d.ts +1 -1
- package/lib-browser/components/console/utils.js +1 -1
- package/lib-browser/redoc-lib/src/components/Markdown/AdvancedMarkdown.js +1 -1
- package/lib-browser/redoc-lib/src/services/SearchStore.js +1 -1
- package/lib-browser/redoc-lib/src/utils/loadAndBundleSpec.js +1 -1
- package/lib-browser/services/code-samples/httpsnippet/helpers/lodash-int.js +1 -1
- package/lib-esm/components/console/Console.js +1 -1
- package/lib-esm/components/console/utils.d.ts +1 -1
- package/lib-esm/components/console/utils.js +1 -1
- package/lib-esm/redoc-lib/src/components/Markdown/AdvancedMarkdown.js +1 -1
- package/lib-esm/redoc-lib/src/services/SearchStore.js +1 -1
- package/lib-esm/services/code-samples/httpsnippet/helpers/lodash-int.js +1 -1
- package/package.json +1 -1
|
@@ -4,38 +4,11 @@ object-assign
|
|
|
4
4
|
@license MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
/*!
|
|
8
|
-
* @description Recursive object extending
|
|
9
|
-
* @author Viacheslav Lotsmanov <lotsmanov89@gmail.com>
|
|
10
|
-
* @license MIT
|
|
11
|
-
*
|
|
12
|
-
* The MIT License (MIT)
|
|
13
|
-
*
|
|
14
|
-
* Copyright (c) 2013-2018 Viacheslav Lotsmanov
|
|
15
|
-
*
|
|
16
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
17
|
-
* this software and associated documentation files (the "Software"), to deal in
|
|
18
|
-
* the Software without restriction, including without limitation the rights to
|
|
19
|
-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
20
|
-
* the Software, and to permit persons to whom the Software is furnished to do so,
|
|
21
|
-
* subject to the following conditions:
|
|
22
|
-
*
|
|
23
|
-
* The above copyright notice and this permission notice shall be included in all
|
|
24
|
-
* copies or substantial portions of the Software.
|
|
25
|
-
*
|
|
26
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
27
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
28
|
-
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
29
|
-
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
30
|
-
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
31
|
-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
32
|
-
*/
|
|
33
|
-
|
|
34
7
|
/*!
|
|
35
8
|
* Redocly Reference Docs CLI
|
|
36
9
|
* (c) Copyright 2018 Redocly LLC, all rights reserved.
|
|
37
10
|
* -------------------------------------------------------------
|
|
38
|
-
* Version: "2.45.
|
|
11
|
+
* Version: "2.45.8"
|
|
39
12
|
*/
|
|
40
13
|
|
|
41
14
|
/*!
|
|
@@ -46,13 +19,6 @@ object-assign
|
|
|
46
19
|
* MIT License
|
|
47
20
|
*/
|
|
48
21
|
|
|
49
|
-
/*!
|
|
50
|
-
* cookie
|
|
51
|
-
* Copyright(c) 2012-2014 Roman Shtylman
|
|
52
|
-
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
53
|
-
* MIT Licensed
|
|
54
|
-
*/
|
|
55
|
-
|
|
56
22
|
/*!
|
|
57
23
|
* depd
|
|
58
24
|
* Copyright(c) 2014-2018 Douglas Christopher Wilson
|
|
@@ -178,20 +144,6 @@ object-assign
|
|
|
178
144
|
* Copyright (C) 2020 Oliver Nightingale
|
|
179
145
|
*/
|
|
180
146
|
|
|
181
|
-
/*!
|
|
182
|
-
* mime-db
|
|
183
|
-
* Copyright(c) 2014 Jonathan Ong
|
|
184
|
-
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
185
|
-
* MIT Licensed
|
|
186
|
-
*/
|
|
187
|
-
|
|
188
|
-
/*!
|
|
189
|
-
* mime-types
|
|
190
|
-
* Copyright(c) 2014 Jonathan Ong
|
|
191
|
-
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
192
|
-
* MIT Licensed
|
|
193
|
-
*/
|
|
194
|
-
|
|
195
147
|
/*!
|
|
196
148
|
* on-finished
|
|
197
149
|
* Copyright(c) 2013 Jonathan Ong
|
|
@@ -247,7 +199,15 @@ object-assign
|
|
|
247
199
|
* MIT Licensed
|
|
248
200
|
*/
|
|
249
201
|
|
|
250
|
-
/*! @license DOMPurify | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.
|
|
202
|
+
/*! @license DOMPurify 2.5.8 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.5.8/LICENSE */
|
|
203
|
+
|
|
204
|
+
/*! fetch-blob. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */
|
|
205
|
+
|
|
206
|
+
/*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */
|
|
207
|
+
|
|
208
|
+
/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
|
|
209
|
+
|
|
210
|
+
/*! node-domexception. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */
|
|
251
211
|
|
|
252
212
|
/*!***************************************************
|
|
253
213
|
* mark.js v8.11.1
|
|
@@ -271,6 +231,14 @@ object-assign
|
|
|
271
231
|
* SPDX-License-Identifier: ISC
|
|
272
232
|
*/
|
|
273
233
|
|
|
234
|
+
/**
|
|
235
|
+
* @license
|
|
236
|
+
* web-streams-polyfill v3.3.3
|
|
237
|
+
* Copyright 2024 Mattias Buelens, Diwank Singh Tomer and other contributors.
|
|
238
|
+
* This code is released under the MIT license.
|
|
239
|
+
* SPDX-License-Identifier: MIT
|
|
240
|
+
*/
|
|
241
|
+
|
|
274
242
|
/**
|
|
275
243
|
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
276
244
|
*
|
|
@@ -331,6 +299,15 @@ object-assign
|
|
|
331
299
|
* LICENSE file in the root directory of this source tree.
|
|
332
300
|
*/
|
|
333
301
|
|
|
302
|
+
/** @license React v17.0.2
|
|
303
|
+
* react-jsx-runtime.production.min.js
|
|
304
|
+
*
|
|
305
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
306
|
+
*
|
|
307
|
+
* This source code is licensed under the MIT license found in the
|
|
308
|
+
* LICENSE file in the root directory of this source tree.
|
|
309
|
+
*/
|
|
310
|
+
|
|
334
311
|
/** @license React v17.0.2
|
|
335
312
|
* react.production.min.js
|
|
336
313
|
*
|