first commit
This commit is contained in:
15
node_modules/@octokit/rest/dist-src/index.js
generated
vendored
Normal file
15
node_modules/@octokit/rest/dist-src/index.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import { Octokit as Core } from "@octokit/core";
|
||||
import { requestLog } from "@octokit/plugin-request-log";
|
||||
import {
|
||||
paginateRest
|
||||
} from "@octokit/plugin-paginate-rest";
|
||||
import { legacyRestEndpointMethods } from "@octokit/plugin-rest-endpoint-methods";
|
||||
import { VERSION } from "./version.js";
|
||||
const Octokit = Core.plugin(requestLog, legacyRestEndpointMethods, paginateRest).defaults(
|
||||
{
|
||||
userAgent: `octokit-rest.js/${VERSION}`
|
||||
}
|
||||
);
|
||||
export {
|
||||
Octokit
|
||||
};
|
||||
7
node_modules/@octokit/rest/dist-src/index.js.map
generated
vendored
Normal file
7
node_modules/@octokit/rest/dist-src/index.js.map
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": ["../../src/index.ts"],
|
||||
"sourcesContent": ["import { Octokit as Core } from \"@octokit/core\";\nimport { requestLog } from \"@octokit/plugin-request-log\";\nimport {\n paginateRest,\n type PaginateInterface,\n} from \"@octokit/plugin-paginate-rest\";\nimport { legacyRestEndpointMethods } from \"@octokit/plugin-rest-endpoint-methods\";\nexport type { RestEndpointMethodTypes } from \"@octokit/plugin-rest-endpoint-methods\";\n\nimport { VERSION } from \"./version.js\";\n\ntype Constructor<T> = new (...args: any[]) => T;\n\nexport const Octokit: typeof Core &\n Constructor<\n ReturnType<typeof legacyRestEndpointMethods> & {\n paginate: PaginateInterface;\n }\n > = Core.plugin(requestLog, legacyRestEndpointMethods, paginateRest).defaults(\n {\n userAgent: `octokit-rest.js/${VERSION}`,\n },\n);\n\nexport type Octokit = InstanceType<typeof Octokit>;\n"],
|
||||
"mappings": "AAAA,SAAS,WAAW,YAAY;AAChC,SAAS,kBAAkB;AAC3B;AAAA,EACE;AAAA,OAEK;AACP,SAAS,iCAAiC;AAG1C,SAAS,eAAe;AAIjB,MAAM,UAKP,KAAK,OAAO,YAAY,2BAA2B,YAAY,EAAE;AAAA,EACrE;AAAA,IACE,WAAW,mBAAmB,OAAO;AAAA,EACvC;AACF;",
|
||||
"names": []
|
||||
}
|
||||
4
node_modules/@octokit/rest/dist-src/version.js
generated
vendored
Normal file
4
node_modules/@octokit/rest/dist-src/version.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
const VERSION = "22.0.0";
|
||||
export {
|
||||
VERSION
|
||||
};
|
||||
7
node_modules/@octokit/rest/dist-src/version.js.map
generated
vendored
Normal file
7
node_modules/@octokit/rest/dist-src/version.js.map
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": ["../../src/version.ts"],
|
||||
"sourcesContent": ["export const VERSION = \"22.0.0\";\n"],
|
||||
"mappings": "AAAO,MAAM,UAAU;",
|
||||
"names": []
|
||||
}
|
||||
Reference in New Issue
Block a user