@infrab4a/connect-nestjs 1.1.0-beta.1 → 1.1.0-beta.2
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/index.cjs.js +1 -0
- package/index.esm.js +1 -0
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -295,6 +295,7 @@ let NestElasticSeachModule = NestElasticSeachModule_1 = class NestElasticSeachMo
|
|
|
295
295
|
NestElasticSeachModule = NestElasticSeachModule_1 = __decorate([
|
|
296
296
|
common.Module({
|
|
297
297
|
providers: [
|
|
298
|
+
exports.NativeElasticSearchAdapter,
|
|
298
299
|
{
|
|
299
300
|
provide: connect.ProductsIndex,
|
|
300
301
|
useFactory: (adapter) => new connect.ProductsIndex(adapter),
|
package/index.esm.js
CHANGED
|
@@ -291,6 +291,7 @@ let NestElasticSeachModule = NestElasticSeachModule_1 = class NestElasticSeachMo
|
|
|
291
291
|
NestElasticSeachModule = NestElasticSeachModule_1 = __decorate([
|
|
292
292
|
Module({
|
|
293
293
|
providers: [
|
|
294
|
+
NativeElasticSearchAdapter,
|
|
294
295
|
{
|
|
295
296
|
provide: ProductsIndex,
|
|
296
297
|
useFactory: (adapter) => new ProductsIndex(adapter),
|