angular-apollo
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -100,3 +100,3 @@ export interface Type { | ||
} | ||
export interface TrackIterator { | ||
export interface TrackIterator extends Iterator { | ||
items: Array<TrackItem>; | ||
@@ -103,0 +103,0 @@ } |
{ | ||
"name": "angular-apollo", | ||
"description": "An API client for the 7digital Apollo platform built for Angular 2 projects.", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/7digital/angular-apollo.git", |
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
27601