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 <cursoragent@cursor.com>

Co-authored-by: Bryan FRIMIN <bryan@frimin.fr>
This commit is contained in:
Cursor Agent
2026-07-02 15:00:22 +00:00
committed by Sacha Al Himdani
parent fb03797fbe
commit 82bf5cdfaf

View File

@@ -1,5 +1,5 @@
{
"node": "n8n-nodes-probo",
"node": "@probo/n8n-nodes-probo.probo",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": ["Development", "Utility"],