Commit Graph

199 Commits

Author SHA1 Message Date
Kyle McNally b077bd9340
Merge pull request #57 from Sparticuz/fix/followRedirects 2023-02-10 14:03:17 -05:00
Sparticuz 509470c5cb Also add follow-redirects to the lambda layer 2023-02-10 13:53:52 -05:00
Sparticuz 48b9273bfb Add follow-redirects
Will probably switch to node-fetch when this project goes to ESM
2023-02-10 07:20:11 -05:00
dependabot[bot] 16b3817e52
Bump typescript from 4.9.4 to 4.9.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.4...v4.9.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 17:06:31 +00:00
Sparticuz fcfc6b72d8 sort package.json 2023-02-09 11:51:27 -05:00
Kyle McNally 58460d821c
Merge pull request #54 from Sparticuz/feature/examples 2023-02-09 11:26:27 -05:00
Sparticuz 3737536c95 Add a few todo examples 2023-02-09 11:23:24 -05:00
Sparticuz dcec05abfc Add serverless-with-lambda-layer example 2023-02-09 10:47:19 -05:00
Sparticuz b8bfaffda1 Add production-dependency example 2023-02-09 10:21:16 -05:00
Sparticuz dc0a61daa1 lint 2023-02-09 09:23:01 -05:00
Kyle McNally f9d6faebe1
Merge pull request #52 from Sparticuz/fix/49 2023-02-09 09:16:37 -05:00
Sparticuz ba2b8b694f Build the typescript when building the layer manually 2023-02-09 08:51:28 -05:00
Sparticuz c7284f47ea 110.0.0 2023-01-24 12:24:48 -05:00
Kyle McNally 58bf66e575
Merge pull request #44 from Sparticuz/chromium/110 2023-01-24 12:21:03 -05:00
Sparticuz 29ee254e56 Update to Chromium 110.0.5478.0 2023-01-24 12:15:36 -05:00
Sparticuz bb9b97fb74 remove `use_brlapi` in build
WARNING at build arg file (use "gn args <out_dir>" to edit):18:14: Build argument has no effect.
use_brlapi = 0
             ^
Did you mean "use_vaapi"?

The variable "use_brlapi" was set as a build argument
but never appeared in a declare_args() block in any buildfile.

To view all possible args, run "gn args --list <out_dir>"

The build continued as if that argument was unspecified.

Done. Made 18000 targets from 3088 files in 3657ms
2023-01-24 11:58:50 -05:00
Sparticuz 5424a18a82 args: warn: deprecated in ansible 2.14 2023-01-24 10:40:15 -05:00
Sparticuz ee4c497e64 Update amazon ami to latest AL2022 2023-01-24 09:24:22 -05:00
Sparticuz a4d7b52dce Fix build warning
WARNING at build arg file (use "gn args <out_dir>" to edit):10:27: Build argument has no effect.
enable_one_click_signin = false
                          ^----
The variable "enable_one_click_signin" was set as a build argument
but never appeared in a declare_args() block in any buildfile.

To view all possible args, run "gn args --list <out_dir>"

The build continued as if that argument was unspecified.

Done. Made 18000 targets from 3088 files in 3670ms
2023-01-24 09:23:52 -05:00
Sparticuz 0270285a4a Add more -min documentation 2023-01-13 16:04:06 -05:00
Sparticuz 12764483af Add release body text 2023-01-13 15:44:30 -05:00
Sparticuz 4f4a2159ea 109.0.6 2023-01-13 15:30:23 -05:00
Sparticuz 94f9f9b59a Need to create the layer before creating -min 2023-01-13 15:30:17 -05:00
Sparticuz 52a16b8d7d 109.0.5 2023-01-13 15:26:52 -05:00
Sparticuz 7bd39feec3 Try adding the registry 2023-01-13 15:26:39 -05:00
Sparticuz c42af097d4 109.0.4 2023-01-13 15:20:10 -05:00
Sparticuz 639b156f72 add node_auth_token to publish 2023-01-13 15:19:55 -05:00
Sparticuz 40428cc139 109.0.3 2023-01-13 15:07:31 -05:00
Kyle McNally 640fcc3be1
Merge pull request #37 from Sparticuz/dependabot/github_actions/actions/setup-python-4 2023-01-13 15:04:45 -05:00
Sparticuz 65afc2c0c9 109.0.2 2023-01-13 15:02:10 -05:00
Sparticuz f4e3518619 Fix release action 2023-01-13 14:59:55 -05:00
Sparticuz 4fb4a6f17d Update readme 2023-01-13 14:55:41 -05:00
dependabot[bot] 10d3f8b9eb
Bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 19:38:17 +00:00
Kyle McNally 71d4abf4a3
Merge pull request #36 from Sparticuz/feature/min 2023-01-13 14:37:53 -05:00
Sparticuz 1a1d068697 cleanup 2023-01-13 14:31:22 -05:00
Sparticuz 0a26693b5f update testing workflow 2023-01-13 14:01:41 -05:00
Sparticuz 24ff717fe7 add release, clarify package type 2023-01-13 13:57:45 -05:00
Sparticuz 4d8feb364d Remove npm scripts 2023-01-13 13:55:29 -05:00
Sparticuz 62bc5aea17 convert to @tsconfig node 14 base 2023-01-13 13:51:55 -05:00
Sparticuz e79d99d8ff add dependabot 2023-01-13 13:48:50 -05:00
Sparticuz 1c72dc036c Cleanup .gitignore 2023-01-13 13:47:58 -05:00
Sparticuz 083fd747ff Fix downloadAndExtract to resolve on finish 2023-01-13 10:16:37 -05:00
Vu Nguyen 9e34256b2f chore: resolve comment 2023-01-11 09:35:18 +07:00
Vu Nguyen 3deea91193 feat: load chromium binary remote 2023-01-06 04:06:32 +00:00
Kyle McNally b286dc3fc2
Merge pull request #30 from Sparticuz/fix/cleanup 2022-12-30 11:39:57 -05:00
Sparticuz 03ec742402 font should return a promise with null here, instead of just null 2022-12-30 11:28:52 -05:00
Sparticuz 9578aa0154 Cleanup typescript and lint 2022-12-30 11:28:32 -05:00
Sparticuz 1ef67ceae8 Cleanup old node versions 2022-12-30 11:27:52 -05:00
Sparticuz 0bc1e5d1ba 109.0.1 2022-12-28 14:06:20 -05:00
Sparticuz 60245f16bf Cleanup Readme 2022-12-28 10:32:56 -05:00