@vendure/asset-server-plugin 1.4.1 → 1.4.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/lib/src/plugin.d.ts +1 -1
- package/lib/src/plugin.js +1 -1
- package/package.json +4 -4
package/lib/src/plugin.d.ts
CHANGED
|
@@ -68,7 +68,7 @@ import { AssetServerOptions } from './types';
|
|
|
68
68
|
* For example, defining the following preset:
|
|
69
69
|
*
|
|
70
70
|
* ```ts
|
|
71
|
-
*
|
|
71
|
+
* AssetServerPlugin.init({
|
|
72
72
|
* // ...
|
|
73
73
|
* presets: [
|
|
74
74
|
* { name: 'my-preset', width: 85, height: 85, mode: 'crop' },
|
package/lib/src/plugin.js
CHANGED
|
@@ -91,7 +91,7 @@ const transform_image_1 = require("./transform-image");
|
|
|
91
91
|
* For example, defining the following preset:
|
|
92
92
|
*
|
|
93
93
|
* ```ts
|
|
94
|
-
*
|
|
94
|
+
* AssetServerPlugin.init({
|
|
95
95
|
* // ...
|
|
96
96
|
* presets: [
|
|
97
97
|
* { name: 'my-preset', width: 85, height: 85, mode: 'crop' },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vendure/asset-server-plugin",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"types": "lib/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"@types/fs-extra": "^9.0.8",
|
|
25
25
|
"@types/node-fetch": "^2.5.8",
|
|
26
26
|
"@types/sharp": "^0.27.1",
|
|
27
|
-
"@vendure/common": "^1.4.
|
|
28
|
-
"@vendure/core": "^1.4.
|
|
27
|
+
"@vendure/common": "^1.4.2",
|
|
28
|
+
"@vendure/core": "^1.4.2",
|
|
29
29
|
"aws-sdk": "^2.856.0",
|
|
30
30
|
"express": "^4.17.1",
|
|
31
31
|
"node-fetch": "^2.6.1",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"fs-extra": "^10.0.0",
|
|
38
38
|
"sharp": "~0.29.0"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "0418d311a406ce475d83b96ff96c100e8b468cc6"
|
|
41
41
|
}
|