@lido-nestjs/registry 1.1.0 → 1.1.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.
@@ -30,6 +30,7 @@ exports.KeyRegistryModule = KeyRegistryModule_1 = class KeyRegistryModule {
30
30
  useValue: options,
31
31
  },
32
32
  ],
33
+ exports: [registryFetch_module.RegistryFetchModule],
33
34
  };
34
35
  }
35
36
  static forFeatureAsync(options) {
@@ -45,6 +46,7 @@ exports.KeyRegistryModule = KeyRegistryModule_1 = class KeyRegistryModule {
45
46
  useFactory: options.useFactory,
46
47
  },
47
48
  ],
49
+ exports: [registryFetch_module.RegistryFetchModule],
48
50
  };
49
51
  }
50
52
  };
@@ -52,6 +54,6 @@ exports.KeyRegistryModule = KeyRegistryModule_1 = tslib.__decorate([
52
54
  common.Module({
53
55
  imports: [registryStorage_module.RegistryStorageModule],
54
56
  providers: [keyRegistry_service.KeyRegistryService],
55
- exports: [keyRegistry_service.KeyRegistryService],
57
+ exports: [keyRegistry_service.KeyRegistryService, registryStorage_module.RegistryStorageModule],
56
58
  })
57
59
  ], exports.KeyRegistryModule);
@@ -30,6 +30,7 @@ exports.ValidatorRegistryModule = ValidatorRegistryModule_1 = class ValidatorReg
30
30
  useValue: options,
31
31
  },
32
32
  ],
33
+ exports: [registryFetch_module.RegistryFetchModule],
33
34
  };
34
35
  }
35
36
  static forFeatureAsync(options) {
@@ -45,6 +46,7 @@ exports.ValidatorRegistryModule = ValidatorRegistryModule_1 = class ValidatorReg
45
46
  useFactory: options.useFactory,
46
47
  },
47
48
  ],
49
+ exports: [registryFetch_module.RegistryFetchModule],
48
50
  };
49
51
  }
50
52
  };
@@ -52,6 +54,6 @@ exports.ValidatorRegistryModule = ValidatorRegistryModule_1 = tslib.__decorate([
52
54
  common.Module({
53
55
  imports: [registryStorage_module.RegistryStorageModule],
54
56
  providers: [validatorRegistry_service.ValidatorRegistryService],
55
- exports: [validatorRegistry_service.ValidatorRegistryService],
57
+ exports: [validatorRegistry_service.ValidatorRegistryService, registryStorage_module.RegistryStorageModule],
56
58
  })
57
59
  ], exports.ValidatorRegistryModule);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lido-nestjs/registry",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "MIT",