@vendure/admin-ui-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
@@ -288,7 +288,7 @@ exports.AdminUiPlugin = AdminUiPlugin = AdminUiPlugin_1 = __decorate([
288
288
  resolvers: [metrics_resolver_1.MetricsResolver],
289
289
  },
290
290
  providers: [metrics_service_1.MetricsService],
291
- compatibility: '^2.0.0',
291
+ compatibility: '^3.0.0',
292
292
  }),
293
293
  __metadata("design:paramtypes", [core_1.ConfigService,
294
294
  core_1.ProcessContext])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/admin-ui-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": [
@@ -21,9 +21,9 @@
21
21
  "devDependencies": {
22
22
  "@types/express": "^4.17.21",
23
23
  "@types/fs-extra": "^11.0.4",
24
- "@vendure/admin-ui": "3.0.0-next.0",
25
- "@vendure/common": "3.0.0-next.0",
26
- "@vendure/core": "3.0.0-next.0",
24
+ "@vendure/admin-ui": "^3.0.0",
25
+ "@vendure/common": "^3.0.0",
26
+ "@vendure/core": "^3.0.0",
27
27
  "express": "^4.18.3",
28
28
  "rimraf": "^5.0.5",
29
29
  "typescript": "5.4.2"
@@ -32,5 +32,5 @@
32
32
  "date-fns": "^2.30.0",
33
33
  "fs-extra": "^11.2.0"
34
34
  },
35
- "gitHead": "3186993cb1de80b34345c26d01a71bead545da33"
35
+ "gitHead": "a23b3ae5d4675eb459bb646ba7dd4ab0b085eb08"
36
36
  }