@jpmorganchase/elemental-dev-portal 2.3.1 → 2.3.2
Sign up to get free protection for your applications and to get access to all the features.
- package/index.esm.js +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +3 -3
- package/version.d.ts +1 -1
- package/web-components.min.js +1 -1
- package/web-components.min.js.LICENSE.txt +0 -28
@@ -113,34 +113,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
113
113
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
114
114
|
*/
|
115
115
|
|
116
|
-
/**
|
117
|
-
* @license https://raw.githubusercontent.com/node-fetch/node-fetch/master/LICENSE.md
|
118
|
-
*
|
119
|
-
* The MIT License (MIT)
|
120
|
-
*
|
121
|
-
* Copyright (c) 2016 - 2020 Node Fetch Team
|
122
|
-
*
|
123
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
124
|
-
* of this software and associated documentation files (the "Software"), to deal
|
125
|
-
* in the Software without restriction, including without limitation the rights
|
126
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
127
|
-
* copies of the Software, and to permit persons to whom the Software is
|
128
|
-
* furnished to do so, subject to the following conditions:
|
129
|
-
*
|
130
|
-
* The above copyright notice and this permission notice shall be included in all
|
131
|
-
* copies or substantial portions of the Software.
|
132
|
-
*
|
133
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
134
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
135
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
136
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
137
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
138
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
139
|
-
* SOFTWARE.
|
140
|
-
*
|
141
|
-
* Extracted from https://github.com/node-fetch/node-fetch/blob/64c5c296a0250b852010746c76144cb9e14698d9/src/utils/form-data.js
|
142
|
-
*/
|
143
|
-
|
144
116
|
/** @license React v0.19.1
|
145
117
|
* scheduler.production.min.js
|
146
118
|
*
|