@intrig/next 0.0.15-6 → 0.0.15-8
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 +3 -3
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -322,10 +322,10 @@ var SHARED = '__core-js_shared__';
|
|
|
322
322
|
var store$3 = sharedStore.exports = globalThis$h[SHARED] || defineGlobalProperty$2(SHARED, {});
|
|
323
323
|
|
|
324
324
|
(store$3.versions || (store$3.versions = [])).push({
|
|
325
|
-
version: '3.
|
|
325
|
+
version: '3.45.1',
|
|
326
326
|
mode: 'global',
|
|
327
327
|
copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)',
|
|
328
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.
|
|
328
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.45.1/LICENSE',
|
|
329
329
|
source: 'https://github.com/zloirock/core-js'
|
|
330
330
|
});
|
|
331
331
|
|
|
@@ -1690,7 +1690,7 @@ $$c({ global: true, constructor: true, forced: FORCED$2 }, {
|
|
|
1690
1690
|
});
|
|
1691
1691
|
|
|
1692
1692
|
// `GetIteratorDirect(obj)` abstract operation
|
|
1693
|
-
// https://tc39.es/
|
|
1693
|
+
// https://tc39.es/ecma262/#sec-getiteratordirect
|
|
1694
1694
|
var getIteratorDirect$3 = function (obj) {
|
|
1695
1695
|
return {
|
|
1696
1696
|
iterator: obj,
|