From 82bf5cdfafa7ab1a4881c53af7bcdd556e92f7a0 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 2 Jul 2026 15:00:22 +0000 Subject: [PATCH] Fix Probo codex node identifier format The n8n marketplace review flagged the codex node field as using the wrong identifier format. Update it to match the scoped package name and the probo node name declared in Probo.node.ts. Signed-off-by: Cursor Agent Co-authored-by: Bryan FRIMIN --- packages/n8n-node/nodes/Probo/Probo.node.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/n8n-node/nodes/Probo/Probo.node.json b/packages/n8n-node/nodes/Probo/Probo.node.json index 4050e190b..703870ea5 100644 --- a/packages/n8n-node/nodes/Probo/Probo.node.json +++ b/packages/n8n-node/nodes/Probo/Probo.node.json @@ -1,5 +1,5 @@ { - "node": "n8n-nodes-probo", + "node": "@probo/n8n-nodes-probo.probo", "nodeVersion": "1.0", "codexVersion": "1.0", "categories": ["Development", "Utility"],