Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CezaryDanielNowak committed Nov 25, 2024
1 parent a501863 commit 957015a
Show file tree
Hide file tree
Showing 4 changed files with 1,049 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ API data format support table

Requirements
------
This module is maintained on node v0.12.7. It may work on older and newer node
versions. Feel free to test and send me a feedback :-)
This module is maintained on node v20 LTS. It may work on older and newer node
versions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var getRawBody = require('raw-body')
var omit = require('object.omit')
var packageJson = require('./package.json')
var path = require('path')
var request = require('request')
var request = require('@cypress/request')
var sanitize = require('sanitize-filename')
var zlib = require('zlib')

Expand Down
Loading

0 comments on commit 957015a

Please sign in to comment.