Commit Graph

169 Commits

Author SHA1 Message Date
dependabot[bot] 2c416fcfdc
Bump @types/node from 18.16.17 to 18.17.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.16.17 to 18.17.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 09:45:04 +00:00
Sparticuz aeee592507 115.0.0 2023-07-24 15:11:55 -04:00
Kyle McNally 9f0ae64364
Merge pull request #128 from Sparticuz/feature/chromium115 2023-07-24 14:56:44 -04:00
Kyle McNally 2f57d09fe6 Chromium 115 2023-07-21 17:16:07 -04:00
Sparticuz 74283507ac 114.0.0 2023-06-12 13:55:15 -04:00
Kyle McNally 657597064f
Merge pull request #111 from Sparticuz/feature/chromium114 2023-06-12 13:52:50 -04:00
Sparticuz 07b12068f8 Chromium 114 2023-06-12 13:38:08 -04:00
Sparticuz b8a406a793 113.0.1 2023-05-05 14:40:35 -04:00
Kyle McNally b21fdacfc3
Merge pull request #98 from Sparticuz/fix/netlify 2023-05-05 14:39:47 -04:00
Sparticuz 3b51330eeb Update deps 2023-05-05 14:36:19 -04:00
Sparticuz 7c333430bd add netlify env check 2023-05-05 14:34:10 -04:00
Sparticuz b1810b4165 113.0.0 2023-05-04 12:43:17 -04:00
Kyle McNally 2c2eebac1f
Merge pull request #97 from Sparticuz/feature/chromium113 2023-05-04 12:41:38 -04:00
Kyle McNally ccf85f2fdb
Merge branch 'master' into feature/chromium113 2023-05-04 12:20:32 -04:00
Sparticuz c72041fcd0 change file permissions 2023-05-04 10:06:16 -04:00
Sparticuz 71b254abe4 remove node 14 2023-05-03 16:36:08 -04:00
Sparticuz 0786301a85 Drop node 14 support 2023-05-03 16:30:08 -04:00
Sparticuz ffc8ec4c1d Update to chromium 113 2023-05-03 16:09:17 -04:00
Kyle McNally 96f0556ba3
Merge pull request #86 from Sparticuz/dependabot/npm_and_yarn/typescript-5.0.4 2023-04-12 15:02:07 -04:00
dependabot[bot] 1b7fc2fae9
Bump typescript from 5.0.3 to 5.0.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.3...v5.0.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-10 10:11:51 +00:00
Kyle McNally 5cbee63a08
Merge pull request #83 from Sparticuz/dependabot/npm_and_yarn/typescript-5.0.3 2023-04-04 14:51:28 -04:00
Kyle McNally 773a268a66
Merge pull request #84 from Sparticuz/dependabot/npm_and_yarn/types/node-18.15.11 2023-04-04 14:51:12 -04:00
dependabot[bot] 2182f18937
Bump @types/node from 18.15.7 to 18.15.11
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.7 to 18.15.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 10:04:30 +00:00
dependabot[bot] 98938c1ff4
Bump typescript from 5.0.2 to 5.0.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 10:04:16 +00:00
Sparticuz 9d49cf74d9 112.0.2 2023-03-29 14:22:29 -04:00
Kyle McNally 4c7f43d497
Merge pull request #81 from Sparticuz/fix/single-process 2023-03-29 14:22:12 -04:00
Sparticuz 6b87b60d1a Re-add to avoid chromium error 2023-03-29 14:08:46 -04:00
Sparticuz dfdd205528 112.0.1 2023-03-27 13:29:23 -04:00
Kyle McNally 852a34f88b
Merge pull request #76 from Sparticuz/refactor-args 2023-03-27 13:13:44 -04:00
Sparticuz 8ab732f14e more cleanup 2023-03-27 12:46:23 -04:00
Sparticuz f337cdad26 Added complete example 2023-03-27 12:29:52 -04:00
Sparticuz 503db13867 Add pre-existing lambda layer example
fixes #77
2023-03-27 12:25:01 -04:00
Sparticuz a7320dd0e2 Add docs on how to run locally and headfully
fixes #63
fixes #69
fixes #38
fixes #55
fixes #42
fixes #28
2023-03-27 11:50:24 -04:00
Sparticuz 325fcdc21f Move api docs and add headless and graphics api 2023-03-27 11:42:06 -04:00
Sparticuz a5905cc5bc Add graphics docs 2023-03-27 11:41:33 -04:00
Sparticuz d4d290ac54 Update README.md 2023-03-27 11:40:34 -04:00
Sparticuz 665283328a Cleanup docs 2023-03-27 11:40:18 -04:00
Sparticuz 47dc5aef53 Verify the value of setHeadlessMode 2023-03-27 09:41:12 -04:00
Sparticuz 3f6eb9ee91 Refactor graphics mode 2023-03-27 09:40:51 -04:00
Sparticuz 0c1351f01b Refactor headless mode
now uses getter and setter
2023-03-27 09:24:08 -04:00
Sparticuz b57702b414 Make sure the awslambda check only returns a boolean 2023-03-27 09:21:44 -04:00
Sparticuz 38e10469c5 Pull out the aws lambda check into it's own function 2023-03-27 08:46:00 -04:00
Sparticuz e0a6b12631 refactor args 2023-03-24 15:50:13 -04:00
Sparticuz e5bd99a1f9 Add headless type and graphics stack type 2023-03-24 15:49:51 -04:00
Sparticuz 1889639200 breaking: Move font download to use follow-redirects
deprecates http font downloads
2023-03-24 15:43:50 -04:00
Sparticuz 456b5d58e3 Remove node version check
fixes #75
2023-03-24 15:42:36 -04:00
Sparticuz 6eb3149980 112.0.0 2023-03-24 09:48:19 -04:00
Kyle McNally 3b2668d465
Merge pull request #74 from Sparticuz/chromium112 2023-03-24 09:42:33 -04:00
Sparticuz 0d77a3c6ed Update to chromium 112 2023-03-24 09:37:27 -04:00
Sparticuz f26740b0ea more prettier 2023-03-24 09:35:44 -04:00