n8n-nodes-fingrid 0.2.9 → 0.2.10

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.
@@ -178,6 +178,7 @@ async function fetchPaginated(endpoint, qs, i) {
178
178
  return returnAll ? collected : collected.slice(0, limit);
179
179
  }
180
180
  async function fetchSingle(endpoint, qs, i) {
181
+ await respectRateLimit();
181
182
  const responseData = await requestWithRateLimitHandling.call(this, {
182
183
  method: "GET",
183
184
  url: `${exports.BASE_URL}${endpoint}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-fingrid",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "n8n community node for Fingrid Open Data — Finnish power grid and electricity market data",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",