Added the node modules.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 33s
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 33s
This commit is contained in:
13
node_modules/@octokit/rest/dist-web/index.js
generated
vendored
Normal file
13
node_modules/@octokit/rest/dist-web/index.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Octokit as Octokit$1 } 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';
|
||||
|
||||
const VERSION = "18.12.0";
|
||||
|
||||
const Octokit = Octokit$1.plugin(requestLog, legacyRestEndpointMethods, paginateRest).defaults({
|
||||
userAgent: `octokit-rest.js/${VERSION}`,
|
||||
});
|
||||
|
||||
export { Octokit };
|
||||
//# sourceMappingURL=index.js.map
|
1
node_modules/@octokit/rest/dist-web/index.js.map
generated
vendored
Normal file
1
node_modules/@octokit/rest/dist-web/index.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"index.js","sources":["../dist-src/version.js","../dist-src/index.js"],"sourcesContent":["export const VERSION = \"18.12.0\";\n","import { Octokit as Core } from \"@octokit/core\";\nimport { requestLog } from \"@octokit/plugin-request-log\";\nimport { paginateRest } from \"@octokit/plugin-paginate-rest\";\nimport { legacyRestEndpointMethods } from \"@octokit/plugin-rest-endpoint-methods\";\nimport { VERSION } from \"./version\";\nexport const Octokit = Core.plugin(requestLog, legacyRestEndpointMethods, paginateRest).defaults({\n userAgent: `octokit-rest.js/${VERSION}`,\n});\n"],"names":["Core"],"mappings":";;;;;AAAO,MAAM,OAAO,GAAG,mBAAmB;;ACK9B,MAAC,OAAO,GAAGA,SAAI,CAAC,MAAM,CAAC,UAAU,EAAE,yBAAyB,EAAE,YAAY,CAAC,CAAC,QAAQ,CAAC;AACjG,IAAI,SAAS,EAAE,CAAC,gBAAgB,EAAE,OAAO,CAAC,CAAC;AAC3C,CAAC,CAAC;;;;"}
|
Reference in New Issue
Block a user