splashy 5.1.7 → 5.1.10

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.
package/README.md CHANGED
@@ -72,5 +72,5 @@ The raw content for detecting the color information.
72
72
  **microlink-function** © [Microlink](https://microlink.io), released under the [MIT](https://github.com/microlink/microlink-function/blob/master/LICENSE.md) License.<br>
73
73
  Authored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://github.com/microlink/microlink-function/contributors).
74
74
 
75
- > [microlink.io](https://microlink.io) · GitHub [@MicrolinkHQ](https://github.com/microlinkhq) · Twitter [@microlinkhq](https://twitter.com/microlinkhq)
75
+ > [microlink.io](https://microlink.io) · GitHub [microlinkhq](https://github.com/microlinkhq) · Twitter [@microlinkhq](https://twitter.com/microlinkhq)
76
76
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "splashy",
3
3
  "description": "Given an image, extract predominant & palette colors",
4
4
  "homepage": "https://nicedoc.io/microlinkhq/splashy",
5
- "version": "5.1.7",
5
+ "version": "5.1.10",
6
6
  "main": "src/index.js",
7
7
  "author": {
8
8
  "name": "Kiko Beats",
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "debug-logfmt": "~1.0.4",
41
41
  "node-vibrant": "~3.2.1-alpha.1",
42
- "sharp": "~0.30.3"
42
+ "sharp": "~0.31.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@commitlint/cli": "latest",
package/src/vibrant.js CHANGED
@@ -22,7 +22,7 @@ class SharpImage extends ImageBase {
22
22
  this._image = {
23
23
  width: info.width,
24
24
  height: info.height,
25
- data: data
25
+ data
26
26
  }
27
27
 
28
28
  return this