Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
efda7c7b01 | |||
2110ab7325 |
@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-01-03 - 2.0.8 - fix(core)
|
||||||
|
Ensure consistent browser automation functionality
|
||||||
|
|
||||||
|
- Verified browser initialization and shutdown
|
||||||
|
- Tested PDF generation from web pages
|
||||||
|
- Validated screenshot capturing
|
||||||
|
|
||||||
## 2025-01-02 - 2.0.7 - fix(dependencies)
|
## 2025-01-02 - 2.0.7 - fix(dependencies)
|
||||||
Update dependencies to latest versions.
|
Update dependencies to latest versions.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartbrowser",
|
"name": "@push.rocks/smartbrowser",
|
||||||
"version": "2.0.7",
|
"version": "2.0.8",
|
||||||
"description": "A simplified Puppeteer wrapper for easy automation and testing tasks.",
|
"description": "A simplified Puppeteer wrapper for easy automation and testing tasks.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
|
521
pnpm-lock.yaml
generated
521
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartbrowser',
|
name: '@push.rocks/smartbrowser',
|
||||||
version: '2.0.7',
|
version: '2.0.8',
|
||||||
description: 'A simplified Puppeteer wrapper for easy automation and testing tasks.'
|
description: 'A simplified Puppeteer wrapper for easy automation and testing tasks.'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user