angular-apollo
Advanced tools
Comparing version 2.4.9 to 3.0.0
export { ListService } from './lists'; | ||
export { AccountService } from './accounts'; | ||
export { SearchService } from './search'; | ||
export { ApiService } from './api/api'; | ||
@@ -4,0 +5,0 @@ export { default as CustomRadioService } from './custom-radios'; |
@@ -10,2 +10,4 @@ "use strict"; | ||
exports.AccountService = accounts_1.AccountService; | ||
var search_1 = require("./search"); | ||
exports.SearchService = search_1.SearchService; | ||
var api_1 = require("./api/api"); | ||
@@ -12,0 +14,0 @@ exports.ApiService = api_1.ApiService; |
{ | ||
"name": "angular-apollo", | ||
"description": "An API client for the 7digital Apollo platform built for Angular 2 projects.", | ||
"version": "2.4.9", | ||
"version": "3.0.0", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/7digital/angular-apollo.git", |
Sorry, the diff of this file is not supported yet
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
118375
68
1620