@k03mad/request 7.23.0 → 7.23.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.
@@ -81,7 +81,7 @@ const sendRequest = async (url, opts) => {
81
81
 
82
82
  /**
83
83
  * @param {string} url
84
- * @param {object} [opts]
84
+ * @param {import('got').OptionsWithPagination} [opts]
85
85
  * @param {object} [params]
86
86
  * @param {string} [params.queueBy]
87
87
  * @param {number} [params.concurrency]
@@ -96,7 +96,7 @@ export const request = (url, opts = {}, params = {}) => {
96
96
 
97
97
  /**
98
98
  * @param {string} url
99
- * @param {object} [opts]
99
+ * @param {import('got').OptionsWithPagination} [opts]
100
100
  * @param {object} [params]
101
101
  * @param {number} [params.expire] seconds
102
102
  * @param {object} [params.cacheBy]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k03mad/request",
3
- "version": "7.23.0",
3
+ "version": "7.23.1",
4
4
  "description": "Request library",
5
5
  "maintainers": [
6
6
  "Kirill Molchanov <k03.mad@gmail.com"