From 5a46028053fd2fda9ede2c6d981a81f2e58a1cf0 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 15 Jun 2022 22:16:44 +0200 Subject: [PATCH] fix(core): update --- test/test.ts | 2 +- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.ts b/test/test.ts index 9b66fe3..494d6ac 100644 --- a/test/test.ts +++ b/test/test.ts @@ -40,7 +40,7 @@ tap.test('should create a valid PDFResult', async () => { fs.writeFileSync(`.nogit/${fileName}`, pdfResult.buffer as Buffer); }; await writePDfToDisk('https://maintainedby.lossless.com/', '1.pdf') - await writePDfToDisk('https://rendertron.lossless.one/render/https://fitnessloft.de/impressum/', '2.pdf') + await writePDfToDisk('https://rendertron.lossless.one/render/https://layer.io', '2.pdf') }); tap.test('should combine pdfs', async () => { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 6ff967e..80ebeac 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartpdf', - version: '3.0.5', + version: '3.0.6', description: 'create pdfs on the fly' }