puppeteer-browser-ready 0.5.4 → 0.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- //! puppeteer-browser-ready v0.5.4 ~~ 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
2
2
 
3
3
  /// <reference types="cheerio" />
4
4
  import httpTerminator from 'http-terminator';
@@ -1,4 +1,4 @@
1
- //! puppeteer-browser-ready v0.5.4 ~~ 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
2
2
 
3
3
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
4
4
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
@@ -1,4 +1,4 @@
1
- //! puppeteer-browser-ready v0.5.4 ~~ 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
2
2
 
3
3
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
4
4
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "puppeteer-browser-ready",
3
- "version": "0.5.4",
3
+ "version": "0.5.6",
4
4
  "description": "Simple utility to go to a URL and wait for the HTTP response (written in TypeScript)",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -66,7 +66,7 @@
66
66
  },
67
67
  "scripts": {
68
68
  "step:01": "rimraf build dist **/.DS_Store",
69
- "step:02": "jshint . --exclude node_modules,hello-world/node_modules,build,dist",
69
+ "step:02": "jshint . --exclude-path .gitignore",
70
70
  "step:03": "eslint --max-warnings 0 . --ext .ts",
71
71
  "step:04": "tsc",
72
72
  "step:05": "tsc --module UMD --outDir build/umd",
@@ -77,31 +77,32 @@
77
77
  "test": "mocha spec/*.spec.js --timeout 5000"
78
78
  },
79
79
  "peerDependencies": {
80
- "puppeteer": "^5 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || ^13 || ^14 || ^15 || ^16"
80
+ "puppeteer": "^5 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || ^13 || ^14 || ^15 || ^16 || ^17 || ^18"
81
81
  },
82
82
  "dependencies": {
83
- "cheerio": "~1.0.0-rc.10",
83
+ "cheerio": "~1.0.0-rc.12",
84
84
  "express": "~4.18",
85
85
  "http-terminator": "~3.2"
86
86
  },
87
87
  "devDependencies": {
88
88
  "@types/cheerio": "~0.22",
89
89
  "@types/express": "~4.17",
90
- "@types/node": "~18.6",
90
+ "@types/node": "~18.7",
91
91
  "@types/ws": "~8.5",
92
- "@typescript-eslint/eslint-plugin": "~5.32",
93
- "@typescript-eslint/parser": "~5.32",
94
- "add-dist-header": "~0.1",
92
+ "@typescript-eslint/eslint-plugin": "~5.38",
93
+ "@typescript-eslint/parser": "~5.38",
94
+ "add-dist-header": "~0.2",
95
95
  "assert-deep-strict-equal": "~1.0",
96
- "cpy-cli": "~4.1",
97
- "eslint": "~8.21",
96
+ "cpy-cli": "~4.2",
97
+ "copy-folder-cli": "~0.0",
98
+ "eslint": "~8.23",
98
99
  "jshint": "~2.13",
99
100
  "mocha": "~10.0",
100
101
  "npm-run-all2": "~6.0",
101
102
  "open": "~8.4",
102
- "puppeteer": "~16.0",
103
+ "puppeteer": "~18.0",
103
104
  "rimraf": "~3.0",
104
- "typescript": "~4.7",
105
+ "typescript": "~4.8",
105
106
  "w3c-html-validator": "~1.1"
106
107
  }
107
108
  }