@wolkabout/commons 0.0.43 → 0.0.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wolkabout/commons",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^21.2.0",
6
6
  "@angular/common": "^21.2.0",
@@ -199,6 +199,7 @@ declare class FeatureRegistry {
199
199
  */
200
200
  loadExternalFeatures(features: ExternalFeature[]): void;
201
201
  registerFeature(feature: Feature): void;
202
+ initiateFeature(feature: Feature): void;
202
203
  get features$(): Observable<Feature[]>;
203
204
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FeatureRegistry, never>;
204
205
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<FeatureRegistry>;