This commit is contained in:
Philipp Kunz 2024-11-06 20:58:17 +01:00
parent 39d3bb4d24
commit 6e2c63fe1b

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartrequest", "name": "@push.rocks/smartrequest",
"version": "2.0.22", "version": "2.0.23",
"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"
] ]
} }