fix(dependencies): Update dependencies to latest versions.
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
/**
|
||||
* autocreated commitinfo by @pushrocks/commitinfo
|
||||
* autocreated commitinfo by @push.rocks/commitinfo
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartbrowser',
|
||||
version: '2.0.6',
|
||||
description: 'simplified puppeteer'
|
||||
version: '2.0.7',
|
||||
description: 'A simplified Puppeteer wrapper for easy automation and testing tasks.'
|
||||
}
|
||||
|
@ -71,3 +71,6 @@ export class SmartBrowser {
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
import { smartpuppeteer } from './smartbrowser.plugins.js';
|
||||
export { smartpuppeteer };
|
Reference in New Issue
Block a user