@crawlee/types 3.13.3-beta.8 → 3.13.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 +2 -2
- package/storages.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crawlee/types",
|
|
3
|
-
"version": "3.13.3
|
|
3
|
+
"version": "3.13.3",
|
|
4
4
|
"description": "Shared types for the crawlee projects",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16.0.0"
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "279cadbd3cd6342f36cc4d841e07b999e472420d"
|
|
62
62
|
}
|
package/storages.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { AllowedHttpMethods, Dictionary } from './utility-types';
|
|
2
2
|
/**
|
|
3
3
|
* A helper class that is used to report results from various
|
|
4
|
-
* {@
|
|
4
|
+
* {@link RequestQueue} functions as well as {@link enqueueLinks}.
|
|
5
5
|
*/
|
|
6
6
|
export interface QueueOperationInfo {
|
|
7
7
|
/** Indicates if request was already present in the queue. */
|