@octokit/graphql
Advanced tools
Comparing version 6.0.0-beta.1 to 6.0.0-beta.2
@@ -28,8 +28,14 @@ "use strict"; | ||
module.exports = __toCommonJS(dist_src_exports); | ||
var import_request = require("@octokit/request"); | ||
var import_request3 = require("@octokit/request"); | ||
var import_universal_user_agent = require("universal-user-agent"); | ||
// pkg/dist-src/version.js | ||
var VERSION = "6.0.0-beta.1"; | ||
var VERSION = "6.0.0-beta.2"; | ||
// pkg/dist-src/with-defaults.js | ||
var import_request2 = require("@octokit/request"); | ||
// pkg/dist-src/graphql.js | ||
var import_request = require("@octokit/request"); | ||
// pkg/dist-src/error.js | ||
@@ -129,3 +135,3 @@ function _buildMessageForResponseErrors(data) { | ||
// pkg/dist-src/index.js | ||
var graphql2 = withDefaults(import_request.request, { | ||
var graphql2 = withDefaults(import_request3.request, { | ||
headers: { | ||
@@ -132,0 +138,0 @@ "user-agent": `octokit-graphql.js/${VERSION} ${(0, import_universal_user_agent.getUserAgent)()}` |
@@ -0,1 +1,2 @@ | ||
import { request as Request } from "@octokit/request"; | ||
import { GraphqlResponseError } from "./error"; | ||
@@ -2,0 +3,0 @@ const NON_VARIABLE_OPTIONS = [ |
@@ -1,4 +0,4 @@ | ||
const VERSION = "6.0.0-beta.1"; | ||
const VERSION = "6.0.0-beta.2"; | ||
export { | ||
VERSION | ||
}; |
@@ -0,1 +1,2 @@ | ||
import { request as Request } from "@octokit/request"; | ||
import { graphql } from "./graphql"; | ||
@@ -2,0 +3,0 @@ function withDefaults(request, newDefaults) { |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "6.0.0-beta.1"; | ||
export declare const VERSION = "6.0.0-beta.2"; |
@@ -6,4 +6,10 @@ // pkg/dist-src/index.js | ||
// pkg/dist-src/version.js | ||
var VERSION = "6.0.0-beta.1"; | ||
var VERSION = "6.0.0-beta.2"; | ||
// pkg/dist-src/with-defaults.js | ||
import { request as Request2 } from "@octokit/request"; | ||
// pkg/dist-src/graphql.js | ||
import { request as Request } from "@octokit/request"; | ||
// pkg/dist-src/error.js | ||
@@ -10,0 +16,0 @@ function _buildMessageForResponseErrors(data) { |
{ | ||
"name": "@octokit/graphql", | ||
"version": "6.0.0-beta.1", | ||
"version": "6.0.0-beta.2", | ||
"publishConfig": { | ||
@@ -18,12 +18,12 @@ "access": "public" | ||
"dependencies": { | ||
"@octokit/request": "^6.0.0", | ||
"@octokit/types": "^9.0.0", | ||
"@octokit/request": "^7.0.0", | ||
"@octokit/types": "^10.0.0", | ||
"universal-user-agent": "^6.0.0" | ||
}, | ||
"devDependencies": { | ||
"@octokit/tsconfig": "^1.0.2", | ||
"@octokit/tsconfig": "^2.0.0", | ||
"@types/fetch-mock": "^7.2.5", | ||
"@types/jest": "^29.0.0", | ||
"@types/node": "^18.0.0", | ||
"esbuild": "^0.17.19", | ||
"esbuild": "^0.18.0", | ||
"fetch-mock": "^9.0.0", | ||
@@ -30,0 +30,0 @@ "glob": "^10.2.6", |
@@ -34,7 +34,7 @@ # graphql.js | ||
Load `@octokit/graphql` directly from [cdn.skypack.dev](https://cdn.skypack.dev) | ||
Load `@octokit/graphql` directly from [esm.sh](https://esm.sh) | ||
```html | ||
<script type="module"> | ||
import { graphql } from "https://cdn.skypack.dev/@octokit/graphql"; | ||
import { graphql } from "https://esm.sh/@octokit/graphql"; | ||
</script> | ||
@@ -41,0 +41,0 @@ ``` |
Sorry, the diff of this file is not supported yet
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
39502
469
+ Added@octokit/endpoint@8.0.1(transitive)
+ Added@octokit/request@7.0.1(transitive)
+ Added@octokit/request-error@4.0.2(transitive)
+ Added@octokit/types@10.0.0(transitive)
- Removed@octokit/endpoint@7.0.6(transitive)
- Removed@octokit/request@6.2.8(transitive)
- Removed@octokit/request-error@3.0.3(transitive)
- Removed@octokit/types@9.3.2(transitive)
- Removednode-fetch@2.7.0(transitive)
- Removedtr46@0.0.3(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-url@5.0.0(transitive)
Updated@octokit/request@^7.0.0
Updated@octokit/types@^10.0.0