graphql-request
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -5,2 +5,3 @@ import { Options, Variables } from './types'; | ||
export declare function request<T extends any>(url: string, query: string, variables?: Variables): Promise<T>; | ||
export default request; | ||
export declare class GraphQLClient { | ||
@@ -7,0 +8,0 @@ private url; |
@@ -52,2 +52,3 @@ "use strict"; | ||
exports.request = request; | ||
exports.default = request; | ||
var GraphQLClient = (function () { | ||
@@ -54,0 +55,0 @@ function GraphQLClient(url, options) { |
{ | ||
"name": "graphql-request", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "dist/src/index.js", | ||
@@ -5,0 +5,0 @@ "typings": "./dist/src/index.d.ts", |
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
22068
311