@wolkabout/commons 0.0.7 → 0.0.9

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.d.ts CHANGED
@@ -194,7 +194,7 @@ interface Feature {
194
194
  }
195
195
  interface ExternalFeature {
196
196
  remote: string;
197
- exposedModule: string;
197
+ feature: string;
198
198
  }
199
199
  declare class FeatureRegistry {
200
200
  private readonly injector;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wolkabout/commons",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^20.2.11",
6
6
  "@angular/common": "^20.3.9",