Skip to content

Commit 22b6cf8

Browse files
committed
chore: update dist
1 parent 9cc1fe9 commit 22b6cf8

File tree

1 file changed

+75
-46
lines changed

1 file changed

+75
-46
lines changed

dist/index.js

Lines changed: 75 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -208068,19 +208068,46 @@ module.exports = /******/ (function(modules, runtime) {
208068208068

208069208069
/***/ 7215: /***/ function(module) {
208070208070
module.exports = {
208071-
name: "@octokit/rest",
208072-
version: "16.36.0",
208073-
publishConfig: { access: "public" },
208074-
description: "GitHub REST API client for Node.js",
208075-
keywords: ["octokit", "github", "rest", "api-client"],
208076-
author: "Gregor Martynus (https://github.com/gr2m)",
208071+
_args: [
208072+
[
208073+
"@octokit/rest@16.36.0",
208074+
"/Users/joseph/workplace/aws-codebuild-run-build"
208075+
]
208076+
],
208077+
_from: "@octokit/rest@16.36.0",
208078+
_id: "@octokit/rest@16.36.0",
208079+
_inBundle: false,
208080+
_integrity:
208081+
"sha512-zoZj7Ya4vWBK4fjTwK2Cnmu7XBB1p9ygSvTk2TthN6DVJXM4hQZQoAiknWFLJWSTix4dnA3vuHtjPZbExYoCZA==",
208082+
_location: "/@octokit/rest",
208083+
_phantomChildren: {},
208084+
_requested: {
208085+
type: "version",
208086+
registry: true,
208087+
raw: "@octokit/rest@16.36.0",
208088+
name: "@octokit/rest",
208089+
escapedName: "@octokit%2frest",
208090+
scope: "@octokit",
208091+
rawSpec: "16.36.0",
208092+
saveSpec: null,
208093+
fetchSpec: "16.36.0"
208094+
},
208095+
_requiredBy: ["/@actions/github"],
208096+
_resolved:
208097+
"https://registry.npmjs.org/@octokit/rest/-/rest-16.36.0.tgz",
208098+
_spec: "16.36.0",
208099+
_where: "/Users/joseph/workplace/aws-codebuild-run-build",
208100+
author: { name: "Gregor Martynus", url: "https://github.com/gr2m" },
208101+
bugs: { url: "https://github.com/octokit/rest.js/issues" },
208102+
bundlesize: [
208103+
{ path: "./dist/octokit-rest.min.js.gz", maxSize: "33 kB" }
208104+
],
208077208105
contributors: [
208078208106
{ name: "Mike de Boer", email: "info@mikedeboer.nl" },
208079208107
{ name: "Fabian Jakobs", email: "fabian@c9.io" },
208080208108
{ name: "Joe Gallo", email: "joe@brassafrax.com" },
208081208109
{ name: "Gregor Martynus", url: "https://github.com/gr2m" }
208082208110
],
208083-
repository: "https://github.com/octokit/rest.js",
208084208111
dependencies: {
208085208112
"@octokit/request": "^5.2.0",
208086208113
"@octokit/request-error": "^1.0.2",
@@ -208095,6 +208122,7 @@ module.exports = /******/ (function(modules, runtime) {
208095208122
once: "^1.4.0",
208096208123
"universal-user-agent": "^4.0.0"
208097208124
},
208125+
description: "GitHub REST API client for Node.js",
208098208126
devDependencies: {
208099208127
"@gimenete/type-writer": "^0.1.3",
208100208128
"@octokit/fixtures-server": "^5.0.6",
@@ -208128,58 +208156,59 @@ module.exports = /******/ (function(modules, runtime) {
208128208156
"webpack-bundle-analyzer": "^3.0.0",
208129208157
"webpack-cli": "^3.0.0"
208130208158
},
208131-
types: "index.d.ts",
208159+
files: ["index.js", "index.d.ts", "lib", "plugins"],
208160+
homepage: "https://github.com/octokit/rest.js#readme",
208161+
keywords: ["octokit", "github", "rest", "api-client"],
208162+
license: "MIT",
208163+
name: "@octokit/rest",
208164+
nyc: { ignore: ["test"] },
208165+
publishConfig: { access: "public" },
208166+
release: {
208167+
publish: [
208168+
"@semantic-release/npm",
208169+
{
208170+
path: "@semantic-release/github",
208171+
assets: ["dist/*", "!dist/*.map.gz"]
208172+
}
208173+
]
208174+
},
208175+
repository: {
208176+
type: "git",
208177+
url: "git+https://github.com/octokit/rest.js.git"
208178+
},
208132208179
scripts: {
208133-
coverage: "nyc report --reporter=html && open coverage/index.html",
208134-
lint:
208135-
"prettier --check '{lib,plugins,scripts,test}/**/*.{js,json,ts}' 'docs/*.{js,json}' 'docs/src/**/*' index.js README.md package.json",
208136-
"lint:fix":
208137-
"prettier --write '{lib,plugins,scripts,test}/**/*.{js,json,ts}' 'docs/*.{js,json}' 'docs/src/**/*' index.js README.md package.json",
208138-
pretest: "npm run -s lint",
208139-
test: 'nyc mocha test/mocha-node-setup.js "test/*/**/*-test.js"',
208140-
"test:browser": "cypress run --browser chrome",
208141208180
build: "npm-run-all build:*",
208142-
"build:ts": "npm run -s update-endpoints:typescript",
208143-
"prebuild:browser": "mkdirp dist/",
208144208181
"build:browser": "npm-run-all build:browser:*",
208145208182
"build:browser:development":
208146208183
"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-rest.js --profile --json > dist/bundle-stats.json",
208147208184
"build:browser:production":
208148208185
"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-rest.min.js --devtool source-map",
208186+
"build:ts": "npm run -s update-endpoints:typescript",
208187+
coverage: "nyc report --reporter=html && open coverage/index.html",
208149208188
"generate-bundle-report":
208150208189
"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html",
208190+
lint:
208191+
"prettier --check '{lib,plugins,scripts,test}/**/*.{js,json,ts}' 'docs/*.{js,json}' 'docs/src/**/*' index.js README.md package.json",
208192+
"lint:fix":
208193+
"prettier --write '{lib,plugins,scripts,test}/**/*.{js,json,ts}' 'docs/*.{js,json}' 'docs/src/**/*' index.js README.md package.json",
208194+
"postvalidate:ts":
208195+
"tsc --noEmit --target es6 test/typescript-validate.ts",
208196+
"prebuild:browser": "mkdirp dist/",
208197+
pretest: "npm run -s lint",
208198+
"prevalidate:ts": "npm run -s build:ts",
208199+
"start-fixtures-server": "octokit-fixtures-server",
208200+
test: 'nyc mocha test/mocha-node-setup.js "test/*/**/*-test.js"',
208201+
"test:browser": "cypress run --browser chrome",
208151208202
"update-endpoints": "npm-run-all update-endpoints:*",
208203+
"update-endpoints:code": "node scripts/update-endpoints/code",
208152208204
"update-endpoints:fetch-json":
208153208205
"node scripts/update-endpoints/fetch-json",
208154-
"update-endpoints:code": "node scripts/update-endpoints/code",
208155208206
"update-endpoints:typescript":
208156208207
"node scripts/update-endpoints/typescript",
208157-
"prevalidate:ts": "npm run -s build:ts",
208158-
"validate:ts": "tsc --target es6 --noImplicitAny index.d.ts",
208159-
"postvalidate:ts":
208160-
"tsc --noEmit --target es6 test/typescript-validate.ts",
208161-
"start-fixtures-server": "octokit-fixtures-server"
208208+
"validate:ts": "tsc --target es6 --noImplicitAny index.d.ts"
208162208209
},
208163-
license: "MIT",
208164-
files: ["index.js", "index.d.ts", "lib", "plugins"],
208165-
nyc: { ignore: ["test"] },
208166-
release: {
208167-
publish: [
208168-
"@semantic-release/npm",
208169-
{
208170-
path: "@semantic-release/github",
208171-
assets: ["dist/*", "!dist/*.map.gz"]
208172-
}
208173-
]
208174-
},
208175-
bundlesize: [
208176-
{ path: "./dist/octokit-rest.min.js.gz", maxSize: "33 kB" }
208177-
],
208178-
_resolved:
208179-
"https://registry.npmjs.org/@octokit/rest/-/rest-16.36.0.tgz",
208180-
_integrity:
208181-
"sha512-zoZj7Ya4vWBK4fjTwK2Cnmu7XBB1p9ygSvTk2TthN6DVJXM4hQZQoAiknWFLJWSTix4dnA3vuHtjPZbExYoCZA==",
208182-
_from: "@octokit/rest@16.36.0"
208210+
types: "index.d.ts",
208211+
version: "16.36.0"
208183208212
};
208184208213

208185208214
/***/
@@ -280189,11 +280218,11 @@ module.exports = /******/ (function(modules, runtime) {
280189280218

280190280219
function buildSdk() {
280191280220
const codeBuild = new aws.CodeBuild({
280192-
customUserAgent: "aws-codbuild-run-project"
280221+
customUserAgent: "aws-actions/aws-codebuild-run-build"
280193280222
});
280194280223

280195280224
const cloudWatchLogs = new aws.CloudWatchLogs({
280196-
customUserAgent: "aws-codbuild-run-project"
280225+
customUserAgent: "aws-actions/aws-codebuild-run-build"
280197280226
});
280198280227

280199280228
assert(

0 commit comments

Comments
 (0)