@jarkkojs/readseek 0.6.0 → 0.6.1
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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -77,7 +77,7 @@ same mode applies to each embedded image. Line/hash suffixes, `--end`, `--limit`
|
|
|
77
77
|
and `--language` do not apply to visual files.
|
|
78
78
|
|
|
79
79
|
Vision models download lazily into the user cache and run on the CPU. Captioning
|
|
80
|
-
|
|
80
|
+
can take substantial time.
|
|
81
81
|
|
|
82
82
|
## Cache
|
|
83
83
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jarkkojs/readseek",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "A structural read command",
|
|
5
5
|
"license": "Apache-2.0 AND LGPL-2.1-or-later",
|
|
6
6
|
"homepage": "https://github.com/jarkkojs/readseek#readme",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"LICENSE-LGPL-2.1"
|
|
22
22
|
],
|
|
23
23
|
"optionalDependencies": {
|
|
24
|
-
"@jarkkojs/readseek-darwin-arm64": "0.6.
|
|
25
|
-
"@jarkkojs/readseek-linux-arm64": "0.6.
|
|
26
|
-
"@jarkkojs/readseek-linux-x64": "0.6.
|
|
27
|
-
"@jarkkojs/readseek-win32-x64": "0.6.
|
|
24
|
+
"@jarkkojs/readseek-darwin-arm64": "0.6.1",
|
|
25
|
+
"@jarkkojs/readseek-linux-arm64": "0.6.1",
|
|
26
|
+
"@jarkkojs/readseek-linux-x64": "0.6.1",
|
|
27
|
+
"@jarkkojs/readseek-win32-x64": "0.6.1"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|