@@ -208068,19 +208068,46 @@ module.exports = /******/ (function(modules, runtime) {
208068
208068
208069
208069
/***/ 7215: /***/ function(module) {
208070
208070
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
+ ],
208077
208105
contributors: [
208078
208106
{ name: "Mike de Boer", email: "info@mikedeboer.nl" },
208079
208107
{ name: "Fabian Jakobs", email: "fabian@c9.io" },
208080
208108
{ name: "Joe Gallo", email: "joe@brassafrax.com" },
208081
208109
{ name: "Gregor Martynus", url: "https://github.com/gr2m" }
208082
208110
],
208083
- repository: "https://github.com/octokit/rest.js",
208084
208111
dependencies: {
208085
208112
"@octokit/request": "^5.2.0",
208086
208113
"@octokit/request-error": "^1.0.2",
@@ -208095,6 +208122,7 @@ module.exports = /******/ (function(modules, runtime) {
208095
208122
once: "^1.4.0",
208096
208123
"universal-user-agent": "^4.0.0"
208097
208124
},
208125
+ description: "GitHub REST API client for Node.js",
208098
208126
devDependencies: {
208099
208127
"@gimenete/type-writer": "^0.1.3",
208100
208128
"@octokit/fixtures-server": "^5.0.6",
@@ -208128,58 +208156,59 @@ module.exports = /******/ (function(modules, runtime) {
208128
208156
"webpack-bundle-analyzer": "^3.0.0",
208129
208157
"webpack-cli": "^3.0.0"
208130
208158
},
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
+ },
208132
208179
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",
208141
208180
build: "npm-run-all build:*",
208142
- "build:ts": "npm run -s update-endpoints:typescript",
208143
- "prebuild:browser": "mkdirp dist/",
208144
208181
"build:browser": "npm-run-all build:browser:*",
208145
208182
"build:browser:development":
208146
208183
"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-rest.js --profile --json > dist/bundle-stats.json",
208147
208184
"build:browser:production":
208148
208185
"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",
208149
208188
"generate-bundle-report":
208150
208189
"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",
208151
208202
"update-endpoints": "npm-run-all update-endpoints:*",
208203
+ "update-endpoints:code": "node scripts/update-endpoints/code",
208152
208204
"update-endpoints:fetch-json":
208153
208205
"node scripts/update-endpoints/fetch-json",
208154
- "update-endpoints:code": "node scripts/update-endpoints/code",
208155
208206
"update-endpoints:typescript":
208156
208207
"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"
208162
208209
},
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"
208183
208212
};
208184
208213
208185
208214
/***/
@@ -280189,11 +280218,11 @@ module.exports = /******/ (function(modules, runtime) {
280189
280218
280190
280219
function buildSdk() {
280191
280220
const codeBuild = new aws.CodeBuild({
280192
- customUserAgent: "aws-codbuild- run-project "
280221
+ customUserAgent: "aws-actions/aws-codebuild- run-build "
280193
280222
});
280194
280223
280195
280224
const cloudWatchLogs = new aws.CloudWatchLogs({
280196
- customUserAgent: "aws-codbuild- run-project "
280225
+ customUserAgent: "aws-actions/aws-codebuild- run-build "
280197
280226
});
280198
280227
280199
280228
assert(
0 commit comments