@agent-relay/cloud 11.6.3 → 11.6.4

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/dist/redact.js CHANGED
@@ -8,7 +8,7 @@
8
8
  * the last four characters, keeping the message actionable without carrying
9
9
  * a usable secret.
10
10
  */
11
- const LIVE_CREDENTIAL = /(rk_live_|at_live_|nt_live_|ot_live_|cld_at_|rth_at_|ocl_node_enr_|br_)([A-Za-z0-9_%-]+(?:\.[A-Za-z0-9_%-]+)*)/g;
11
+ const LIVE_CREDENTIAL = /(rk_live_|rjt_live_|at_live_|nt_live_|ot_live_|cld_at_|rth_at_|ocl_node_enr_|br_)([A-Za-z0-9_%-]+(?:\.[A-Za-z0-9_%-]+)*)/g;
12
12
  /**
13
13
  * Replace every embedded live credential in `text` with its masked form —
14
14
  * the same rule as the CLI's `maskSecret`: prefix plus the last four BODY
@@ -1 +1 @@
1
- {"version":3,"file":"redact.js","sourceRoot":"","sources":["../src/redact.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,MAAM,eAAe,GACnB,iHAAiH,CAAC;AAEpH;;;;;GAKG;AACH,MAAM,UAAU,sBAAsB,CAAC,IAAY;IACjD,OAAO,IAAI,CAAC,OAAO,CAAC,eAAe,EAAE,CAAC,MAAM,EAAE,MAAc,EAAE,IAAY,EAAE,EAAE,CAC5E,IAAI,CAAC,MAAM,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,MAAM,GAAG,CAAC,CAAC,CAAC,GAAG,MAAM,IAAI,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAChE,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"redact.js","sourceRoot":"","sources":["../src/redact.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,MAAM,eAAe,GACnB,2HAA2H,CAAC;AAE9H;;;;;GAKG;AACH,MAAM,UAAU,sBAAsB,CAAC,IAAY;IACjD,OAAO,IAAI,CAAC,OAAO,CAAC,eAAe,EAAE,CAAC,MAAM,EAAE,MAAc,EAAE,IAAY,EAAE,EAAE,CAC5E,IAAI,CAAC,MAAM,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,MAAM,GAAG,CAAC,CAAC,CAAC,GAAG,MAAM,IAAI,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAChE,CAAC;AACJ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/cloud",
3
- "version": "11.6.3",
3
+ "version": "11.6.4",
4
4
  "engines": {
5
5
  "node": ">=22.0.0"
6
6
  },
@@ -62,7 +62,7 @@
62
62
  "test:watch": "vitest --root ../.. packages/cloud/"
63
63
  },
64
64
  "dependencies": {
65
- "@agent-relay/config": "11.6.3",
65
+ "@agent-relay/config": "11.6.4",
66
66
  "@aws-sdk/client-s3": "3.1020.0",
67
67
  "ignore": "^7.0.5",
68
68
  "tar": "^7.5.21"