fix(ci): Use .npmrc for registry authentication in Gitea workflow and add conditional npmjs publish

This commit is contained in:
2025-10-26 14:12:37 +00:00
parent 984b53cba2
commit f49cbd2b6a
3 changed files with 17 additions and 6 deletions

View File

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