@ironfang/n8n-nodes-ironfang 0.2.0 → 0.2.1
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.
- package/README.md +0 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,14 +45,6 @@ Renders are capped at 120 a minute per account, and 60 a minute per site
|
|
|
45
45
|
being rendered, counted across everyone. Bot protection is never bypassed:
|
|
46
46
|
a challenge page is captured as a challenge page.
|
|
47
47
|
|
|
48
|
-
## Coming from the Renderwolf package
|
|
49
|
-
|
|
50
|
-
This replaces `@ironfang/n8n-nodes-renderwolf`, which is deprecated. n8n asks
|
|
51
|
-
for one node per vendor, so the node is named after the company and
|
|
52
|
-
Renderwolf sits inside it as a resource. Install this package, add an
|
|
53
|
-
Ironfang API credential with the same key, and swap the node in your
|
|
54
|
-
workflows. The operations and their fields are unchanged.
|
|
55
|
-
|
|
56
48
|
## Links
|
|
57
49
|
|
|
58
50
|
- [API reference](https://ironfang.uk/renderwolf/docs)
|
package/package.json
CHANGED