@feature-hub/core
Advanced tools
Comparing version 0.1.1 to 0.2.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [0.2.0](https://github.com/sinnerschrader/feature-hub/compare/v0.1.1...v0.2.0) (2018-11-28) | ||
**Note:** Version bump only for package @feature-hub/core | ||
## [0.1.1](https://github.com/sinnerschrader/feature-hub/compare/v0.1.0...v0.1.1) (2018-11-28) | ||
@@ -8,0 +16,0 @@ |
@@ -7,2 +7,1 @@ export declare class AsyncValue<TValue> { | ||
} | ||
//# sourceMappingURL=async-value.d.ts.map |
@@ -36,2 +36,1 @@ import { AsyncValue } from './async-value'; | ||
} | ||
//# sourceMappingURL=feature-app-manager.d.ts.map |
@@ -46,2 +46,1 @@ export interface FeatureServiceConsumerDependencies { | ||
} | ||
//# sourceMappingURL=feature-service-registry.d.ts.map |
export * from './async-value'; | ||
export * from './feature-app-manager'; | ||
export * from './feature-service-registry'; | ||
//# sourceMappingURL=index.d.ts.map |
import { FeatureAppModule } from '../feature-app-manager'; | ||
export declare function isFeatureAppModule(maybeFeatureAppModule: any): maybeFeatureAppModule is FeatureAppModule<unknown>; | ||
//# sourceMappingURL=is-feature-app-module.d.ts.map |
@@ -9,2 +9,1 @@ export interface Dependencies { | ||
export declare function toposortDependencies(dependencyGraph: DependencyGraph): string[]; | ||
//# sourceMappingURL=toposort-dependencies.d.ts.map |
{ | ||
"name": "@feature-hub/core", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "The core functionality of the Feature Hub.", | ||
@@ -31,3 +31,3 @@ "bugs": { | ||
}, | ||
"gitHead": "ca32d2f07f044db14ea63bdb4abc9c66411b8f88" | ||
"gitHead": "563c459239c49fe1d5663c3529c5b741d3eb7377" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31335
22