@blamejs/core 0.4.4 → 0.4.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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ Pass `--help` to any subcommand for the full flag list. Passphrases for crypto-b
|
|
|
57
57
|
|
|
58
58
|
## Reference app + deployment
|
|
59
59
|
|
|
60
|
-
`examples/wiki/` is a complete production-ready operator-built blamejs app — the wiki you're looking at when you visit `blamejs.
|
|
60
|
+
`examples/wiki/` is a complete production-ready operator-built blamejs app — the wiki you're looking at when you visit `blamejs.com`. It demonstrates every framework primitive in real usage and ships with `Dockerfile`, `docker-compose.yml` (dev), `docker-compose.prod.yml` (Caddy + GHCR image), and a published OCI image at `ghcr.io/blamejs/blamejs-wiki:<tag>` (multi-arch amd64/arm64, cosign-signed via GitHub OIDC, Trivy-scanned, SHA3-512 digest).
|
|
61
61
|
|
|
62
62
|
See [`examples/wiki/DEPLOY.md`](examples/wiki/DEPLOY.md) for the full deployment walkthrough, including the operator-facing environment-variable matrix (`WIKI_*` and `BLAMEJS_*` keys) and the pin-to-version workflow for production updates.
|
|
63
63
|
|
|
@@ -93,7 +93,7 @@ Community standards: [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) (Contributor Coven
|
|
|
93
93
|
|
|
94
94
|
## Security
|
|
95
95
|
|
|
96
|
-
Threat model, supported versions, vulnerability disclosure: [SECURITY.md](SECURITY.md). Do **not** file public issues for security bugs — email `security@blamejs.
|
|
96
|
+
Threat model, supported versions, vulnerability disclosure: [SECURITY.md](SECURITY.md). Do **not** file public issues for security bugs — email `security@blamejs.com`.
|
|
97
97
|
|
|
98
98
|
## License
|
|
99
99
|
|