@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.
- package/LICENSE +0 -7
- package/README.md +1 -1
- package/package.json +10 -10
package/LICENSE
CHANGED
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](
|
|
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.
|
|
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.
|
|
67
|
-
"@rom-weaver/darwin-x64": "0.10.
|
|
68
|
-
"@rom-weaver/linux-arm64-musl": "0.10.
|
|
69
|
-
"@rom-weaver/linux-ia32-musl": "0.10.
|
|
70
|
-
"@rom-weaver/linux-x64-gnu": "0.10.
|
|
71
|
-
"@rom-weaver/linux-x64-musl": "0.10.
|
|
72
|
-
"@rom-weaver/win32-arm64-msvc": "0.10.
|
|
73
|
-
"@rom-weaver/win32-ia32-msvc": "0.10.
|
|
74
|
-
"@rom-weaver/win32-x64-msvc": "0.10.
|
|
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",
|