Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Jun 10, 2021
2 parents 8366c38 + f8d0558 commit fdaf5db
Show file tree
Hide file tree
Showing 231 changed files with 10,382 additions and 13,298 deletions.
13 changes: 13 additions & 0 deletions build-layer.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
cd nodejs
rm -rf node_modules package*.json
npm init -y
npm install canvas --build-from-source
npm install mocha --save-dev
CANVAS_VERSION=$(jq -r '.dependencies.canvas[1:]' package.json)
jq --arg CANVAS_VERSION "$CANVAS_VERSION" '.name = "canvas-nodejs" | .version = $CANVAS_VERSION | .license = "MIT" | .author = "Charoite Lee" | .scripts.test = "mocha"' package.json > package-tmp.json
mv -f package-tmp.json package.json
npm test
cp package-lock.json ..
cd ..
rm ../canvas-nodejs_v$CANVAS_VERSION.zip
zip -q -r ../canvas-nodejs_v$CANVAS_VERSION.zip . -x "LICENSE" "README.md" ".git*" "nodejs/test/*" "*.yml" "build-layer.sh"
Binary file added lib/libcairo-script-interpreter.so.2
Binary file not shown.
Binary file added lib/libcairomm-1.0.so.1
Binary file not shown.
Binary file added lib/libcap-ng.so.0
Binary file not shown.
Binary file added lib/libcap.so.2
Binary file not shown.
Binary file added lib/libcroco-0.6.so.3
Binary file not shown.
Binary file added lib/libgdk_pixbuf-2.0.so.0
Binary file not shown.
Binary file added lib/libgio-2.0.so.0
Binary file not shown.
Binary file added lib/libgmodule-2.0.so.0
Binary file not shown.
Binary file added lib/liblzma.so.5
Binary file not shown.
Binary file added lib/librsvg-2.so.2
Binary file not shown.
Binary file added lib/libxml2.so.2
Binary file not shown.
66 changes: 41 additions & 25 deletions nodejs/node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

79 changes: 22 additions & 57 deletions nodejs/node_modules/@mapbox/node-pre-gyp/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 26 additions & 54 deletions nodejs/node_modules/@ungap/promise-all-settled/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fdaf5db

Please sign in to comment.