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

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.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.0",
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.0",
30
+ "@vendure/core": "^3.0.0",
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": "a23b3ae5d4675eb459bb646ba7dd4ab0b085eb08"
42
42
  }