@rom-weaver/cli 0.6.5 → 0.6.7
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 +3 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -77,9 +77,9 @@ libraries elsewhere is not supported.
|
|
|
77
77
|
|
|
78
78
|
### First public release
|
|
79
79
|
|
|
80
|
-
v0.6.
|
|
81
|
-
git history go back further, but v0.6.0 through v0.6.
|
|
82
|
-
the release pipeline or were only partially published. v0.6.
|
|
80
|
+
v0.6.7 is the first public release available to install. The changelog and the
|
|
81
|
+
git history go back further, but v0.6.0 through v0.6.6 failed partway through
|
|
82
|
+
the release pipeline or were only partially published. v0.6.7 is the first
|
|
83
83
|
release with a complete set of artifacts across npm, Homebrew, and the
|
|
84
84
|
container registry. Earlier version numbers describe development history or
|
|
85
85
|
incomplete releases only.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rom-weaver/cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.7",
|
|
4
4
|
"author": "Brandon Casey",
|
|
5
5
|
"license": "AGPL-3.0-or-later",
|
|
6
6
|
"description": "A local-first offline toolkit for ROMs and ROM hack patches. Inspect, extract, checksum, compress, trim, apply patches, create patches, or bundle shareable patch manifests at native speed. In your browser or terminal.",
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
"node": ">=22"
|
|
49
49
|
},
|
|
50
50
|
"optionalDependencies": {
|
|
51
|
-
"@rom-weaver/darwin-arm64": "0.6.
|
|
52
|
-
"@rom-weaver/darwin-x64": "0.6.
|
|
53
|
-
"@rom-weaver/linux-x64-gnu": "0.6.
|
|
54
|
-
"@rom-weaver/win32-x64-msvc": "0.6.
|
|
51
|
+
"@rom-weaver/darwin-arm64": "0.6.7",
|
|
52
|
+
"@rom-weaver/darwin-x64": "0.6.7",
|
|
53
|
+
"@rom-weaver/linux-x64-gnu": "0.6.7",
|
|
54
|
+
"@rom-weaver/win32-x64-msvc": "0.6.7"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"docs:toc": "bash scripts/update-markdown-toc.sh",
|