Skip to content

Commit aae6f6a

Browse files
authored
1 parent c10f779 commit aae6f6a

11 files changed

+3
-3
lines changed

build-layer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ set -e
1414

1515
LAYER_NAME=canvas-nodejs
1616
LAYER_DESCRIPTION="Cairo backed Mozilla Web Canvas API implementation layer for AWS Lambda"
17-
LAYER_VERSION=3.1.0
17+
LAYER_VERSION=3.1.2
1818
LAYER_AUTHOR="Charoite Lee"
1919

2020
DOT_CHAR="."
2121
NODE_VERSION=$(node -v)
2222
NODE_VERSION=${NODE_VERSION:1}
23-
SEMVER_VERSION=7.7.1
23+
SEMVER_VERSION=7.7.2
2424

2525
# Remove packaged layer if exists
2626
if [ -n "$(find . -name 'canvas-nodejs_v*.zip')" ]; then

lib/libc.so.6

153 KB
Binary file not shown.

lib/libcairo-gobject.so.2

-528 Bytes
Binary file not shown.

lib/libcairo.so.2

-5.02 KB
Binary file not shown.

lib/libgio-2.0.so.0

8 Bytes
Binary file not shown.

lib/libglib-2.0.so.0

-8 Bytes
Binary file not shown.

lib/libgmodule-2.0.so.0

8 Bytes
Binary file not shown.

lib/libgobject-2.0.so.0

8 Bytes
Binary file not shown.

lib/libm.so.6

-14.3 KB
Binary file not shown.

lib/libxml2.so.2

-8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)