yh-i18n 2.1.6 → 2.1.7

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.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -71,7 +71,7 @@ function recursionAddTranslate() {
71
71
  }
72
72
  // 通过延时降低任务密度,避免挤兑正常逻辑的运算资源
73
73
  recursionAddTimer = setTimeout(() => {
74
- cLog(`${unHandle.length} ${key}`);
74
+ // cLog(`${unHandle.length} ${key}`);
75
75
  recursionAddTimer = null;
76
76
  recursionAddTranslate();
77
77
  }, 150);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yh-i18n",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "对于国际化的封装",
5
5
  "main": "index.js",
6
6
  "scripts": {