chore(n8n): rename npm package for publishing
Build and Push Docker Container / build-and-push (push) Successful in 3m51s
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:
@@ -1,4 +1,4 @@
|
|||||||
# n8n-nodes-obsidian-api
|
# n8n-nodes-obsidian-cli-api
|
||||||
n8n community-node package for the Obsidian API Docker service.
|
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.
|
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
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "n8n-nodes-obsidian-api",
|
"name": "n8n-nodes-obsidian-cli-api",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "n8n-nodes-obsidian-api",
|
"name": "n8n-nodes-obsidian-cli-api",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "n8n-nodes-obsidian-api",
|
"name": "n8n-nodes-obsidian-cli-api",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "n8n community nodes for the Obsidian API Docker service backed by the official Obsidian CLI.",
|
"description": "n8n community nodes for the Obsidian API Docker service backed by the official Obsidian CLI.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user