@asyncapi/react-component 2.2.2 → 2.2.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.
- package/browser/index.js +3 -3
- package/browser/index.js.LICENSE.txt +1 -5
- package/browser/standalone/index.js +3 -3
- package/browser/standalone/index.js.LICENSE.txt +1 -5
- package/browser/standalone/without-parser.js +3 -3
- package/browser/standalone/without-parser.js.LICENSE.txt +1 -3
- package/browser/without-parser.js +3 -3
- package/browser/without-parser.js.LICENSE.txt +1 -3
- package/lib/cjs/containers/AsyncApi/Standalone.js +2 -1
- package/lib/cjs/containers/AsyncApi/Standalone.js.map +1 -1
- package/lib/cjs/containers/Error/Error.js +4 -3
- package/lib/cjs/containers/Error/Error.js.map +1 -1
- package/lib/cjs/helpers/parser.js +31 -6
- package/lib/cjs/helpers/parser.js.map +1 -1
- package/lib/esm/containers/AsyncApi/Standalone.js +2 -1
- package/lib/esm/containers/AsyncApi/Standalone.js.map +1 -1
- package/lib/esm/containers/Error/Error.js +4 -3
- package/lib/esm/containers/Error/Error.js.map +1 -1
- package/lib/esm/helpers/parser.js +31 -6
- package/lib/esm/helpers/parser.js.map +1 -1
- package/lib/types/containers/AsyncApi/Standalone.d.ts.map +1 -1
- package/lib/types/helpers/parser.d.ts.map +1 -1
- package/package.json +4 -5
- package/styles/default.css +4 -0
- package/styles/default.min.css +1 -1
|
@@ -68,14 +68,12 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
68
68
|
PERFORMANCE OF THIS SOFTWARE.
|
|
69
69
|
***************************************************************************** */
|
|
70
70
|
|
|
71
|
-
/*! @license DOMPurify 3.1.
|
|
71
|
+
/*! @license DOMPurify 3.1.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.6/LICENSE */
|
|
72
72
|
|
|
73
73
|
/*! https://mths.be/punycode v1.4.0 by @mathias */
|
|
74
74
|
|
|
75
75
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
76
76
|
|
|
77
|
-
/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
|
|
78
|
-
|
|
79
77
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
80
78
|
|
|
81
79
|
/**
|
|
@@ -116,5 +114,3 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
116
114
|
* This source code is licensed under the MIT license found in the
|
|
117
115
|
* LICENSE file in the root directory of this source tree.
|
|
118
116
|
*/
|
|
119
|
-
|
|
120
|
-
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|