xshell 1.3.36 → 1.3.37

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/i18n/index.js +1 -0
  2. package/package.json +2 -2
package/i18n/index.js CHANGED
@@ -55,6 +55,7 @@ export class I18N {
55
55
  field || '';
56
56
  // --- init i18next
57
57
  this.i18next = i18next.createInstance();
58
+ // this.i18next = i18next.createInstance({ showSupportNotice: false })
58
59
  if (is_browser)
59
60
  try {
60
61
  // 在无 React 的浏览器环境下避免 react-i18next 中执行 React.createContext() 报错
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xshell",
3
- "version": "1.3.36",
3
+ "version": "1.3.37",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "bin": {
@@ -68,7 +68,7 @@
68
68
  "eslint-plugin-import": "^2.32.0",
69
69
  "eslint-plugin-react": "^7.37.5",
70
70
  "https-proxy-agent": "^7.0.6",
71
- "i18next": "^25.8.3",
71
+ "i18next": "25.8.1",
72
72
  "i18next-scanner": "^4.6.0",
73
73
  "koa": "^3.1.1",
74
74
  "koa-compress": "^5.1.1",