odl-graphql-client
Advanced tools
Comparing version 1.0.0-rc.9 to 1.0.0-rc.10
import ODLGraphqlClientFactory from "./factory"; | ||
import ODLGraphqlClient from "./odlGraphqlClient"; | ||
import EntityFetcher from "./graphqlFetcher"; | ||
import GraphQLFetcher from "./graphqlFetcher"; | ||
export { ODLGraphqlClientFactory, ODLGraphqlClient, EntityFetcher }; | ||
export { ODLGraphqlClientFactory, ODLGraphqlClient, GraphQLFetcher }; |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.0.0-rc.9", | ||
"version": "1.0.0-rc.10", | ||
"dependencies": { | ||
@@ -10,0 +10,0 @@ "graphql-request": "^1.8.2", |
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
19638