Compare commits

...

2 Commits

Author SHA1 Message Date
016e0db797 2.0.16 2022-01-05 23:55:38 +01:00
4cf8b2e1f8 fix(core): update 2022-01-05 23:55:37 +01:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@pushrocks/smartpdf",
"version": "2.0.15",
"version": "2.0.16",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/smartpdf",
"version": "2.0.15",
"version": "2.0.16",
"license": "MIT",
"dependencies": {
"@pushrocks/smartfile": "^9.0.5",

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartpdf",
"version": "2.0.15",
"version": "2.0.16",
"private": false,
"description": "create pdfs on the fly",
"main": "dist_ts/index.js",

View File

@ -40,7 +40,7 @@ tap.test('should create a valid PDFResult', async () => {
fs.writeFileSync(`.nogit/${fileName}`, pdfResult.buffer);
};
await writePDfToDisk('https://maintainedby.lossless.com/', '1.pdf')
await writePDfToDisk('https://lossless.com/', '2.pdf')
await writePDfToDisk('https://rendertron.lossless.one/render/https://lossless.com', '2.pdf')
});
tap.test('should combine pdfs', async () => {