@vendure/elasticsearch-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
@@ -356,7 +356,7 @@ exports.ElasticsearchPlugin = ElasticsearchPlugin = ElasticsearchPlugin_1 = __de
356
356
  // which looks like possibly a TS/definitions bug.
357
357
  schema: () => (0, api_extensions_1.generateSchemaExtensions)(ElasticsearchPlugin.options),
358
358
  },
359
- compatibility: '^2.0.0',
359
+ compatibility: '^3.0.0',
360
360
  }),
361
361
  __metadata("design:paramtypes", [core_1.EventBus,
362
362
  elasticsearch_service_1.ElasticsearchService,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/elasticsearch-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",
@@ -26,10 +26,10 @@
26
26
  "fast-deep-equal": "^3.1.3"
27
27
  },
28
28
  "devDependencies": {
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
  "rimraf": "^5.0.5",
32
32
  "typescript": "5.3.3"
33
33
  },
34
- "gitHead": "3186993cb1de80b34345c26d01a71bead545da33"
34
+ "gitHead": "a23b3ae5d4675eb459bb646ba7dd4ab0b085eb08"
35
35
  }