Skip to content

Commit 65e97fa

Browse files
release: 2.3.0
1 parent 4f7e84c commit 65e97fa

File tree

9 files changed

+96
-19
lines changed

9 files changed

+96
-19
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write
1515
steps:
1616
- name: devcard
17-
uses: dailydotdev/action-devcard@2.2.0
17+
uses: dailydotdev/action-devcard@2.3.0
1818
with:
1919
devcard_id: ${{ secrets.DEVCARD_ID }}
2020
```
@@ -51,7 +51,7 @@ jobs:
5151
contents: write
5252
steps:
5353
- name: devcard
54-
uses: dailydotdev/action-devcard@2.2.0
54+
uses: dailydotdev/action-devcard@2.3.0
5555
with:
5656
devcard_id: ${{ secrets.DEVCARD_ID }}
5757
commit_branch: devcard
8.09 KB
Binary file not shown.

dist/index.js

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ node-fetch
22
MIT
33
The MIT License (MIT)
44

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

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Third-party notices
2+
3+
This software contains third-party libraries
4+
used under the terms of the following licences:
5+
6+
| Library | Used under the terms of |
7+
|---------------|-----------------------------------------------------------------------------------------------------------|
8+
| aom | BSD 2-Clause + [Alliance for Open Media Patent License 1.0](https://aomedia.org/license/patent-license/) |
9+
| cairo | Mozilla Public License 2.0 |
10+
| cgif | MIT Licence |
11+
| expat | MIT Licence |
12+
| fontconfig | [fontconfig Licence](https://gitlab.freedesktop.org/fontconfig/fontconfig/blob/main/COPYING) (BSD-like) |
13+
| freetype | [freetype Licence](https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT) (BSD-like) |
14+
| fribidi | LGPLv3 |
15+
| gdk-pixbuf | LGPLv3 |
16+
| glib | LGPLv3 |
17+
| harfbuzz | MIT Licence |
18+
| lcms | MIT Licence |
19+
| libarchive | BSD 2-Clause |
20+
| libexif | LGPLv3 |
21+
| libffi | MIT Licence |
22+
| libheif | LGPLv3 |
23+
| libimagequant | [BSD 2-Clause](https://github.com/lovell/libimagequant/blob/main/COPYRIGHT) |
24+
| mozjpeg | [zlib License, IJG License, BSD-3-Clause](https://github.com/mozilla/mozjpeg/blob/master/LICENSE.md) |
25+
| libnsgif | MIT Licence |
26+
| libpng | [libpng License](https://github.com/glennrp/libpng/blob/master/LICENSE) |
27+
| librsvg | LGPLv3 |
28+
| libspng | [BSD 2-Clause, libpng License](https://github.com/randy408/libspng/blob/master/LICENSE) |
29+
| libtiff | [libtiff License](https://libtiff.gitlab.io/libtiff/misc.html) (BSD-like) |
30+
| libvips | LGPLv3 |
31+
| libwebp | New BSD License |
32+
| libxml2 | MIT Licence |
33+
| orc | [orc License](https://gitlab.freedesktop.org/gstreamer/orc/blob/master/COPYING) (BSD-like) |
34+
| pango | LGPLv3 |
35+
| pixman | MIT Licence |
36+
| proxy-libintl | LGPLv3 |
37+
| zlib-ng | [zlib Licence](https://github.com/zlib-ng/zlib-ng/blob/develop/LICENSE.md) |
38+
39+
Use of libraries under the terms of the LGPLv3 is via the
40+
"any later version" clause of the LGPLv2 or LGPLv2.1.
41+
42+
Please report any errors or omissions via
43+
https://github.com/lovell/sharp-libvips/issues/new
15.6 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"linux-x64"
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"aom": "3.6.1",
3+
"archive": "3.7.2",
4+
"cairo": "1.17.8",
5+
"cgif": "0.3.2",
6+
"exif": "0.6.24",
7+
"expat": "2.5.0",
8+
"ffi": "3.4.4",
9+
"fontconfig": "2.14.2",
10+
"freetype": "2.13.2",
11+
"fribidi": "1.0.13",
12+
"gdkpixbuf": "2.42.10",
13+
"glib": "2.78.0",
14+
"harfbuzz": "8.2.0",
15+
"heif": "1.16.2",
16+
"imagequant": "2.4.1",
17+
"lcms": "2.15",
18+
"mozjpeg": "4.1.4",
19+
"orc": "0.4.34",
20+
"pango": "1.51.0",
21+
"pixman": "0.42.2",
22+
"png": "1.6.40",
23+
"proxy-libintl": "0.4",
24+
"rsvg": "2.57.0",
25+
"spng": "0.7.4",
26+
"tiff": "4.6.0",
27+
"vips": "8.14.5",
28+
"webp": "1.3.2",
29+
"xml": "2.11.5",
30+
"zlib-ng": "2.1.3"
31+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-devcard",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "GitHub Action to download the devcard from daily.dev",
55
"private": true,
66
"author": {

0 commit comments

Comments
 (0)