etalon-cli 0.9.0 → 0.9.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 (2) hide show
  1. package/install.js +0 -2
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -5,6 +5,4 @@ const RESET = '\x1b[0m';
5
5
  console.log(`${RED}ERROR: The ETALON CLI is now a native Rust application and is no longer distributed via npm.${RESET}\n`);
6
6
  console.log('To install the new CLI, please use cargo:');
7
7
  console.log(`${CYAN} cargo install etalon-cli${RESET}\n`);
8
- console.log('Or use the pre-built Docker image:');
9
- console.log(`${CYAN} docker run -it ghcr.io/nma-vc/etalon${RESET}\n`);
10
8
  console.log(`For more installation options and the GitHub repository, visit:\n${CYAN} https://github.com/NMA-vc/etalon${RESET}\n`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "etalon-cli",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Privacy engineering CLI for AI agents and developers. Audits websites, traces data flows, generates GDPR Trust Centers.",
5
5
  "scripts": {
6
6
  "postinstall": "node install.js"