This commit is contained in:
bipproduction
2025-11-17 14:01:06 +08:00
parent e2fb8d3826
commit 10690674b6

View File

@@ -2,7 +2,7 @@
"name": "n8n-nodes-openapi-mcp-server", "name": "n8n-nodes-openapi-mcp-server",
"type": "module", "type": "module",
"private": true, "private": true,
"version": "1.0.1", "version": "1.0.2",
"scripts": { "scripts": {
"build": "bun bin/build.ts", "build": "bun bin/build.ts",
"publish": "bun bin/publish.ts" "publish": "bun bin/publish.ts"
@@ -34,4 +34,4 @@
"dist/credentials/OpenapiMcpServerCredentials.credentials.js" "dist/credentials/OpenapiMcpServerCredentials.credentials.js"
] ]
} }
} }