@revizly/sharp 0.33.4-revizly3 → 0.33.4-revizly5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@revizly/sharp",
3
3
  "description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images",
4
- "version": "0.33.4-revizly3",
4
+ "version": "0.33.4-revizly5",
5
5
  "author": "Lovell Fuller <npm@lovell.info>",
6
6
  "homepage": "https://sharp.pixelplumbing.com",
7
7
  "contributors": [
@@ -142,14 +142,14 @@
142
142
  "semver": "^7.6.0"
143
143
  },
144
144
  "optionalDependencies": {
145
- "@revizly/sharp-libvips-linux-arm64": "1.0.6",
146
- "@revizly/sharp-libvips-linux-x64": "1.0.6",
147
- "@revizly/sharp-linux-arm64": "0.33.4-revizly1",
148
- "@revizly/sharp-linux-x64": "0.33.4-revizly1"
145
+ "@revizly/sharp-libvips-linux-arm64": "1.0.7",
146
+ "@revizly/sharp-libvips-linux-x64": "1.0.7",
147
+ "@revizly/sharp-linux-arm64": "0.33.4-revizly3",
148
+ "@revizly/sharp-linux-x64": "0.33.4-revizly3"
149
149
  },
150
150
  "devDependencies": {
151
151
  "@emnapi/runtime": "^1.2.0",
152
- "@revizly/sharp-libvips-dev": "1.0.6",
152
+ "@revizly/sharp-libvips-dev": "1.0.7",
153
153
  "@types/node": "*",
154
154
  "async": "^3.2.5",
155
155
  "cc": "^3.0.1",
@@ -159,13 +159,13 @@
159
159
  "icc": "^3.0.0",
160
160
  "jsdoc-to-markdown": "^8.0.1",
161
161
  "license-checker": "^25.0.1",
162
- "mocha": "^10.4.0",
162
+ "mocha": "^10.5.2",
163
163
  "node-addon-api": "^8.0.0",
164
- "nyc": "^15.1.0",
164
+ "nyc": "^17.0.0",
165
165
  "prebuild": "^13.0.1",
166
166
  "semistandard": "^17.0.0",
167
167
  "tar-fs": "^3.0.6",
168
- "tsd": "^0.31.0"
168
+ "tsd": "^0.31.1"
169
169
  },
170
170
  "license": "Apache-2.0",
171
171
  "engines": {