@vendure/elasticsearch-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 +4 -3
- package/lib/src/plugin.js +1 -1
- package/package.json +4 -4
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
|
|
35
|
-
|
|
36
|
-
[
|
|
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
|
@@ -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: '^
|
|
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.
|
|
3
|
+
"version": "3.0.1",
|
|
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.
|
|
30
|
-
"@vendure/core": "3.0.
|
|
29
|
+
"@vendure/common": "^3.0.1",
|
|
30
|
+
"@vendure/core": "^3.0.1",
|
|
31
31
|
"rimraf": "^5.0.5",
|
|
32
32
|
"typescript": "5.3.3"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "8e126574cecfb3c17a4ea364383fb89ba087fee1"
|
|
35
35
|
}
|