@justbrunasso/n8n-nodes-glpi-v2 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/package.json +1 -2
  2. package/index.js +0 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justbrunasso/n8n-nodes-glpi-v2",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "n8n node for GLPI v2 API",
5
5
  "keywords": [
6
6
  "n8n-community-node-package"
@@ -19,7 +19,6 @@
19
19
  "dist/nodes/GlpiV2/GlpiV2.credentials.js"
20
20
  ]
21
21
  },
22
- "main": "index.js",
23
22
  "scripts": {
24
23
  "build": "n8n-node build",
25
24
  "dev": "tsc --watch",
package/index.js DELETED
@@ -1,5 +0,0 @@
1
- // Main entry point for the package
2
- // This file is required for some n8n loaders even if n8n metadata is present.
3
- module.exports = {
4
- // Exports will be handled by n8n loader via package.json config
5
- };