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

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.
@@ -8,7 +8,7 @@ class CalendarToolWrapperX {
8
8
  description = {
9
9
  displayName: 'Calendar Tool Wrapper X',
10
10
  name: 'calendarToolWrapperX',
11
- icon: 'file:RunKeys.svg',
11
+ // icon: 'file:RunKeys.svg', // Removed icon property
12
12
  group: ['ai'],
13
13
  version: 1.2,
14
14
  description: 'Wraps Microsoft Calendar Tool for AI operations',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henry2323/n8n-nodes-calendar-tool-wrapper",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "commonjs",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"