Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@withone/cli

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@withone/cli - npm Package Compare versions

Comparing version
1.40.0
to
1.41.0
dist/chunk-A5AFLKCQ.js

Sorry, the diff of this file is too big to display

+28
import {
FlowRunner,
collectStepTypes,
flowRequiresBash,
flowUsesCodeModules,
getFlowRootDir,
listFlows,
loadFlow,
loadFlowWithMeta,
resolveFlowPath,
saveFlow,
summarizeFlowInputs,
walkSteps
} from "./chunk-A5AFLKCQ.js";
export {
FlowRunner,
collectStepTypes,
flowRequiresBash,
flowUsesCodeModules,
getFlowRootDir,
listFlows,
loadFlow,
loadFlowWithMeta,
resolveFlowPath,
saveFlow,
summarizeFlowInputs,
walkSteps
};
+1
-1
{
"name": "@withone/cli",
"version": "1.40.0",
"version": "1.41.0",
"description": "CLI for managing One",

@@ -5,0 +5,0 @@ "type": "module",

@@ -285,3 +285,3 @@ # One Workflows — Multi-Step API Workflows

"actionId": "conn_mod_def::xxx::yyy",
"connectionKey": "$.input.stripeConnectionKey",
"connection": { "platform": "stripe" },
"data": { "query": "email:'{{$.input.customerEmail}}'" }

@@ -292,2 +292,9 @@ }

**Connection forms.** Each action step sets exactly one of:
- **`connection: { platform: "<name>", "tag"?: "<tag>" }`** (preferred) — late-bound, resolved at flow-execute time. Survives re-auth (which always mints a new key). Use `tag` to disambiguate when a platform has multiple connections (e.g. multi-account Gmail). Both `platform` and `tag` accept `$.input.x` selectors so flows can be parameterised per-execution.
- **`connectionKey: "<literal-or-selector>"`** (legacy) — passes the key string straight through. Still supported for backwards compat, but breaks on re-auth and forces manual edits across every flow that references the stale key. Migrate to `connection` when convenient.
The validator rejects an action that sets both forms (or neither) at `flow validate` and `flow execute` time.
### `transform` — JS expression (implicit return)

@@ -294,0 +301,0 @@

Sorry, the diff of this file is too big to display

import {
FlowRunner,
collectStepTypes,
flowRequiresBash,
flowUsesCodeModules,
getFlowRootDir,
listFlows,
loadFlow,
loadFlowWithMeta,
resolveFlowPath,
saveFlow,
summarizeFlowInputs,
walkSteps
} from "./chunk-SSEDFOVV.js";
export {
FlowRunner,
collectStepTypes,
flowRequiresBash,
flowUsesCodeModules,
getFlowRootDir,
listFlows,
loadFlow,
loadFlowWithMeta,
resolveFlowPath,
saveFlow,
summarizeFlowInputs,
walkSteps
};

Sorry, the diff of this file is too big to display