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:
committed by
Sacha Al Himdani
parent
fb03797fbe
commit
82bf5cdfaf
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"node": "n8n-nodes-probo",
|
||||
"node": "@probo/n8n-nodes-probo.probo",
|
||||
"nodeVersion": "1.0",
|
||||
"codexVersion": "1.0",
|
||||
"categories": ["Development", "Utility"],
|
||||
|
||||
Reference in New Issue
Block a user