fl-web-component 1.2.18 → 1.2.19

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/README.md CHANGED
@@ -46,7 +46,7 @@ Vue.use(FlWebComponent)
46
46
  欢迎贡献代码和问题反馈。
47
47
 
48
48
  ## 更新日志
49
- - 1.2.15 2025-07-22
49
+ - 1.2.18 2025-07-22
50
50
  1. 处理相机orbit问题
51
51
  - 1.2.14 2025-07-21
52
52
  1. 添加自定义鼠标手势
@@ -11256,10 +11256,10 @@ var defineGlobalProperty = __webpack_require__("6374");
11256
11256
  var SHARED = '__core-js_shared__';
11257
11257
  var store = module.exports = globalThis[SHARED] || defineGlobalProperty(SHARED, {});
11258
11258
  (store.versions || (store.versions = [])).push({
11259
- version: '3.43.0',
11259
+ version: '3.44.0',
11260
11260
  mode: IS_PURE ? 'pure' : 'global',
11261
11261
  copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)',
11262
- license: 'https://github.com/zloirock/core-js/blob/v3.43.0/LICENSE',
11262
+ license: 'https://github.com/zloirock/core-js/blob/v3.44.0/LICENSE',
11263
11263
  source: 'https://github.com/zloirock/core-js'
11264
11264
  });
11265
11265