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
60
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.37.3
to
1.38.0
+11
profiles/hacker-news/topStories.json
{
"description": "Hacker News top story IDs — up to 500 item IDs at /v0/topstories.json (root-array response, primitives wrapped as { id })",
"platform": "hacker-news",
"model": "topStories",
"connectionKey": "AUTO",
"actionId": "conn_mod_def::GJ3108Dwmm4::avAMAq7HQtW6PT8JhPg5vA",
"resultsPath": "",
"idField": "id",
"pagination": { "type": "none" },
"limitParam": ""
}
+3
-2
{
"name": "@withone/cli",
"version": "1.37.3",
"version": "1.38.0",
"description": "CLI for managing One",

@@ -19,3 +19,4 @@ "type": "module",

"start": "node bin/cli.js",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"test": "tsx --test \"src/**/*.test.ts\""
},

@@ -22,0 +23,0 @@ "dependencies": {

+1
-1

@@ -346,3 +346,3 @@ <img src="https://assets.withone.ai/banners/cli.png" alt="One CLI - Connect your agents to every API on the internet." style="border-radius: 5px;">

Change hooks (`onInsert`, `onUpdate`, `onChange`) fire per-page during sync — pipe to a shell command, a flow, or an event log. Run `one guide sync` for the full reference.
Change hooks (`onInsert`, `onUpdate`, `onChange`) fire per-page during sync — pipe to a shell command, a flow, or an event log. Root-array responses (e.g. Hacker News `/v0/topstories.json` → `[9129911, 9129199, ...]`) are supported by setting `resultsPath` to `""`, `"$"`, or `"."`; primitive elements are auto-wrapped as `{ [idField]: value }`. Run `one guide sync` for the full reference.

@@ -349,0 +349,0 @@ ### `one guide [topic]`

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