@rom-weaver/cli 0.6.4 → 0.6.6

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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -77,10 +77,10 @@ libraries elsewhere is not supported.
77
77
 
78
78
  ### First public release
79
79
 
80
- v0.6.4 is the first public release available to install. The changelog and the
81
- git history go back further, but v0.6.0 and v0.6.1 failed partway through the
82
- release pipeline, while v0.6.2 was only partially published. v0.6.4 is the
83
- first release with a complete set of artifacts across npm, Homebrew, and the
80
+ v0.6.6 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.5 failed partway through
82
+ the release pipeline or were only partially published. v0.6.6 is the first
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.
86
86
 
@@ -160,8 +160,8 @@ webapp builds, and tests.
160
160
 
161
161
  ### Self-host the webapp
162
162
 
163
- The source build serves the full webapp — WASM build, cross-origin isolation
164
- headers, SPA fallback, and precompressed assets included. The
163
+ The Docker source build serves the full webapp — WASM build, cross-origin
164
+ isolation headers, SPA fallback, and precompressed assets included. The
165
165
  [self-hosting guide](docs/self-hosting.md) covers reverse proxies, subpath
166
166
  routing, service-worker scope, and the required COOP/COEP headers.
167
167
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rom-weaver/cli",
3
- "version": "0.6.4",
3
+ "version": "0.6.6",
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.4",
52
- "@rom-weaver/darwin-x64": "0.6.4",
53
- "@rom-weaver/linux-x64-gnu": "0.6.4",
54
- "@rom-weaver/win32-x64-msvc": "0.6.4"
51
+ "@rom-weaver/darwin-arm64": "0.6.6",
52
+ "@rom-weaver/darwin-x64": "0.6.6",
53
+ "@rom-weaver/linux-x64-gnu": "0.6.6",
54
+ "@rom-weaver/win32-x64-msvc": "0.6.6"
55
55
  },
56
56
  "scripts": {
57
57
  "docs:toc": "bash scripts/update-markdown-toc.sh",