@octokit-next/graphql
Advanced tools
Comparing version 2.5.2 to 2.6.0
@@ -1,1 +0,1 @@ | ||
export const VERSION = "2.5.2"; | ||
export const VERSION = "2.6.0"; |
{ | ||
"name": "@octokit-next/graphql", | ||
"version": "2.5.2", | ||
"version": "2.6.0", | ||
"publishConfig": { | ||
@@ -25,4 +25,4 @@ "access": "public" | ||
"dependencies": { | ||
"@octokit-next/types": "2.5.2", | ||
"@octokit-next/request": "2.5.2", | ||
"@octokit-next/types": "2.6.0", | ||
"@octokit-next/request": "2.6.0", | ||
"universal-user-agent": "^7.0.1" | ||
@@ -29,0 +29,0 @@ }, |
@@ -202,2 +202,3 @@ import test from "ava"; | ||
authenticatedGraphql.endpoint(); | ||
t.deepEqual(requestOptions, { | ||
@@ -210,5 +211,4 @@ method: "POST", | ||
"user-agent": userAgent, | ||
"content-length": 0, | ||
}, | ||
}); | ||
}); |
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
34256
973
+ Added@octokit-next/request@2.6.0(transitive)
+ Added@octokit-next/types@2.6.0(transitive)
- Removed@octokit-next/request@2.5.2(transitive)
- Removed@octokit-next/types@2.5.2(transitive)
Updated@octokit-next/request@2.6.0
Updated@octokit-next/types@2.6.0