@codigoconelmer/driftwatch 1.1.4 → 1.1.5

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,7 +53,7 @@ The CLI will ask you everything — endpoint URLs, auth tokens, check interval,
53
53
  ? URL: https://api.myapp.com/api/cards
54
54
  ? HTTP method: GET
55
55
  ? Requires auth header (Bearer token)? Yes
56
- ? Env var name for token: API_TOKEN
56
+ ? Bearer token value (will be saved to .env as API_TOKEN): ********
57
57
  ? Check interval: Every 5 minutes
58
58
  ? Add another endpoint? No
59
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codigoconelmer/driftwatch",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "External API schema drift detector with Telegram alerts",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",