@ta-interaktiv/newsnet-api-flow-types
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.7.1"></a> | ||
## [0.7.1](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/newsnet-api-flow-types@0.7.0...@ta-interaktiv/newsnet-api-flow-types@0.7.1) (2018-03-13) | ||
**Note:** Version bump only for package @ta-interaktiv/newsnet-api-flow-types | ||
<a name="0.7.0"></a> | ||
@@ -8,0 +16,0 @@ # [0.7.0](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/newsnet-api-flow-types@0.6.0...@ta-interaktiv/newsnet-api-flow-types@0.7.0) (2018-03-05) |
27
index.js
// @flow | ||
export type {Article, ArticleContent} from './api/articles/article/index' | ||
export type {Author} from './api/articles/article/author' | ||
export type { Statistic, Gtm, Webseismo, Wemf } from './api/articles/article/external_services/statistic' | ||
export type { Paywall, PaywallStatus } from './api/articles/article/external_services/paywall' | ||
export type {Community} from './api/articles/article/communities/community' | ||
export type {Communities} from './api/articles/article/communities/index' | ||
export type {Site, SiteContent, SiteConfig} from './api/sites/default' | ||
export { CacheInformation } from './api/articles/article/external_services/cache' | ||
export type { Article, ArticleContent } from './api/articles/article/index' | ||
export type { Author } from './api/articles/article/author' | ||
export type { | ||
Statistic, | ||
Gtm, | ||
Webseismo, | ||
Wemf | ||
} from './api/articles/article/external_services/statistic' | ||
export type { | ||
Paywall, | ||
PaywallStatus | ||
} from './api/articles/article/external_services/paywall' | ||
export type { Community } from './api/articles/article/communities/community' | ||
export type { Communities } from './api/articles/article/communities/index' | ||
export type { Site, SiteContent, SiteConfig } from './api/sites/default' | ||
export { | ||
CacheInformation | ||
} from './api/articles/article/external_services/cache' |
{ | ||
"name": "@ta-interaktiv/newsnet-api-flow-types", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Flow type definitions for stuff the Newsnet API returns.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
40351
283