@rom-weaver/cli 0.10.0 → 0.10.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.
Files changed (3) hide show
  1. package/LICENSE +0 -7
  2. package/README.md +1 -1
  3. package/package.json +10 -10
package/LICENSE CHANGED
@@ -1,10 +1,3 @@
1
- rom-weaver
2
-
3
- SPDX-License-Identifier: AGPL-3.0-or-later
4
-
5
- This file contains the GNU Affero General Public License that applies to
6
- rom-weaver's public distribution.
7
-
8
1
  # GNU AFFERO GENERAL PUBLIC LICENSE
9
2
 
10
3
  Version 3, 19 November 2007
package/README.md CHANGED
@@ -421,7 +421,7 @@ support continued development through
421
421
  Copyright (C) Brandon Casey and rom-weaver contributors
422
422
 
423
423
  The public distribution is licensed under
424
- [AGPL-3.0-or-later](LICENSE). [Commercial licensing](COMMERCIAL_LICENSE.md) is
424
+ [AGPL-3.0-or-later](LICENSE). [Commercial licensing](COMMERCIAL.md) is
425
425
  also available for first-party rom-weaver code. Bundled third-party components
426
426
  retain their own licenses. Release builds include a generated
427
427
  [combined attribution and license inventory](https://rom-weaver.com/NOTICE) and
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rom-weaver/cli",
3
- "version": "0.10.0",
3
+ "version": "0.10.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.",
@@ -63,15 +63,15 @@
63
63
  "node": ">=22"
64
64
  },
65
65
  "optionalDependencies": {
66
- "@rom-weaver/darwin-arm64": "0.10.0",
67
- "@rom-weaver/darwin-x64": "0.10.0",
68
- "@rom-weaver/linux-arm64-musl": "0.10.0",
69
- "@rom-weaver/linux-ia32-musl": "0.10.0",
70
- "@rom-weaver/linux-x64-gnu": "0.10.0",
71
- "@rom-weaver/linux-x64-musl": "0.10.0",
72
- "@rom-weaver/win32-arm64-msvc": "0.10.0",
73
- "@rom-weaver/win32-ia32-msvc": "0.10.0",
74
- "@rom-weaver/win32-x64-msvc": "0.10.0"
66
+ "@rom-weaver/darwin-arm64": "0.10.1",
67
+ "@rom-weaver/darwin-x64": "0.10.1",
68
+ "@rom-weaver/linux-arm64-musl": "0.10.1",
69
+ "@rom-weaver/linux-ia32-musl": "0.10.1",
70
+ "@rom-weaver/linux-x64-gnu": "0.10.1",
71
+ "@rom-weaver/linux-x64-musl": "0.10.1",
72
+ "@rom-weaver/win32-arm64-msvc": "0.10.1",
73
+ "@rom-weaver/win32-ia32-msvc": "0.10.1",
74
+ "@rom-weaver/win32-x64-msvc": "0.10.1"
75
75
  },
76
76
  "scripts": {
77
77
  "docs:lint": "markdownlint-cli2",