@kiritan/deepl 0.1.0 → 0.1.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.ja.md +1 -1
- package/README.md +1 -1
- package/package.json +2 -2
package/README.ja.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
> [Kiritan](https://www.npmjs.com/package/kiritan) 用の [DeepL](https://www.deepl.com/) 翻訳ミドルウェア。`translate.middlewares` に差し込むと、`kiritan translate` が未翻訳・staleな翻訳を埋める。
|
|
12
12
|
|
|
13
|
-
[](https://www.npmjs.com/package/@kiritan/deepl)
|
|
13
|
+
[](https://www.npmjs.com/package/@kiritan/deepl) [](https://github.com/otnc/kiritan/actions) [](https://github.com/otnc/kiritan/blob/main/LICENSE) [](https://www.npmjs.com/package/@kiritan/deepl)
|
|
14
14
|
|
|
15
15
|
## インストール
|
|
16
16
|
|
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
> A [DeepL](https://www.deepl.com/) translate middleware for [Kiritan](https://www.npmjs.com/package/kiritan). Plug it into `translate.middlewares` to have `kiritan translate` fill in missing and stale translations.
|
|
12
12
|
|
|
13
|
-
[](https://www.npmjs.com/package/@kiritan/deepl)
|
|
13
|
+
[](https://www.npmjs.com/package/@kiritan/deepl) [](https://github.com/otnc/kiritan/actions) [](https://github.com/otnc/kiritan/blob/main/LICENSE) [](https://www.npmjs.com/package/@kiritan/deepl)
|
|
14
14
|
|
|
15
15
|
## Install
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiritan/deepl",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "A DeepL translate middleware for Kiritan / KiritanのDeepL翻訳ミドルウェア",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"deepl",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"typecheck": "tsc --noEmit"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@kiritan/middleware": "^0.1.
|
|
51
|
+
"@kiritan/middleware": "^0.1.1",
|
|
52
52
|
"html-entities": "^2.6.0",
|
|
53
53
|
"ofetch": "^1.5.1"
|
|
54
54
|
}
|