@henry2323/n8n-nodes-calendar-tool-wrapper 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -100,7 +100,7 @@ class CalendarToolWrapperX {
100
100
  [], // Empty main output
101
101
  [{
102
102
  json: {
103
- tool: this.getNode().type.description.aiTool?.name,
103
+ tool: CalendarToolWrapperX.prototype.description.aiTool?.name, // Modified line
104
104
  parameters: { calendarId, returnAll },
105
105
  toolOutput
106
106
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henry2323/n8n-nodes-calendar-tool-wrapper",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "commonjs",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"