next-blurhash-previews 0.0.3-beta56 → 0.0.3-beta57

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.
@@ -5,7 +5,6 @@ import sharp from "sharp";
5
5
  import fetch from "node-fetch";
6
6
  import { encode, isBlurhashValid } from "blurhash";
7
7
 
8
- import path from "path";
9
8
  const __dirname = process.cwd();
10
9
 
11
10
  export async function getSharpImage(imgPath) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-blurhash-previews",
3
- "version": "0.0.3-beta56",
3
+ "version": "0.0.3-beta57",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "module": "index.js",