update version

This commit is contained in:
bipproduction
2025-11-19 00:44:35 +08:00
parent e4ca5f6c23
commit f3ddf3684f
2 changed files with 2 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ export class OpenApiNode implements INodeType {
const items = this.getInputData();
const returnData: any[] = [];
const creds = (await this.getCredentials?.("wajsApi")) as
const creds = (await this.getCredentials?.("openApiNodeApi")) as
| { baseUrl?: string; token?: string; apiKey?: string }
| undefined;

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-nodes-openapi-node",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"n8n",
"n8n-nodes"