This commit is contained in:
Philipp Kunz 2024-04-14 03:54:40 +02:00
parent f55ab55365
commit a82d9eafe2

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartrequest", "name": "@push.rocks/smartrequest",
"version": "2.0.21", "version": "2.0.22",
"private": false, "private": false,
"description": "A module for modern HTTP/HTTPS requests with support for form data, file uploads, JSON, binary data, streams, and more.", "description": "A module for modern HTTP/HTTPS requests with support for form data, file uploads, JSON, binary data, streams, and more.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -63,4 +63,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }