@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.
@@ -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
  *
@@ -93,8 +87,9 @@ PERFORMANCE OF THIS SOFTWARE.
93
87
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
94
88
  */
95
89
 
96
- /** @license React v0.19.1
97
- * scheduler.production.min.js
90
+ /**
91
+ * @license React
92
+ * react-dom.production.min.js
98
93
  *
99
94
  * Copyright (c) Facebook, Inc. and its affiliates.
100
95
  *
@@ -102,7 +97,8 @@ PERFORMANCE OF THIS SOFTWARE.
102
97
  * LICENSE file in the root directory of this source tree.
103
98
  */
104
99
 
105
- /** @license React v16.14.0
100
+ /**
101
+ * @license React
106
102
  * react.production.min.js
107
103
  *
108
104
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -111,4 +107,14 @@ PERFORMANCE OF THIS SOFTWARE.
111
107
  * LICENSE file in the root directory of this source tree.
112
108
  */
113
109
 
110
+ /**
111
+ * @license React
112
+ * scheduler.production.min.js
113
+ *
114
+ * Copyright (c) Facebook, Inc. and its affiliates.
115
+ *
116
+ * This source code is licensed under the MIT license found in the
117
+ * LICENSE file in the root directory of this source tree.
118
+ */
119
+
114
120
  /** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */