@feature-hub/core
Advanced tools
Comparing version 2.8.1 to 2.9.0-1.0
@@ -6,10 +6,13 @@ # Change Log | ||
## 2.8.1 (2020-11-14) | ||
## [2.8.1](https://github.com/sinnerschrader/feature-hub/compare/v2.8.0...v2.8.1) (2020-11-14) | ||
**Note:** Version bump only for package @feature-hub/core | ||
### Bug Fixes | ||
* **core:** update semver to reduce size ([#616](https://github.com/sinnerschrader/feature-hub/issues/616)) ([e257e9a](https://github.com/sinnerschrader/feature-hub/commit/e257e9a44b2ed292f610c0f1b325cc4f2e2012dc)), closes [#130](https://github.com/sinnerschrader/feature-hub/issues/130) | ||
# [2.8.0](https://github.com/sinnerschrader/feature-hub/compare/v2.7.0...v2.8.0) (2020-10-27) | ||
@@ -16,0 +19,0 @@ |
@@ -12,1 +12,2 @@ /** | ||
} | ||
//# sourceMappingURL=async-value.d.ts.map |
@@ -59,1 +59,2 @@ import { ProvidedExternals } from './externals-validator'; | ||
export declare function createFeatureHub(integratorId: string, options?: FeatureHubOptions): FeatureHub; | ||
//# sourceMappingURL=create-feature-hub.d.ts.map |
@@ -32,1 +32,2 @@ /** | ||
} | ||
//# sourceMappingURL=externals-validator.d.ts.map |
@@ -164,1 +164,2 @@ import { AsyncValue } from './async-value'; | ||
} | ||
//# sourceMappingURL=feature-app-manager.d.ts.map |
@@ -126,1 +126,2 @@ import { ExternalsValidator, RequiredExternals } from './externals-validator'; | ||
} | ||
//# sourceMappingURL=feature-service-registry.d.ts.map |
@@ -7,1 +7,2 @@ export * from './async-value'; | ||
export * from './logger'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -13,1 +13,2 @@ export declare function featureServiceUnsupported(optional: boolean, providerId: string, consumerId: string, versionRange: string, supportedVersions: string[]): string; | ||
export declare function featureServicesAlreadyUnbound(consumerId: string): string; | ||
//# sourceMappingURL=feature-service-registry-messages.d.ts.map |
@@ -6,1 +6,2 @@ import { FeatureAppDefinition } from '../feature-app-manager'; | ||
export declare function isFeatureAppModule(maybeFeatureAppModule: any): maybeFeatureAppModule is FeatureAppModule; | ||
//# sourceMappingURL=is-feature-app-module.d.ts.map |
@@ -6,1 +6,2 @@ export interface Dependencies { | ||
export declare function toposortDependencies(dependencyGraph: DependencyGraph): string[]; | ||
//# sourceMappingURL=toposort-dependencies.d.ts.map |
@@ -8,1 +8,2 @@ export interface Logger { | ||
} | ||
//# sourceMappingURL=logger.d.ts.map |
@@ -12,1 +12,2 @@ /** | ||
} | ||
//# sourceMappingURL=async-value.d.ts.map |
@@ -59,1 +59,2 @@ import { ProvidedExternals } from './externals-validator'; | ||
export declare function createFeatureHub(integratorId: string, options?: FeatureHubOptions): FeatureHub; | ||
//# sourceMappingURL=create-feature-hub.d.ts.map |
@@ -32,1 +32,2 @@ /** | ||
} | ||
//# sourceMappingURL=externals-validator.d.ts.map |
@@ -164,1 +164,2 @@ import { AsyncValue } from './async-value'; | ||
} | ||
//# sourceMappingURL=feature-app-manager.d.ts.map |
@@ -126,1 +126,2 @@ import { ExternalsValidator, RequiredExternals } from './externals-validator'; | ||
} | ||
//# sourceMappingURL=feature-service-registry.d.ts.map |
@@ -7,1 +7,2 @@ export * from './async-value'; | ||
export * from './logger'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -13,1 +13,2 @@ export declare function featureServiceUnsupported(optional: boolean, providerId: string, consumerId: string, versionRange: string, supportedVersions: string[]): string; | ||
export declare function featureServicesAlreadyUnbound(consumerId: string): string; | ||
//# sourceMappingURL=feature-service-registry-messages.d.ts.map |
@@ -6,1 +6,2 @@ import { FeatureAppDefinition } from '../feature-app-manager'; | ||
export declare function isFeatureAppModule(maybeFeatureAppModule: any): maybeFeatureAppModule is FeatureAppModule; | ||
//# sourceMappingURL=is-feature-app-module.d.ts.map |
@@ -6,1 +6,2 @@ export interface Dependencies { | ||
export declare function toposortDependencies(dependencyGraph: DependencyGraph): string[]; | ||
//# sourceMappingURL=toposort-dependencies.d.ts.map |
@@ -8,1 +8,2 @@ export interface Logger { | ||
} | ||
//# sourceMappingURL=logger.d.ts.map |
{ | ||
"name": "@feature-hub/core", | ||
"version": "2.8.1", | ||
"version": "2.9.0-1.0", | ||
"description": "Create scalable web applications using micro frontends.", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "2e8a41213021d4f874be8bde31ba83517b5c9e44" | ||
"gitHead": "e904b14f2f6f8cefc344aa6d593c236c4f8b0061" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
601794
86
1