update readme
version bump
This commit is contained in:
parent
83a640e9fb
commit
ef39af34a9
|
@ -21,7 +21,7 @@ import {fetch, CookieJar} from "node-fetch-cookies";
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
### fetch(cookieJar, url, options)
|
### fetch(cookieJar, url, options)
|
||||||
- `cookieJar` A [CookieJar](#class-cookiejar) instance or an array of CookieJar instances
|
- `cookieJar` A [CookieJar](#class-cookiejar) instance, an array of CookieJar instances or null, if you don't want to send or store cookies.
|
||||||
- `url` and `options` as in https://github.com/bitinn/node-fetch#fetchurl-options
|
- `url` and `options` as in https://github.com/bitinn/node-fetch#fetchurl-options
|
||||||
|
|
||||||
|
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "node-fetch-cookies",
|
"name": "node-fetch-cookies",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "node-fetch-cookies",
|
"name": "node-fetch-cookies",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"description": "node-fetch wrapper that adds support for cookie-jars",
|
"description": "node-fetch wrapper that adds support for cookie-jars",
|
||||||
"main": "src/index.mjs",
|
"main": "src/index.mjs",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user