diff --git a/package.json b/package.json index d545c08..9ee9c7d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "homepage": "https://gitlab.com/pushrocks/smartbrowser#README", "dependencies": { "@pushrocks/smartdelay": "^2.0.13", - "@pushrocks/smartpdf": "^3.0.2", + "@pushrocks/smartpdf": "^3.0.14", "@pushrocks/smartpuppeteer": "^2.0.0", "@pushrocks/smartunique": "^3.0.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4cbd9cb..95100ab 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,14 +5,14 @@ specifiers: '@gitzone/tsrun': ^1.2.39 '@gitzone/tstest': ^1.0.69 '@pushrocks/smartdelay': ^2.0.13 - '@pushrocks/smartpdf': ^3.0.2 + '@pushrocks/smartpdf': ^3.0.14 '@pushrocks/smartpuppeteer': ^2.0.0 '@pushrocks/smartunique': ^3.0.3 '@pushrocks/tapbundle': ^5.0.3 dependencies: '@pushrocks/smartdelay': 2.0.13 - '@pushrocks/smartpdf': 3.0.12 + '@pushrocks/smartpdf': 3.0.14 '@pushrocks/smartpuppeteer': 2.0.2 '@pushrocks/smartunique': 3.0.3 @@ -356,7 +356,7 @@ packages: resolution: {integrity: sha512-VDBGb6O1nyFrFQFVS7AsVUjkundUVFEkWWEsYVCeglqt3AELzXZoxtV0Lrc9leVFwGS/v/0tUWi6gTz3T7wCIw==} dependencies: '@pushrocks/smartdelay': 2.0.13 - '@pushrocks/smartpdf': 3.0.12 + '@pushrocks/smartpdf': 3.0.14 '@pushrocks/smartpuppeteer': 2.0.2 '@pushrocks/smartunique': 3.0.3 transitivePeerDependencies: @@ -587,8 +587,8 @@ packages: /@pushrocks/smartpath/5.0.5: resolution: {integrity: sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==} - /@pushrocks/smartpdf/3.0.12: - resolution: {integrity: sha512-ElGX79cJJSzjp56JrOO+B5NBeaymsm0CuW7a1UtsAKejADNtsA887nV/x7MRfL3A5a2NbMhOqqYpVgDMdd6xOw==} + /@pushrocks/smartpdf/3.0.14: + resolution: {integrity: sha512-lEA1L8YEQ+WS0TeeiT9emN//wORdzNshasL7YeS202LFgIYLGdXuK6bX9Owue2i5Foeo8L1cQkfvev8vivntVw==} dependencies: '@pushrocks/smartdelay': 2.0.13 '@pushrocks/smartfile': 10.0.5 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e9dd3e8..bf2b036 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartbrowser', - version: '2.0.3', + version: '2.0.4', description: 'simplified puppeteer' }