Skip to content

Commit

Permalink
release: 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2023
1 parent 4f7e84c commit 65e97fa
Show file tree
Hide file tree
Showing 9 changed files with 96 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: write
steps:
- name: devcard
uses: dailydotdev/action-devcard@2.2.0
uses: dailydotdev/action-devcard@2.3.0
with:
devcard_id: ${{ secrets.DEVCARD_ID }}
```
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
contents: write
steps:
- name: devcard
uses: dailydotdev/action-devcard@2.2.0
uses: dailydotdev/action-devcard@2.3.0
with:
devcard_id: ${{ secrets.DEVCARD_ID }}
commit_branch: devcard
Expand Down
Binary file modified dist/build/Release/sharp-linux-x64.node
Binary file not shown.
32 changes: 17 additions & 15 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/license.txt
Expand Up @@ -2,7 +2,7 @@ node-fetch
MIT
The MIT License (MIT)

Copyright (c) 2016 David Frank
Copyright (c) 2016 - 2020 Node Fetch Team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
43 changes: 43 additions & 0 deletions dist/vendor/8.14.5/linux-x64/THIRD-PARTY-NOTICES.md
@@ -0,0 +1,43 @@
# Third-party notices

This software contains third-party libraries
used under the terms of the following licences:

| Library | Used under the terms of |
|---------------|-----------------------------------------------------------------------------------------------------------|
| aom | BSD 2-Clause + [Alliance for Open Media Patent License 1.0](https://aomedia.org/license/patent-license/) |
| cairo | Mozilla Public License 2.0 |
| cgif | MIT Licence |
| expat | MIT Licence |
| fontconfig | [fontconfig Licence](https://gitlab.freedesktop.org/fontconfig/fontconfig/blob/main/COPYING) (BSD-like) |
| freetype | [freetype Licence](https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT) (BSD-like) |
| fribidi | LGPLv3 |
| gdk-pixbuf | LGPLv3 |
| glib | LGPLv3 |
| harfbuzz | MIT Licence |
| lcms | MIT Licence |
| libarchive | BSD 2-Clause |
| libexif | LGPLv3 |
| libffi | MIT Licence |
| libheif | LGPLv3 |
| libimagequant | [BSD 2-Clause](https://github.com/lovell/libimagequant/blob/main/COPYRIGHT) |
| mozjpeg | [zlib License, IJG License, BSD-3-Clause](https://github.com/mozilla/mozjpeg/blob/master/LICENSE.md) |
| libnsgif | MIT Licence |
| libpng | [libpng License](https://github.com/glennrp/libpng/blob/master/LICENSE) |
| librsvg | LGPLv3 |
| libspng | [BSD 2-Clause, libpng License](https://github.com/randy408/libspng/blob/master/LICENSE) |
| libtiff | [libtiff License](https://libtiff.gitlab.io/libtiff/misc.html) (BSD-like) |
| libvips | LGPLv3 |
| libwebp | New BSD License |
| libxml2 | MIT Licence |
| orc | [orc License](https://gitlab.freedesktop.org/gstreamer/orc/blob/master/COPYING) (BSD-like) |
| pango | LGPLv3 |
| pixman | MIT Licence |
| proxy-libintl | LGPLv3 |
| zlib-ng | [zlib Licence](https://github.com/zlib-ng/zlib-ng/blob/develop/LICENSE.md) |

Use of libraries under the terms of the LGPLv3 is via the
"any later version" clause of the LGPLv2 or LGPLv2.1.

Please report any errors or omissions via
https://github.com/lovell/sharp-libvips/issues/new
Binary file not shown.
1 change: 1 addition & 0 deletions dist/vendor/8.14.5/linux-x64/platform.json
@@ -0,0 +1 @@
"linux-x64"
31 changes: 31 additions & 0 deletions dist/vendor/8.14.5/linux-x64/versions.json
@@ -0,0 +1,31 @@
{
"aom": "3.6.1",
"archive": "3.7.2",
"cairo": "1.17.8",
"cgif": "0.3.2",
"exif": "0.6.24",
"expat": "2.5.0",
"ffi": "3.4.4",
"fontconfig": "2.14.2",
"freetype": "2.13.2",
"fribidi": "1.0.13",
"gdkpixbuf": "2.42.10",
"glib": "2.78.0",
"harfbuzz": "8.2.0",
"heif": "1.16.2",
"imagequant": "2.4.1",
"lcms": "2.15",
"mozjpeg": "4.1.4",
"orc": "0.4.34",
"pango": "1.51.0",
"pixman": "0.42.2",
"png": "1.6.40",
"proxy-libintl": "0.4",
"rsvg": "2.57.0",
"spng": "0.7.4",
"tiff": "4.6.0",
"vips": "8.14.5",
"webp": "1.3.2",
"xml": "2.11.5",
"zlib-ng": "2.1.3"
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "action-devcard",
"version": "2.2.0",
"version": "2.3.0",
"description": "GitHub Action to download the devcard from daily.dev",
"private": true,
"author": {
Expand Down

0 comments on commit 65e97fa

Please sign in to comment.