@rom-weaver/cli 0.8.0 → 0.9.0

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 +8 -2
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -265,7 +265,8 @@ cargo binstall rom-weaver-cli
265
265
  <details>
266
266
  <summary>mise</summary>
267
267
 
268
- Useful when you want the CLI managed per project in `mise.toml`. mise verifies
268
+ Useful when you want the CLI managed per project in `mise.toml`.
269
+ [Install mise](https://mise.jdx.dev/installing-mise.html) first; it verifies
269
270
  the release's GitHub artifact attestations on install. The
270
271
  `minimum_release_age=0s` option lets new releases resolve immediately on release
271
272
  day; omit it if you prefer mise's default release-age delay.
@@ -379,7 +380,12 @@ integration, development, architecture, and format-reference guides.
379
380
 
380
381
  Bug reports and contributions are welcome. Read the
381
382
  [contribution guide](CONTRIBUTING.md) and [code of conduct](.github/CODE_OF_CONDUCT.md)
382
- before submitting a change, and report
383
+ before submitting a change. Because rom-weaver is dual-licensed, code and
384
+ documentation changes need a one-time signature on the
385
+ [Contributor License Agreement](CLA.md) - the `CLA Signed` check asks for
386
+ it on your first pull request, it covers every repository in the
387
+ [`rom-weaver` organization](https://github.com/rom-weaver), and you keep the
388
+ copyright in your work. Report
383
389
  suspected vulnerabilities through GitHub's private reporting form in the
384
390
  [security policy](.github/SECURITY.md). If rom-weaver has been useful to you, you can
385
391
  support continued development through
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rom-weaver/cli",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
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.8.0",
67
- "@rom-weaver/darwin-x64": "0.8.0",
68
- "@rom-weaver/linux-arm64-musl": "0.8.0",
69
- "@rom-weaver/linux-ia32-musl": "0.8.0",
70
- "@rom-weaver/linux-x64-gnu": "0.8.0",
71
- "@rom-weaver/linux-x64-musl": "0.8.0",
72
- "@rom-weaver/win32-arm64-msvc": "0.8.0",
73
- "@rom-weaver/win32-ia32-msvc": "0.8.0",
74
- "@rom-weaver/win32-x64-msvc": "0.8.0"
66
+ "@rom-weaver/darwin-arm64": "0.9.0",
67
+ "@rom-weaver/darwin-x64": "0.9.0",
68
+ "@rom-weaver/linux-arm64-musl": "0.9.0",
69
+ "@rom-weaver/linux-ia32-musl": "0.9.0",
70
+ "@rom-weaver/linux-x64-gnu": "0.9.0",
71
+ "@rom-weaver/linux-x64-musl": "0.9.0",
72
+ "@rom-weaver/win32-arm64-msvc": "0.9.0",
73
+ "@rom-weaver/win32-ia32-msvc": "0.9.0",
74
+ "@rom-weaver/win32-x64-msvc": "0.9.0"
75
75
  },
76
76
  "scripts": {
77
77
  "docs:toc": "node scripts/update-markdown-toc.mjs",