@yxw007/translate 0.3.1 → 0.3.2

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
@@ -30,12 +30,13 @@ English | [简体中文](./README_zh-CN.md)
30
30
 
31
31
  | Name | Support | Description |
32
32
  | ---------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
33
- | google | | Commissioned and ready for use |
34
- | azure translate | | Commissioned and ready for use |
35
- | amazon translate | | Commissioned and ready for use |
36
- | baidu | | Commissioned and ready for use |
37
- | deepl | | Commissioned and ready for use |
38
- | openai | | Commissioned and ready for use |
33
+ | google | | Commissioned and ready for use |
34
+ | azure translate | | Commissioned and ready for use |
35
+ | amazon translate | | Commissioned and ready for use |
36
+ | baidu | | Commissioned and ready for use |
37
+ | deepl | | Commissioned and ready for use |
38
+ | openai | | Commissioned and ready for use |
39
+ | tencent | ✔ | Commissioned and ready for use |
39
40
  | yandex | | I have not tuned in as I do not have a bank account supported by the platform (help from those who are in a position to do so is welcome and appreciated) |
40
41
 
41
42
  ## 🚀 Install
package/README_zh-CN.md CHANGED
@@ -32,13 +32,13 @@ Translate 是一个支持多翻译引擎的翻译工具库,它提供了一套
32
32
 
33
33
  | name | 支持 | 描述 |
34
34
  | ---------------- | ---- | -------------------------------------------------------------------------- |
35
- | google | | 已投产,可以正常使用 |
36
- | azure translate | | 已投产,可以正常使用 |
37
- | amazon translate | | 已投产,可以正常使用 |
38
- | baidu | | 已投产,可以正常使用 |
39
- | deepl | | 已投产,可以正常使用 |
40
- | openai | | 已投产,可以正常使用 |
41
- | tencent | | 已投产,可以正常使用 |
35
+ | google | | 已投产,可以正常使用 |
36
+ | azure translate | | 已投产,可以正常使用 |
37
+ | amazon translate | | 已投产,可以正常使用 |
38
+ | baidu | | 已投产,可以正常使用 |
39
+ | deepl | | 已投产,可以正常使用 |
40
+ | openai | | 已投产,可以正常使用 |
41
+ | tencent | | 已投产,可以正常使用 |
42
42
  | yandex | | 由于我没有平台支持的银行账号,所以未调通(欢迎有条件的朋友帮忙调通,感谢) |
43
43
 
44
44
 
@@ -1,4 +1,4 @@
1
- // translate v0.3.1 Copyright (c) 2025 Potter<aa4790139@gmail.com> and contributors
1
+ // translate v0.3.2 Copyright (c) 2025 Potter<aa4790139@gmail.com> and contributors
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,4 +1,4 @@
1
- // translate v0.3.1 Copyright (c) 2025 Potter<aa4790139@gmail.com> and contributors
1
+ // translate v0.3.2 Copyright (c) 2025 Potter<aa4790139@gmail.com> and contributors
2
2
  import 'fs/promises';
3
3
  import 'fs';
4
4
  import 'path';
@@ -1,4 +1,4 @@
1
- // translate v0.3.1 Copyright (c) 2025 Potter<aa4790139@gmail.com> and contributors
1
+ // translate v0.3.2 Copyright (c) 2025 Potter<aa4790139@gmail.com> and contributors
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('fs/promises'), require('fs'), require('path'), require('@aws-sdk/client-translate'), require('crypto')) :
4
4
  typeof define === 'function' && define.amd ? define(['exports', 'fs/promises', 'fs', 'path', '@aws-sdk/client-translate', 'crypto'], factory) :
@@ -1,4 +1,4 @@
1
- // translate v0.3.1 Copyright (c) 2025 Potter<aa4790139@gmail.com> and contributors
1
+ // translate v0.3.2 Copyright (c) 2025 Potter<aa4790139@gmail.com> and contributors
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,4 +1,4 @@
1
- // translate v0.3.1 Copyright (c) 2025 Potter<aa4790139@gmail.com> and contributors
1
+ // translate v0.3.2 Copyright (c) 2025 Potter<aa4790139@gmail.com> and contributors
2
2
  import 'fs/promises';
3
3
  import 'fs';
4
4
  import 'path';
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yxw007/translate",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "A simple library that supports multiple translation engines",
5
5
  "author": "Potter<aa4790139@gmail.com>",
6
6
  "homepage": "https://github.com/yxw007/translate",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yxw007/translate",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "A simple library that supports multiple translation engines",
5
5
  "author": "Potter<aa4790139@gmail.com>",
6
6
  "homepage": "https://github.com/yxw007/translate",