@hongymagic/q 2026.715.0-next.35af607 → 2026.715.0-next.3a760b7

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/dist/q.js +6 -2
  2. package/package.json +1 -1
package/dist/q.js CHANGED
@@ -18814,7 +18814,7 @@ import { parseArgs } from "node:util";
18814
18814
  // package.json
18815
18815
  var package_default = {
18816
18816
  name: "@hongymagic/q",
18817
- version: "2026.715.0-next.35af607",
18817
+ version: "2026.715.0-next.3a760b7",
18818
18818
  description: "Quick AI answers from the command line",
18819
18819
  main: "dist/q.js",
18820
18820
  type: "module",
@@ -33586,7 +33586,11 @@ var SENSITIVE_KEY_PATTERNS = [
33586
33586
  "password",
33587
33587
  "auth",
33588
33588
  "credential",
33589
- "authorization"
33589
+ "authorization",
33590
+ "bearer",
33591
+ "session",
33592
+ "jwt",
33593
+ "cookie"
33590
33594
  ];
33591
33595
  function isSensitiveKey(key) {
33592
33596
  const lower = key.toLowerCase();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hongymagic/q",
3
- "version": "2026.715.0-next.35af607",
3
+ "version": "2026.715.0-next.3a760b7",
4
4
  "description": "Quick AI answers from the command line",
5
5
  "main": "dist/q.js",
6
6
  "type": "module",