@fkui/vue-labs 6.13.0 → 6.14.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.
@@ -419,10 +419,10 @@ function requireSharedStore() {
419
419
  var SHARED = "__core-js_shared__";
420
420
  var store = sharedStore.exports = globalThis2[SHARED] || defineGlobalProperty2(SHARED, {});
421
421
  (store.versions || (store.versions = [])).push({
422
- version: "3.43.0",
422
+ version: "3.44.0",
423
423
  mode: IS_PURE ? "pure" : "global",
424
424
  copyright: "© 2014-2025 Denis Pushkarev (zloirock.ru)",
425
- license: "https://github.com/zloirock/core-js/blob/v3.43.0/LICENSE",
425
+ license: "https://github.com/zloirock/core-js/blob/v3.44.0/LICENSE",
426
426
  source: "https://github.com/zloirock/core-js"
427
427
  });
428
428
  return sharedStore.exports;