fix(core): update
This commit is contained in:
		
							
								
								
									
										1
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -9,6 +9,7 @@ | |||||||
|       "version": "3.0.8", |       "version": "3.0.8", | ||||||
|       "license": "MIT", |       "license": "MIT", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|  |         "@pushrocks/smartdelay": "^2.0.13", | ||||||
|         "@pushrocks/smartfile": "^10.0.5", |         "@pushrocks/smartfile": "^10.0.5", | ||||||
|         "@pushrocks/smartnetwork": "^3.0.0", |         "@pushrocks/smartnetwork": "^3.0.0", | ||||||
|         "@pushrocks/smartpath": "^5.0.5", |         "@pushrocks/smartpath": "^5.0.5", | ||||||
|   | |||||||
| @@ -20,6 +20,7 @@ | |||||||
|     "@types/node": "^18.7.14" |     "@types/node": "^18.7.14" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|  |     "@pushrocks/smartdelay": "^2.0.13", | ||||||
|     "@pushrocks/smartfile": "^10.0.5", |     "@pushrocks/smartfile": "^10.0.5", | ||||||
|     "@pushrocks/smartnetwork": "^3.0.0", |     "@pushrocks/smartnetwork": "^3.0.0", | ||||||
|     "@pushrocks/smartpath": "^5.0.5", |     "@pushrocks/smartpath": "^5.0.5", | ||||||
|   | |||||||
| @@ -3,6 +3,6 @@ | |||||||
|  */ |  */ | ||||||
| export const commitinfo = { | export const commitinfo = { | ||||||
|   name: '@pushrocks/smartpdf', |   name: '@pushrocks/smartpdf', | ||||||
|   version: '3.0.8', |   version: '3.0.9', | ||||||
|   description: 'create pdfs on the fly' |   description: 'create pdfs on the fly' | ||||||
| } | } | ||||||
|   | |||||||
| @@ -84,6 +84,7 @@ export class SmartPdf { | |||||||
|     const response = await page.goto(`http://localhost:3210/${pdfCandidate.pdfId}`, { |     const response = await page.goto(`http://localhost:3210/${pdfCandidate.pdfId}`, { | ||||||
|       waitUntil: 'networkidle2', |       waitUntil: 'networkidle2', | ||||||
|     }); |     }); | ||||||
|  |     await plugins.smartdelay.delayFor(1000); | ||||||
|     const headers = response.headers(); |     const headers = response.headers(); | ||||||
|     if (headers['pdf-id'] !== pdfCandidate.pdfId) { |     if (headers['pdf-id'] !== pdfCandidate.pdfId) { | ||||||
|       console.log('Error! Headers do not match. For security reasons no pdf is being emitted!'); |       console.log('Error! Headers do not match. For security reasons no pdf is being emitted!'); | ||||||
|   | |||||||
| @@ -6,13 +6,14 @@ export { http, path }; | |||||||
|  |  | ||||||
| // @pushrocks | // @pushrocks | ||||||
| import * as smartfile from '@pushrocks/smartfile'; | import * as smartfile from '@pushrocks/smartfile'; | ||||||
|  | import * as smartdelay from '@pushrocks/smartdelay'; | ||||||
| import * as smartpromise from '@pushrocks/smartpromise'; | import * as smartpromise from '@pushrocks/smartpromise'; | ||||||
| import * as smartpath from '@pushrocks/smartpath'; | import * as smartpath from '@pushrocks/smartpath'; | ||||||
| import * as smartpuppeteer from '@pushrocks/smartpuppeteer'; | import * as smartpuppeteer from '@pushrocks/smartpuppeteer'; | ||||||
| import * as smartnetwork from '@pushrocks/smartnetwork'; | import * as smartnetwork from '@pushrocks/smartnetwork'; | ||||||
| import * as smartunique from '@pushrocks/smartunique'; | import * as smartunique from '@pushrocks/smartunique'; | ||||||
|  |  | ||||||
| export { smartfile, smartpromise, smartpath, smartpuppeteer, smartunique, smartnetwork }; | export { smartfile, smartdelay, smartpromise, smartpath, smartpuppeteer, smartunique, smartnetwork }; | ||||||
|  |  | ||||||
| // tsclass scope | // tsclass scope | ||||||
| import * as tsclass from '@tsclass/tsclass'; | import * as tsclass from '@tsclass/tsclass'; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user