@intrig/react 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.
Files changed (2) hide show
  1. package/index.esm.js +4 -4
  2. 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.43.0',
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.43.0/LICENSE',
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/proposal-iterator-helpers/#sec-getiteratordirect
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/proposal-error-cause/#sec-errorobjects-install-error-cause
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intrig/react",
3
- "version": "0.0.15-6",
3
+ "version": "0.0.15-8",
4
4
  "type": "module",
5
5
  "main": "./index.esm.js",
6
6
  "module": "./index.esm.js",