@embeddable.com/sdk-react 3.6.0 → 3.7.0-next.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/lib/index.esm.js +1 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +4 -4
package/lib/index.esm.js
CHANGED
|
@@ -430,7 +430,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
430
430
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
431
431
|
PERFORMANCE OF THIS SOFTWARE.
|
|
432
432
|
***************************************************************************** */
|
|
433
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
433
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
434
434
|
|
|
435
435
|
|
|
436
436
|
var __assign = function() {
|