2 Commits

Author SHA1 Message Date
e9bf2032fb 2.0.4 2022-10-26 23:10:45 +02:00
3a2e85b4e5 fix(core): update 2022-10-26 23:10:45 +02:00
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartbrowser", "name": "@pushrocks/smartbrowser",
"version": "2.0.3", "version": "2.0.4",
"description": "simplified puppeteer", "description": "simplified puppeteer",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
@ -21,7 +21,7 @@
"homepage": "https://gitlab.com/pushrocks/smartbrowser#README", "homepage": "https://gitlab.com/pushrocks/smartbrowser#README",
"dependencies": { "dependencies": {
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpdf": "^3.0.2", "@pushrocks/smartpdf": "^3.0.14",
"@pushrocks/smartpuppeteer": "^2.0.0", "@pushrocks/smartpuppeteer": "^2.0.0",
"@pushrocks/smartunique": "^3.0.3" "@pushrocks/smartunique": "^3.0.3"
}, },

10
pnpm-lock.yaml generated
View File

@ -5,14 +5,14 @@ specifiers:
'@gitzone/tsrun': ^1.2.39 '@gitzone/tsrun': ^1.2.39
'@gitzone/tstest': ^1.0.69 '@gitzone/tstest': ^1.0.69
'@pushrocks/smartdelay': ^2.0.13 '@pushrocks/smartdelay': ^2.0.13
'@pushrocks/smartpdf': ^3.0.2 '@pushrocks/smartpdf': ^3.0.14
'@pushrocks/smartpuppeteer': ^2.0.0 '@pushrocks/smartpuppeteer': ^2.0.0
'@pushrocks/smartunique': ^3.0.3 '@pushrocks/smartunique': ^3.0.3
'@pushrocks/tapbundle': ^5.0.3 '@pushrocks/tapbundle': ^5.0.3
dependencies: dependencies:
'@pushrocks/smartdelay': 2.0.13 '@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartpdf': 3.0.12 '@pushrocks/smartpdf': 3.0.14
'@pushrocks/smartpuppeteer': 2.0.2 '@pushrocks/smartpuppeteer': 2.0.2
'@pushrocks/smartunique': 3.0.3 '@pushrocks/smartunique': 3.0.3
@ -356,7 +356,7 @@ packages:
resolution: {integrity: sha512-VDBGb6O1nyFrFQFVS7AsVUjkundUVFEkWWEsYVCeglqt3AELzXZoxtV0Lrc9leVFwGS/v/0tUWi6gTz3T7wCIw==} resolution: {integrity: sha512-VDBGb6O1nyFrFQFVS7AsVUjkundUVFEkWWEsYVCeglqt3AELzXZoxtV0Lrc9leVFwGS/v/0tUWi6gTz3T7wCIw==}
dependencies: dependencies:
'@pushrocks/smartdelay': 2.0.13 '@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartpdf': 3.0.12 '@pushrocks/smartpdf': 3.0.14
'@pushrocks/smartpuppeteer': 2.0.2 '@pushrocks/smartpuppeteer': 2.0.2
'@pushrocks/smartunique': 3.0.3 '@pushrocks/smartunique': 3.0.3
transitivePeerDependencies: transitivePeerDependencies:
@ -587,8 +587,8 @@ packages:
/@pushrocks/smartpath/5.0.5: /@pushrocks/smartpath/5.0.5:
resolution: {integrity: sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==} resolution: {integrity: sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==}
/@pushrocks/smartpdf/3.0.12: /@pushrocks/smartpdf/3.0.14:
resolution: {integrity: sha512-ElGX79cJJSzjp56JrOO+B5NBeaymsm0CuW7a1UtsAKejADNtsA887nV/x7MRfL3A5a2NbMhOqqYpVgDMdd6xOw==} resolution: {integrity: sha512-lEA1L8YEQ+WS0TeeiT9emN//wORdzNshasL7YeS202LFgIYLGdXuK6bX9Owue2i5Foeo8L1cQkfvev8vivntVw==}
dependencies: dependencies:
'@pushrocks/smartdelay': 2.0.13 '@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartfile': 10.0.5 '@pushrocks/smartfile': 10.0.5

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartbrowser', name: '@pushrocks/smartbrowser',
version: '2.0.3', version: '2.0.4',
description: 'simplified puppeteer' description: 'simplified puppeteer'
} }