Skip to content

Commit

Permalink
chore: release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Jul 1, 2024
1 parent 7930b8c commit 639252f
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "@minko-fe/sharp",
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images",
"version": "1.1.1",
"version": "1.1.2",
"author": "Lovell Fuller <[email protected]>",
"homepage": "https://github.com/lovell/sharp",
"scripts": {
"install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy)",
"clean": "rm -rf node_modules/ build/ vendor/ .nyc_output/ coverage/ test/fixtures/output.*",
"test": "npm run test-lint && npm run test-licensing && npm run test-types",
"test-lint": "semistandard && cpplint",
Expand Down Expand Up @@ -49,14 +48,14 @@
"vips"
],
"dependencies": {
"color": "4.2.3",
"detect-libc": "2.0.2",
"node-addon-api": "6.1.0",
"prebuild-install": "7.1.1",
"semver": "7.5.4",
"simple-get": "4.0.1",
"tar-fs": "3.0.4",
"tunnel-agent": "0.6.0"
"color": "^4.2.3",
"detect-libc": "^2.0.2",
"node-addon-api": "^6.1.0",
"prebuild-install": "^7.1.2",
"semver": "^7.5.4",
"simple-get": "^4.0.1",
"tar-fs": "^3.0.4",
"tunnel-agent": "^0.6.0"
},
"devDependencies": {
"@types/node": "*",
Expand Down

0 comments on commit 639252f

Please sign in to comment.