@solidactions/cli 1.10.0 → 1.10.1

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.
@@ -146,7 +146,7 @@ function indent(text, prefix = ' ') {
146
146
  /**
147
147
  * Defense-in-depth: even though the SAA API sanitizes `Authorization`,
148
148
  * `x-pica-*`, and `x-one-*` out of `ioExample.input.headers` before serving,
149
- * filter them again here so any future drift can't leak Pica internals into
149
+ * filter them again here so any future drift can't leak proxy internals into
150
150
  * a workflow's outbound request.
151
151
  */
152
152
  function isProxyManagedHeader(name) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solidactions/cli",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "SolidActions CLI - Deploy and manage workflow automation",
5
5
  "main": "dist/index.js",
6
6
  "bin": {