@asyncapi/react-component 1.4.10 → 2.0.1
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 +1 -1
- package/browser/standalone/index.js +2 -2
- package/browser/standalone/index.js.LICENSE.txt +15 -9
- package/browser/standalone/without-parser.js +3 -3
- package/browser/standalone/without-parser.js.LICENSE.txt +15 -9
- package/browser/without-parser.js +1 -1
- package/lib/cjs/components/Href.js.map +1 -1
- package/lib/cjs/components/Markdown.js.map +1 -1
- package/lib/cjs/containers/Servers/Security.js.map +1 -1
- package/lib/cjs/containers/Sidebar/Sidebar.js.map +1 -1
- package/lib/esm/components/Href.js.map +1 -1
- package/lib/esm/components/Markdown.js.map +1 -1
- package/lib/esm/containers/Servers/Security.js.map +1 -1
- package/lib/esm/containers/Sidebar/Sidebar.js.map +1 -1
- package/lib/types/components/Href.d.ts +1 -0
- package/lib/types/components/Href.d.ts.map +1 -1
- package/lib/types/components/Markdown.d.ts +3 -1
- package/lib/types/components/Markdown.d.ts.map +1 -1
- package/package.json +13 -13
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
1
|
/*!
|
|
8
2
|
* The buffer module from node.js, for the browser.
|
|
9
3
|
*
|
|
@@ -89,8 +83,9 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
89
83
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
90
84
|
*/
|
|
91
85
|
|
|
92
|
-
/**
|
|
93
|
-
*
|
|
86
|
+
/**
|
|
87
|
+
* @license React
|
|
88
|
+
* react-dom.production.min.js
|
|
94
89
|
*
|
|
95
90
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
96
91
|
*
|
|
@@ -98,7 +93,8 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
98
93
|
* LICENSE file in the root directory of this source tree.
|
|
99
94
|
*/
|
|
100
95
|
|
|
101
|
-
/**
|
|
96
|
+
/**
|
|
97
|
+
* @license React
|
|
102
98
|
* react.production.min.js
|
|
103
99
|
*
|
|
104
100
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
@@ -107,4 +103,14 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
107
103
|
* LICENSE file in the root directory of this source tree.
|
|
108
104
|
*/
|
|
109
105
|
|
|
106
|
+
/**
|
|
107
|
+
* @license React
|
|
108
|
+
* scheduler.production.min.js
|
|
109
|
+
*
|
|
110
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
111
|
+
*
|
|
112
|
+
* This source code is licensed under the MIT license found in the
|
|
113
|
+
* LICENSE file in the root directory of this source tree.
|
|
114
|
+
*/
|
|
115
|
+
|
|
110
116
|
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|