@intrig/react 0.0.15-2 → 0.0.15-21
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/index.esm.js +4 -4
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -326,10 +326,10 @@ var SHARED = '__core-js_shared__';
|
|
|
326
326
|
var store$3 = sharedStore.exports = globalThis$i[SHARED] || defineGlobalProperty$2(SHARED, {});
|
|
327
327
|
|
|
328
328
|
(store$3.versions || (store$3.versions = [])).push({
|
|
329
|
-
version: '3.
|
|
329
|
+
version: '3.45.1',
|
|
330
330
|
mode: 'global',
|
|
331
331
|
copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)',
|
|
332
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.
|
|
332
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.45.1/LICENSE',
|
|
333
333
|
source: 'https://github.com/zloirock/core-js'
|
|
334
334
|
});
|
|
335
335
|
|
|
@@ -1694,7 +1694,7 @@ $$g({ global: true, constructor: true, forced: FORCED$4 }, {
|
|
|
1694
1694
|
});
|
|
1695
1695
|
|
|
1696
1696
|
// `GetIteratorDirect(obj)` abstract operation
|
|
1697
|
-
// https://tc39.es/
|
|
1697
|
+
// https://tc39.es/ecma262/#sec-getiteratordirect
|
|
1698
1698
|
var getIteratorDirect$4 = function (obj) {
|
|
1699
1699
|
return {
|
|
1700
1700
|
iterator: obj,
|
|
@@ -4420,7 +4420,7 @@ var isObject = isObject$d;
|
|
|
4420
4420
|
var createNonEnumerableProperty$2 = createNonEnumerableProperty$8;
|
|
4421
4421
|
|
|
4422
4422
|
// `InstallErrorCause` abstract operation
|
|
4423
|
-
// https://tc39.es/
|
|
4423
|
+
// https://tc39.es/ecma262/#sec-installerrorcause
|
|
4424
4424
|
var installErrorCause$1 = function (O, options) {
|
|
4425
4425
|
if (isObject(options) && 'cause' in options) {
|
|
4426
4426
|
createNonEnumerableProperty$2(O, 'cause', options.cause);
|