@cloud-cli/on 1.6.3 → 1.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.
Files changed (2) hide show
  1. package/dist/on.js +1 -1
  2. package/package.json +1 -1
package/dist/on.js CHANGED
@@ -8546,7 +8546,7 @@ var Fo = class {
8546
8546
  }
8547
8547
  redactText(e) {
8548
8548
  let t = Array.from(this.secrets.values()).filter((e) => e.length > 3).slice().sort((e, t) => t.length - e.length);
8549
- for (let n of t) e = e.replaceAll(n, "** masked **");
8549
+ for (let n of t) e = e.replaceAll(n, "****");
8550
8550
  return e;
8551
8551
  }
8552
8552
  }, Lo = s(v), Ro = class {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud-cli/on",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "CLI entry point for the on plugin ecosystem.",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@10.30.3",