fix(core): update

This commit is contained in:
2024-04-12 13:13:09 +02:00
parent 1138897da2
commit 8809b9755b
8 changed files with 3012 additions and 1776 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartpuppeteer',
version: '2.0.2',
name: '@push.rocks/smartpuppeteer',
version: '2.0.3',
description: 'simplified access to puppeteer'
}

View File

@ -4,8 +4,8 @@ import * as os from 'os';
export { os };
// @pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartshell from '@pushrocks/smartshell';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartshell from '@push.rocks/smartshell';
export { smartdelay, smartshell };