n8n-nodes-crawl4ai-plus 2.0.1 → 2.0.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.
Files changed (2) hide show
  1. package/index.js +11 -14
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,14 +1,11 @@
1
- // This file is the entry point for the package
2
- // It exports all nodes and credentials
3
-
4
- module.exports = {
5
- // Nodes
6
- nodeTypes: [
7
- require('./dist/nodes/Crawl4aiBasicCrawler/Crawl4aiBasicCrawler.node.js'),
8
- require('./dist/nodes/Crawl4aiContentExtractor/Crawl4aiContentExtractor.node.js'),
9
- ],
10
- // Credentials
11
- credentialTypes: [
12
- require('./dist/credentials/Crawl4aiApi.credentials.js'),
13
- ],
14
- };
1
+ // This file ensures n8n can find and load your nodes and credentials
2
+
3
+ module.exports = {
4
+ nodeTypes: {
5
+ crawl4aiPlusBasicCrawler: require('./dist/nodes/Crawl4aiPlusBasicCrawler/Crawl4aiPlusBasicCrawler.node.js').Crawl4aiPlusBasicCrawler,
6
+ crawl4aiPlusContentExtractor: require('./dist/nodes/Crawl4aiPlusContentExtractor/Crawl4aiPlusContentExtractor.node.js').Crawl4aiPlusContentExtractor,
7
+ },
8
+ credentialTypes: {
9
+ crawl4aiPlusApi: require('./dist/credentials/Crawl4aiApi.credentials.js').Crawl4aiApi,
10
+ },
11
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-crawl4ai-plus",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "n8n nodes for Crawl4AI v0.7.4+ web crawler and data extraction with enhanced features",
5
5
  "keywords": [
6
6
  "n8n",