@redocly/openapi-docs 3.0.0-alpha.11 → 3.0.0-alpha.13
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 +715 -425
- package/bin/cli/commands/redocly-docs-cli.min.js.LICENSE.txt +36 -3
- package/dist/console.redocly-reference-docs.min.js +138 -138
- package/dist/oauth2-redirect.js +2 -2
- package/dist/redocly-reference-docs.min.js +1243 -907
- package/lib/components/Endpoint/types.d.ts +1 -1
- package/lib/components/Fields/types.d.ts +1 -1
- package/lib/components/Markdown/types.d.ts +1 -1
- package/lib/components/Responses/types.d.ts +1 -1
- package/lib/components/Search/types.d.ts +2 -2
- package/lib/components/common/CheckboxList.d.ts +1 -1
- package/lib/components/common/panels.js +0 -4
- package/lib/components/rightPanel/Console/types.d.ts +1 -1
- package/lib/events/types.d.ts +2 -2
- package/lib/models/RequestBody.d.ts +1 -1
- package/lib/models/Response.d.ts +1 -1
- package/lib/models/Schema.d.ts +1 -1
- package/lib/models/file-upload.d.ts +1 -1
- package/lib/models/types.d.ts +1 -1
- package/lib/services/MarkdownRenderer.js +1 -1
- package/lib/services/ProMenu.d.ts +3 -1
- package/lib/services/ProMenu.js +1 -1
- package/lib/services/ProStore.d.ts +2 -0
- package/lib/services/ProStore.js +1 -1
- package/lib/services/check.d.ts +1 -1
- package/lib/services/code-samples/generator.d.ts +1 -1
- package/lib/services/code-samples/httpsnippet/helpers/code-helpers.d.ts +1 -1
- package/lib/services/code-samples/httpsnippet/helpers/lodash-int.js +1 -1
- package/lib/services/code-samples/httpsnippet/index.d.ts +1 -1
- package/lib/services/code-samples/httpsnippet/targets/php/types.d.ts +2 -2
- package/lib/services/code-samples/types.d.ts +2 -2
- package/lib/services/labels/types.d.ts +1 -1
- package/lib/services/search/SearchStore.js +1 -1
- package/lib/services/search/types.d.ts +1 -1
- package/lib/services/types.d.ts +18 -16
- package/lib/types/open-api.d.ts +4 -4
- package/lib/types/security.d.ts +1 -1
- package/lib/utils/loadAndBundleSpec.js +1 -1
- package/lib/utils/media-css.d.ts +1 -1
- package/lib-esm/components/Endpoint/types.d.ts +1 -1
- package/lib-esm/components/Fields/types.d.ts +1 -1
- package/lib-esm/components/Markdown/types.d.ts +1 -1
- package/lib-esm/components/Responses/types.d.ts +1 -1
- package/lib-esm/components/Search/types.d.ts +2 -2
- package/lib-esm/components/common/CheckboxList.d.ts +1 -1
- package/lib-esm/components/common/panels.js +0 -4
- package/lib-esm/components/rightPanel/Console/types.d.ts +1 -1
- package/lib-esm/events/types.d.ts +2 -2
- package/lib-esm/models/RequestBody.d.ts +1 -1
- package/lib-esm/models/Response.d.ts +1 -1
- package/lib-esm/models/Schema.d.ts +1 -1
- package/lib-esm/models/file-upload.d.ts +1 -1
- package/lib-esm/models/types.d.ts +1 -1
- package/lib-esm/services/MarkdownRenderer.js +1 -1
- package/lib-esm/services/ProMenu.d.ts +3 -1
- package/lib-esm/services/ProMenu.js +1 -1
- package/lib-esm/services/ProStore.d.ts +2 -0
- package/lib-esm/services/ProStore.js +1 -1
- package/lib-esm/services/check.d.ts +1 -1
- package/lib-esm/services/code-samples/generator.d.ts +1 -1
- package/lib-esm/services/code-samples/httpsnippet/helpers/code-helpers.d.ts +1 -1
- package/lib-esm/services/code-samples/httpsnippet/helpers/lodash-int.js +1 -1
- package/lib-esm/services/code-samples/httpsnippet/index.d.ts +1 -1
- package/lib-esm/services/code-samples/httpsnippet/targets/php/types.d.ts +2 -2
- package/lib-esm/services/code-samples/types.d.ts +2 -2
- package/lib-esm/services/labels/types.d.ts +1 -1
- package/lib-esm/services/search/SearchStore.js +1 -1
- package/lib-esm/services/search/types.d.ts +1 -1
- package/lib-esm/services/types.d.ts +18 -16
- package/lib-esm/types/open-api.d.ts +4 -4
- package/lib-esm/types/security.d.ts +1 -1
- package/lib-esm/utils/loadAndBundleSpec.js +1 -1
- package/lib-esm/utils/media-css.d.ts +1 -1
- package/package.json +10 -5
|
@@ -8,7 +8,7 @@ object-assign
|
|
|
8
8
|
* Redocly Reference Docs CLI
|
|
9
9
|
* (c) Copyright 2018 Redocly LLC, all rights reserved.
|
|
10
10
|
* -------------------------------------------------------------
|
|
11
|
-
* Version: "3.0.0-alpha.
|
|
11
|
+
* Version: "3.0.0-alpha.13"
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
14
|
/*!
|
|
@@ -203,7 +203,7 @@ object-assign
|
|
|
203
203
|
* MIT Licensed
|
|
204
204
|
*/
|
|
205
205
|
|
|
206
|
-
/*! @license DOMPurify 2.4.
|
|
206
|
+
/*! @license DOMPurify 2.4.2 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.2/LICENSE */
|
|
207
207
|
|
|
208
208
|
/*! Based on fetch-blob. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> & David Frank */
|
|
209
209
|
|
|
@@ -251,6 +251,17 @@ object-assign
|
|
|
251
251
|
* LICENSE file in the root directory of this source tree.
|
|
252
252
|
*/
|
|
253
253
|
|
|
254
|
+
/**
|
|
255
|
+
* @remix-run/router v1.2.1
|
|
256
|
+
*
|
|
257
|
+
* Copyright (c) Remix Software Inc.
|
|
258
|
+
*
|
|
259
|
+
* This source code is licensed under the MIT license found in the
|
|
260
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
261
|
+
*
|
|
262
|
+
* @license MIT
|
|
263
|
+
*/
|
|
264
|
+
|
|
254
265
|
/**
|
|
255
266
|
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
256
267
|
*
|
|
@@ -260,6 +271,28 @@ object-assign
|
|
|
260
271
|
* @public
|
|
261
272
|
*/
|
|
262
273
|
|
|
274
|
+
/**
|
|
275
|
+
* React Router DOM v6.6.2
|
|
276
|
+
*
|
|
277
|
+
* Copyright (c) Remix Software Inc.
|
|
278
|
+
*
|
|
279
|
+
* This source code is licensed under the MIT license found in the
|
|
280
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
281
|
+
*
|
|
282
|
+
* @license MIT
|
|
283
|
+
*/
|
|
284
|
+
|
|
285
|
+
/**
|
|
286
|
+
* React Router v6.6.2
|
|
287
|
+
*
|
|
288
|
+
* Copyright (c) Remix Software Inc.
|
|
289
|
+
*
|
|
290
|
+
* This source code is licensed under the MIT license found in the
|
|
291
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
292
|
+
*
|
|
293
|
+
* @license MIT
|
|
294
|
+
*/
|
|
295
|
+
|
|
263
296
|
/**
|
|
264
297
|
* lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9
|
|
265
298
|
* Copyright (C) 2020 Oliver Nightingale
|
|
@@ -314,7 +347,7 @@ object-assign
|
|
|
314
347
|
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
|
315
348
|
|
|
316
349
|
/**!
|
|
317
|
-
* hotkeys-js v3.10.
|
|
350
|
+
* hotkeys-js v3.10.1
|
|
318
351
|
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
|
|
319
352
|
*
|
|
320
353
|
* Copyright (c) 2022 kenny wong <wowohoo@qq.com>
|