@rom-weaver/cli 0.11.0 → 0.11.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.
@@ -1,6 +1,6 @@
1
1
  .ie \n(.g .ds Aq \(aq
2
2
  .el .ds Aq '
3
- .TH rom-weaver 1 "rom-weaver 0.11.0"
3
+ .TH rom-weaver 1 "rom-weaver 0.11.1"
4
4
  .SH NAME
5
5
  rom\-weaver \- Inspect, extract, checksum, compress, trim, and patch ROMs and disc images
6
6
  .SH SYNOPSIS
@@ -121,4 +121,4 @@ Examples:
121
121
 
122
122
  Full guide: https://github.com/rom\-weaver/rom\-weaver/blob/main/docs/cli/reference.md
123
123
  .SH VERSION
124
- v0.11.0
124
+ v0.11.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rom-weaver/cli",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "author": "Brandon Casey",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "description": "Local-first toolkit for ROMs and disc images: inspect, extract, compress, and apply, create, or bundle patches. Offline via a browser service-worker PWA or CLI.",
@@ -64,15 +64,15 @@
64
64
  "node": ">=22"
65
65
  },
66
66
  "optionalDependencies": {
67
- "@rom-weaver/darwin-arm64": "0.11.0",
68
- "@rom-weaver/darwin-x64": "0.11.0",
69
- "@rom-weaver/linux-arm64-musl": "0.11.0",
70
- "@rom-weaver/linux-ia32-musl": "0.11.0",
71
- "@rom-weaver/linux-x64-gnu": "0.11.0",
72
- "@rom-weaver/linux-x64-musl": "0.11.0",
73
- "@rom-weaver/win32-arm64-msvc": "0.11.0",
74
- "@rom-weaver/win32-ia32-msvc": "0.11.0",
75
- "@rom-weaver/win32-x64-msvc": "0.11.0"
67
+ "@rom-weaver/darwin-arm64": "0.11.1",
68
+ "@rom-weaver/darwin-x64": "0.11.1",
69
+ "@rom-weaver/linux-arm64-musl": "0.11.1",
70
+ "@rom-weaver/linux-ia32-musl": "0.11.1",
71
+ "@rom-weaver/linux-x64-gnu": "0.11.1",
72
+ "@rom-weaver/linux-x64-musl": "0.11.1",
73
+ "@rom-weaver/win32-arm64-msvc": "0.11.1",
74
+ "@rom-weaver/win32-ia32-msvc": "0.11.1",
75
+ "@rom-weaver/win32-x64-msvc": "0.11.1"
76
76
  },
77
77
  "scripts": {
78
78
  "docs:lint": "markdownlint-cli2",