File tree Expand file tree Collapse file tree 4 files changed +8
-806
lines changed
aws-distro-opentelemetry-node-autoinstrumentation
lambda-layer/packages/layer Expand file tree Collapse file tree 4 files changed +8
-806
lines changed Original file line number Diff line number Diff line change 2222 "repository" : " aws-observability/aws-otel-js-instrumentation" ,
2323 "scripts" : {
2424 "clean" : " rimraf build/*" ,
25- "compile:tsc" : " tsc -p ." ,
26- "compile:webpack" : " webpack" ,
27- "compile" : " npm run compile:tsc" ,
25+ "compile" : " tsc -p ." ,
2826 "lint" : " eslint . --ext .ts" ,
2927 "lint:fix" : " eslint . --ext .ts --fix" ,
3028 "create-version" : " node -p \" 'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts" ,
9593 "proxyquire" : " ^2.1.3" ,
9694 "rimraf" : " 5.0.5" ,
9795 "sinon" : " 15.2.0" ,
98- "ts-loader" : " ^9.5.2" ,
9996 "ts-mocha" : " 10.0.0" ,
100- "typescript" : " 4.4.4" ,
101- "webpack" : " ^5.98.0" ,
102- "webpack-cli" : " ^6.0.1"
97+ "typescript" : " 4.4.4"
10398 },
10499 "dependencies" : {
105100 "@opentelemetry/api" : " 1.9.0" ,
127122 " build/src/**/*.js" ,
128123 " build/src/**/*.js.map" ,
129124 " build/src/**/*.d.ts" ,
130- " build/src/**/*.d.ts.map" ,
131125 " build/src/**/*.json"
132126 ]
133127}
Original file line number Diff line number Diff line change 22
33set -euf -o pipefail
44
5- rm -rf ./build/workspace/nodejs/node_modules
6-
75# Space separated list of external NPM packages
86EXTERNAL_PACKAGES=( " import-in-the-middle" )
97
Original file line number Diff line number Diff line change 3434 ],
3535 "dependencies" : {
3636 "@aws/aws-distro-opentelemetry-node-autoinstrumentation" : " file:../../../aws-distro-opentelemetry-node-autoinstrumentation/aws-aws-distro-opentelemetry-node-autoinstrumentation-0.5.0-dev0.tgz"
37+ },
38+ "devDependencies" : {
39+ "ts-loader" : " ^9.5.2" ,
40+ "webpack" : " ^5.98.0" ,
41+ "webpack-cli" : " ^6.0.1"
3742 }
3843}
You can’t perform that action at this time.
0 commit comments