@vendure/asset-server-plugin 3.0.0-next.0 → 3.0.1

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/LICENSE.md CHANGED
@@ -31,6 +31,7 @@ Commercial Distributions - must be used in accordance with the terms and conditi
31
31
  contained in a separate written agreement between you and Vendure GmbH.
32
32
  For more information about the Vendure Commercial License (VCL) please contact contact@vendure.io.
33
33
 
34
- Please see also (files in this directory):
35
- [Licensing FAQ - license-faq.md](license/license-faq.md)
36
- [GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - gpl-3.0.txt](license/gpl-3.0.txt)
34
+ Please see also:
35
+
36
+ - [Licensing FAQ - license-faq.md](license/license-faq.md)
37
+ - [GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - gpl-3.0.txt](license/gpl-3.0.txt)
package/lib/src/plugin.js CHANGED
@@ -382,7 +382,7 @@ exports.AssetServerPlugin = AssetServerPlugin = AssetServerPlugin_1 = __decorate
382
382
  (0, core_1.VendurePlugin)({
383
383
  imports: [core_1.PluginCommonModule],
384
384
  configuration: config => AssetServerPlugin.configure(config),
385
- compatibility: '^2.0.0',
385
+ compatibility: '^3.0.0',
386
386
  }),
387
387
  __metadata("design:paramtypes", [core_1.ProcessContext])
388
388
  ], AssetServerPlugin);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/asset-server-plugin",
3
- "version": "3.0.0-next.0",
3
+ "version": "3.0.1",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "files": [
@@ -26,8 +26,8 @@
26
26
  "@types/express": "^4.17.21",
27
27
  "@types/fs-extra": "^11.0.4",
28
28
  "@types/node-fetch": "^2.6.11",
29
- "@vendure/common": "3.0.0-next.0",
30
- "@vendure/core": "3.0.0-next.0",
29
+ "@vendure/common": "^3.0.1",
30
+ "@vendure/core": "^3.0.1",
31
31
  "express": "^4.18.3",
32
32
  "node-fetch": "^2.7.0",
33
33
  "rimraf": "^5.0.5",
@@ -38,5 +38,5 @@
38
38
  "fs-extra": "^11.2.0",
39
39
  "sharp": "~0.33.2"
40
40
  },
41
- "gitHead": "3186993cb1de80b34345c26d01a71bead545da33"
41
+ "gitHead": "8e126574cecfb3c17a4ea364383fb89ba087fee1"
42
42
  }