si-funciona 1.0.1 → 1.1.0

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.
@@ -8433,10 +8433,10 @@
8433
8433
  (module.exports = function (key, value) {
8434
8434
  return store[key] || (store[key] = value !== undefined ? value : {})
8435
8435
  })('versions', []).push({
8436
- version: '3.29.0',
8436
+ version: '3.29.1',
8437
8437
  mode: IS_PURE ? 'pure' : 'global',
8438
8438
  copyright: '© 2014-2023 Denis Pushkarev (zloirock.ru)',
8439
- license: 'https://github.com/zloirock/core-js/blob/v3.29.0/LICENSE',
8439
+ license: 'https://github.com/zloirock/core-js/blob/v3.29.1/LICENSE',
8440
8440
  source: 'https://github.com/zloirock/core-js'
8441
8441
  })
8442
8442
  }, { '../internals/is-pure': 198, '../internals/shared-store': 267 }],