@stoplight/elements-dev-portal 1.9.7 → 1.9.9
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/components/NodeContent/NodeContent.d.ts +2 -1
- package/index.esm.js +8 -8
- package/index.js +8 -8
- package/index.mjs +8 -8
- package/package.json +2 -2
- package/version.d.ts +1 -1
- package/web-components.min.js +1 -1
- package/web-components.min.js.LICENSE.txt +0 -6
|
@@ -100,14 +100,10 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
100
100
|
PERFORMANCE OF THIS SOFTWARE.
|
|
101
101
|
***************************************************************************** */
|
|
102
102
|
|
|
103
|
-
/*! https://mths.be/punycode v1.3.2 by @mathias */
|
|
104
|
-
|
|
105
103
|
/*! https://mths.be/punycode v1.4.0 by @mathias */
|
|
106
104
|
|
|
107
105
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
108
106
|
|
|
109
|
-
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
110
|
-
|
|
111
107
|
/**
|
|
112
108
|
* @license
|
|
113
109
|
* Lodash <https://lodash.com/>
|
|
@@ -189,5 +185,3 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
189
185
|
* This source code is licensed under the MIT license found in the
|
|
190
186
|
* LICENSE file in the root directory of this source tree.
|
|
191
187
|
*/
|
|
192
|
-
|
|
193
|
-
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|