@metasession.co/devaudit-cli 0.1.67 → 0.1.68

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 CHANGED
@@ -25,6 +25,16 @@ devaudit update
25
25
 
26
26
  Requires Node ≥ 22. Native binaries (no Node runtime needed) are on the roadmap.
27
27
 
28
+ ### Checking for updates
29
+
30
+ The CLI is distributed via **npm** — not GitHub releases. Check your version against the latest:
31
+
32
+ ```bash
33
+ devaudit --version # your installed version
34
+ npm view @metasession.co/devaudit-cli version # latest on npm
35
+ npm install -g @metasession.co/devaudit-cli@latest # upgrade
36
+ ```
37
+
28
38
  ## Status — v0.1.1
29
39
 
30
40
  ### Working
package/dist/index.js CHANGED
@@ -56,7 +56,7 @@ function emitJsonResult(payload) {
56
56
 
57
57
  // package.json
58
58
  var package_default = {
59
- version: "0.1.67"};
59
+ version: "0.1.68"};
60
60
 
61
61
  // src/lib/version.ts
62
62
  var CLI_VERSION = package_default.version;