light-my-request
Advanced tools
Comparing version 4.7.1 to 4.8.0
@@ -9,3 +9,3 @@ 'use strict' | ||
const assert = require('assert') | ||
const warning = require('fastify-warning')() | ||
const warning = require('process-warning')() | ||
@@ -12,0 +12,0 @@ const parseURL = require('./parseURL') |
{ | ||
"name": "light-my-request", | ||
"version": "4.7.1", | ||
"version": "4.8.0", | ||
"description": "Fake HTTP injection library", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"cookie": "^0.4.0", | ||
"fastify-warning": "^0.2.0", | ||
"process-warning": "^1.0.0", | ||
"set-cookie-parser": "^2.4.1" | ||
@@ -12,0 +12,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
83608
+ Addedprocess-warning@^1.0.0
+ Addedprocess-warning@1.0.0(transitive)
- Removedfastify-warning@^0.2.0
- Removedfastify-warning@0.2.0(transitive)