next-image-transformer 0.2.0 → 0.2.2
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/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -14456,5 +14456,6 @@ const gv = ({
|
|
|
14456
14456
|
};
|
|
14457
14457
|
};
|
|
14458
14458
|
export {
|
|
14459
|
-
gv as createImageTransformRouteHandler
|
|
14459
|
+
gv as createImageTransformRouteHandler,
|
|
14460
|
+
yp as createImageUrlBuilder
|
|
14460
14461
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-image-transformer",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -38,6 +38,6 @@
|
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "vite build && tsc",
|
|
41
|
-
"release": "np --no-tests --no-publish && yarn npm publish"
|
|
41
|
+
"release": "yarn build && np --no-tests --no-publish && yarn npm publish"
|
|
42
42
|
}
|
|
43
43
|
}
|