Update checked-in dependencies
This commit is contained in:
parent
3e913ef09d
commit
9660df3fcc
990 changed files with 74805 additions and 60149 deletions
10
node_modules/@octokit/types/dist-types/RequestParameters.d.ts
generated
vendored
10
node_modules/@octokit/types/dist-types/RequestParameters.d.ts
generated
vendored
|
|
@ -30,6 +30,16 @@ export type RequestParameters = {
|
|||
*/
|
||||
previews?: string[];
|
||||
};
|
||||
/**
|
||||
* The name of the operation to execute.
|
||||
* Required only if multiple operations are present in the query document.
|
||||
*/
|
||||
operationName?: string;
|
||||
/**
|
||||
* The GraphQL query string to be sent in the request.
|
||||
* This is required and must contain a valid GraphQL document.
|
||||
*/
|
||||
query?: string;
|
||||
/**
|
||||
* Pass custom meta information for the request. The `request` object will be returned as is.
|
||||
*/
|
||||
|
|
|
|||
2
node_modules/@octokit/types/dist-types/VERSION.d.ts
generated
vendored
2
node_modules/@octokit/types/dist-types/VERSION.d.ts
generated
vendored
|
|
@ -1 +1 @@
|
|||
export declare const VERSION = "13.7.0";
|
||||
export declare const VERSION = "13.8.0";
|
||||
|
|
|
|||
2
node_modules/@octokit/types/package.json
generated
vendored
2
node_modules/@octokit/types/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@octokit/types",
|
||||
"version": "13.7.0",
|
||||
"version": "13.8.0",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue