Compare commits

...

2 Commits

3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 2025-04-28 - 1.0.22 - fix(package.json)
Add explicit packageManager field for consistent dependency resolution
- Include packageManager field to ensure correct pnpm version is used
## 2025-04-28 - 1.0.21 - fix(metadata)
Update repository, package, and branding details to reflect new project ownership and naming

View File

@ -1,6 +1,6 @@
{
"name": "@apiclient.xyz/letterxpress",
"version": "1.0.21",
"version": "1.0.22",
"private": false,
"description": "an unofficial API package for the letterxpress API",
"main": "dist_ts/index.js",
@ -60,5 +60,6 @@
"mongodb-memory-server",
"puppeteer"
]
}
},
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
}

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'
}