n8n-nodes-krova 0.2.2 → 0.2.3
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 +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ Install this node from within n8n — no CLI, no server restart:
|
|
|
16
16
|
|
|
17
17
|
1. Open **Settings → Community Nodes**.
|
|
18
18
|
2. Select **Install**.
|
|
19
|
-
3. Enter the package name **`n8n-nodes-krova
|
|
19
|
+
3. Enter the package name **`n8n-nodes-krova`**.
|
|
20
20
|
4. Acknowledge the community-node risk prompt and select **Install**.
|
|
21
21
|
|
|
22
22
|
The **Krova Cloud** node appears in the node panel immediately after install. For self-hosted / manual setups, see the official [community-nodes installation guide](https://docs.n8n.io/integrations/community-nodes/installation/).
|
|
@@ -124,7 +124,6 @@ Krova Cloud ships first-party tooling across the ecosystem:
|
|
|
124
124
|
- **[@krovacloud/sdk](https://www.npmjs.com/package/@krovacloud/sdk)** — official TypeScript/JavaScript SDK.
|
|
125
125
|
- **[@krovacloud/mcp](https://www.npmjs.com/package/@krovacloud/mcp)** — Model Context Protocol server for AI agents.
|
|
126
126
|
- **[@krovacloud/webhook](https://www.npmjs.com/package/@krovacloud/webhook)** — HMAC signature verification for Krova webhooks.
|
|
127
|
-
- **[@krovacloud/n8n-nodes-krova](https://www.npmjs.com/package/@krovacloud/n8n-nodes-krova)** — the scoped alias of this exact package.
|
|
128
127
|
|
|
129
128
|
## Resources
|
|
130
129
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-krova",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "n8n community node for Krova Cloud — create, sleep, wake, list, and delete Cubes (Firecracker microVMs) and read regions, images, and pricing via the Krova Cloud API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|