fix(workflows): Remove npmci wrappers from CI workflows and use pnpm/npm CLI directly

This commit is contained in:
2025-10-26 14:07:55 +00:00
parent 49cfcaedd1
commit 4c55243646
4 changed files with 38 additions and 68 deletions

View File

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