@wolkabout/commons 0.0.44 → 0.0.46

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