Skip to content

Commit

Permalink
Release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Dec 11, 2021
1 parent e3b3d30 commit c8b20f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/puppeteer-browser-ready.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! puppeteer-browser-ready v0.4.1 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
//! puppeteer-browser-ready v0.4.2 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License

/// <reference types="cheerio" />
import httpTerminator from 'http-terminator';
Expand Down
2 changes: 1 addition & 1 deletion dist/puppeteer-browser-ready.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! puppeteer-browser-ready v0.4.1 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
//! puppeteer-browser-ready v0.4.2 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License

// Imports
import cheerio from 'cheerio';
Expand Down
2 changes: 1 addition & 1 deletion dist/puppeteer-browser-ready.umd.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! puppeteer-browser-ready v0.4.1 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
//! puppeteer-browser-ready v0.4.2 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License

var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppeteer-browser-ready",
"version": "0.4.1",
"version": "0.4.2",
"description": "Simple utility to go to a URL and wait for the HTTP response (written in TypeScript)",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit c8b20f6

Please sign in to comment.