@ceki/n8n-nodes-ceki 0.2.10 → 0.2.12
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/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
- **Pay-as-you-go** — from **$0.01/min**. Pay only for the minutes you use; close the session and billing stops.
|
|
11
11
|
- **Hire from a workflow** — the Ceki Contract node lets your automation create tasks, assign them to agents or humans, and escalate when it's stuck.
|
|
12
12
|
|
|
13
|
-
All of the logic lives in [`@ceki/sdk`](https://
|
|
13
|
+
All of the logic lives in [`@ceki/sdk`](https://www.npmjs.com/package/@ceki/sdk) — these nodes are a thin, typed UI on top.
|
|
14
14
|
|
|
15
15
|
## Install
|
|
16
16
|
|
|
@@ -111,9 +111,9 @@ To use locally in n8n, link `dist/` via `N8N_CUSTOM_EXTENSIONS` or `NODE_PATH`.
|
|
|
111
111
|
|
|
112
112
|
- [browser.ceki.me](https://browser.ceki.me) — rent a browser or become a host
|
|
113
113
|
- [Docs](https://browser.ceki.me/docs) — API key, SDK reference, recipes
|
|
114
|
-
- [`@ceki/sdk`](https://
|
|
114
|
+
- [`@ceki/sdk`](https://www.npmjs.com/package/@ceki/sdk) — the engine behind these nodes
|
|
115
115
|
- [MCP](https://ceki.me/mcp) — drive Ceki from any MCP-compatible agent
|
|
116
116
|
|
|
117
117
|
## License
|
|
118
118
|
|
|
119
|
-
MIT. Depends on [`@ceki/sdk`](https://
|
|
119
|
+
MIT. Depends on [`@ceki/sdk`](https://www.npmjs.com/package/@ceki/sdk).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ceki/n8n-nodes-ceki",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.12",
|
|
4
4
|
"description": "Rent real human browsers in n8n — anti-bot scraping, human-solved captchas, geo-targeting, and contract-based hiring of agents and humans. Powered by Ceki.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|