chore(n8n): rename npm package for publishing
Build and Push Docker Container / build-and-push (push) Successful in 3m51s

- Use the available n8n-nodes-obsidian-cli-api package name.
- Update package-lock metadata to match the published package.
- Align the n8n package README heading with the npm package name.
This commit is contained in:
2026-06-24 10:06:56 +02:00
parent 902a3df8b5
commit 3b9c508859
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# n8n-nodes-obsidian-api
# n8n-nodes-obsidian-cli-api
n8n community-node package for the Obsidian API Docker service.
It talks to the HTTP API, which then runs the **official Obsidian CLI** against mounted vaults. The node sends structured `args` arrays only. It does not send shell commands.
+2 -2
View File
@@ -1,11 +1,11 @@
{
"name": "n8n-nodes-obsidian-api",
"name": "n8n-nodes-obsidian-cli-api",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "n8n-nodes-obsidian-api",
"name": "n8n-nodes-obsidian-cli-api",
"version": "0.1.0",
"license": "MIT",
"devDependencies": {
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "n8n-nodes-obsidian-api",
"name": "n8n-nodes-obsidian-cli-api",
"version": "0.1.0",
"description": "n8n community nodes for the Obsidian API Docker service backed by the official Obsidian CLI.",
"license": "MIT",