Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
7fa43ee785 | |||
e22da55523 |
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-04-02 - 5.6.2 - fix(package.json)
|
||||
Fix formatting in package.json to correctly include the packageManager field
|
||||
|
||||
- Added missing comma after the keywords array
|
||||
- Ensured proper inclusion of the packageManager field for consistency
|
||||
|
||||
## 2025-04-02 - 5.6.1 - fix(readme)
|
||||
Update README: Revamp structure for features, installation, and examples
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@push.rocks/tapbundle",
|
||||
"private": false,
|
||||
"version": "5.6.1",
|
||||
"version": "5.6.2",
|
||||
"description": "A comprehensive testing automation library that provides a wide range of utilities and tools for TAP (Test Anything Protocol) based testing, especially suitable for projects using tapbuffer.",
|
||||
"exports": {
|
||||
".": "./dist_ts/index.js",
|
||||
@ -87,5 +87,6 @@
|
||||
"UI components",
|
||||
"parallel testing",
|
||||
"test lifecycle management"
|
||||
]
|
||||
],
|
||||
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
|
||||
}
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/tapbundle',
|
||||
version: '5.6.1',
|
||||
version: '5.6.2',
|
||||
description: 'A comprehensive testing automation library that provides a wide range of utilities and tools for TAP (Test Anything Protocol) based testing, especially suitable for projects using tapbuffer.'
|
||||
}
|
||||
|
Reference in New Issue
Block a user