fix(package.json): Add explicit packageManager field for consistent dependency resolution

This commit is contained in:
2025-04-28 10:27:15 +00:00
parent 6b73313bbc
commit dcff81b4cc
3 changed files with 8 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/letterxpress',
version: '1.0.21',
version: '1.0.22',
description: 'an unofficial API package for the letterxpress API'
}