fix(ci): Update dependencies, add deno.lock, and reorganize tests for browser and Node environments

This commit is contained in:
2025-11-01 15:53:47 +00:00
parent df28cd4778
commit e0f586693c
11 changed files with 9387 additions and 3506 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartrequest',
version: '4.3.6',
version: '4.3.7',
description: 'A module for modern HTTP/HTTPS requests with support for form data, file uploads, JSON, binary data, streams, and more.'
}