typerlude 1.1.1 → 1.2.0
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.ko.md +2 -1
- package/README.md +2 -1
- package/package.json +7 -7
package/README.ko.md
CHANGED
package/README.md
CHANGED
|
@@ -84,7 +84,8 @@ aggregate metrics and intended-key counts—not what you typed. Configuration, s
|
|
|
84
84
|
themes, and the update cache use your operating system's standard user directories; run
|
|
85
85
|
`typerlude paths` to see the exact locations.
|
|
86
86
|
|
|
87
|
-
Word Rain
|
|
87
|
+
Word Rain runs are not added to session history. Personal best scores are saved locally for each
|
|
88
|
+
language and difficulty.
|
|
88
89
|
|
|
89
90
|
## Contributing
|
|
90
91
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typerlude",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Offline-first Korean and English terminal typing tutor",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"repository": {
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"package-check": "node scripts/verify-package.mjs"
|
|
32
32
|
},
|
|
33
33
|
"optionalDependencies": {
|
|
34
|
-
"typerlude-darwin-arm64": "1.
|
|
35
|
-
"typerlude-darwin-x64": "1.
|
|
36
|
-
"typerlude-linux-arm64": "1.
|
|
37
|
-
"typerlude-linux-x64": "1.
|
|
38
|
-
"typerlude-win32-arm64-msvc": "1.
|
|
39
|
-
"typerlude-win32-x64-msvc": "1.
|
|
34
|
+
"typerlude-darwin-arm64": "1.2.0",
|
|
35
|
+
"typerlude-darwin-x64": "1.2.0",
|
|
36
|
+
"typerlude-linux-arm64": "1.2.0",
|
|
37
|
+
"typerlude-linux-x64": "1.2.0",
|
|
38
|
+
"typerlude-win32-arm64-msvc": "1.2.0",
|
|
39
|
+
"typerlude-win32-x64-msvc": "1.2.0"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|