@vendure/stellate-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.
@@ -285,7 +285,7 @@ exports.StellatePlugin = StellatePlugin = __decorate([
285
285
  schema: api_extensions_1.shopApiExtensions,
286
286
  resolvers: [search_response_resolver_1.SearchResponseFieldResolver],
287
287
  },
288
- compatibility: '^2.0.0',
288
+ compatibility: '^3.0.0',
289
289
  }),
290
290
  __param(0, (0, common_1.Inject)(constants_1.STELLATE_PLUGIN_OPTIONS)),
291
291
  __metadata("design:paramtypes", [Object, core_2.EventBus,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/stellate-plugin",
3
- "version": "3.0.0-next.0",
3
+ "version": "3.0.0",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -21,8 +21,8 @@
21
21
  "node-fetch": "^2.7.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@vendure/common": "3.0.0-next.0",
25
- "@vendure/core": "3.0.0-next.0"
24
+ "@vendure/common": "^3.0.0",
25
+ "@vendure/core": "^3.0.0"
26
26
  },
27
- "gitHead": "3186993cb1de80b34345c26d01a71bead545da33"
27
+ "gitHead": "a23b3ae5d4675eb459bb646ba7dd4ab0b085eb08"
28
28
  }