@crawlee/core 3.17.1-beta.2 → 3.17.1-beta.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/core",
3
- "version": "3.17.1-beta.2",
3
+ "version": "3.17.1-beta.3",
4
4
  "description": "The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"
@@ -59,9 +59,9 @@
59
59
  "@apify/pseudo_url": "^2.0.30",
60
60
  "@apify/timeout": "^0.3.0",
61
61
  "@apify/utilities": "^2.7.10",
62
- "@crawlee/memory-storage": "3.17.1-beta.2",
63
- "@crawlee/types": "3.17.1-beta.2",
64
- "@crawlee/utils": "3.17.1-beta.2",
62
+ "@crawlee/memory-storage": "3.17.1-beta.3",
63
+ "@crawlee/types": "3.17.1-beta.3",
64
+ "@crawlee/utils": "3.17.1-beta.3",
65
65
  "@sapphire/async-queue": "^1.5.1",
66
66
  "@vladfrangu/async_event_emitter": "^2.2.2",
67
67
  "csv-stringify": "^6.2.0",
@@ -83,5 +83,5 @@
83
83
  }
84
84
  }
85
85
  },
86
- "gitHead": "4068bc2c385927bb7a0c8da93d06d9e1b63d1914"
86
+ "gitHead": "c98829ab07ef91985e1fe251db7e8c65bd5a924e"
87
87
  }
@@ -230,7 +230,7 @@ export declare class Dataset<Data extends Dictionary = Dictionary> {
230
230
  * Returns an object containing general information about the dataset.
231
231
  *
232
232
  * The function returns the same object as the Apify API Client's
233
- * [getDataset](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-datasets-getDataset)
233
+ * [DatasetClient.get()](https://docs.apify.com/api/client/js/reference/class/DatasetClient#get)
234
234
  * function, which in turn calls the
235
235
  * [Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset)
236
236
  * API endpoint.
@@ -338,7 +338,7 @@ class Dataset {
338
338
  * Returns an object containing general information about the dataset.
339
339
  *
340
340
  * The function returns the same object as the Apify API Client's
341
- * [getDataset](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-datasets-getDataset)
341
+ * [DatasetClient.get()](https://docs.apify.com/api/client/js/reference/class/DatasetClient#get)
342
342
  * function, which in turn calls the
343
343
  * [Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset)
344
344
  * API endpoint.
@@ -219,7 +219,7 @@ export declare abstract class RequestProvider implements IStorage, IRequestManag
219
219
  * Returns an object containing general information about the request queue.
220
220
  *
221
221
  * The function returns the same object as the Apify API Client's
222
- * [getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)
222
+ * [RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)
223
223
  * function, which in turn calls the
224
224
  * [Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)
225
225
  * API endpoint.
@@ -613,7 +613,7 @@ class RequestProvider {
613
613
  * Returns an object containing general information about the request queue.
614
614
  *
615
615
  * The function returns the same object as the Apify API Client's
616
- * [getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)
616
+ * [RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)
617
617
  * function, which in turn calls the
618
618
  * [Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)
619
619
  * API endpoint.