Skip to content

Commit ad0d4a8

Browse files
committed
Release v0.5.6
1 parent b2db207 commit ad0d4a8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/puppeteer-browser-ready.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! puppeteer-browser-ready v0.5.5 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
1+
//! puppeteer-browser-ready v0.5.6 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
22

33
/// <reference types="cheerio" />
44
import httpTerminator from 'http-terminator';

dist/puppeteer-browser-ready.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! puppeteer-browser-ready v0.5.5 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
1+
//! puppeteer-browser-ready v0.5.6 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
22

33
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
44
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

dist/puppeteer-browser-ready.umd.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! puppeteer-browser-ready v0.5.5 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
1+
//! puppeteer-browser-ready v0.5.6 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
22

33
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
44
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppeteer-browser-ready",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"description": "Simple utility to go to a URL and wait for the HTTP response (written in TypeScript)",
55
"license": "MIT",
66
"type": "module",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"target": "ES2015",
44
"module": "ES2020",
55
"moduleResolution": "node",
6-
"moduleResolution": "node",
76
"declaration": true,
87
"outDir": "build",
8+
"newLine": "lf",
99
"strict": true,
1010
"alwaysStrict": true,
1111
"esModuleInterop": true,

0 commit comments

Comments
 (0)