wlwy-package 3.1.60 → 3.1.61

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.
@@ -8498,7 +8498,6 @@ const loadLocaleMessages = (fn) => {
8498
8498
  document.head.appendChild(script);
8499
8499
  script.onload = () => {
8500
8500
  const message2 = merge$1(extraMessages, window.language);
8501
- console.log("message", message2);
8502
8501
  i18n.global.setLocaleMessage(unref(locale), message2);
8503
8502
  resolve(i18n);
8504
8503
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wlwy-package",
3
- "version": "3.1.60",
3
+ "version": "3.1.61",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/wlwy-package.es.js",