Skip to content

Commit

Permalink
chore: remove routing package from bundle.externals (awslabs#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
carvantes authored and awsbakha committed Jun 16, 2021
1 parent 2d7fc91 commit 0d42522
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 26 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
"urijs": "1.19.6",
"xmlhttprequest-ssl": "^1.6.2",
"postcss": "^8.2.10",
"underscore": "^1.12.1"
"underscore": "^1.12.1",
"http-errors": "1.8.0"
},
"jest": {
"moduleFileExtensions": [
Expand Down
2 changes: 0 additions & 2 deletions serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ custom:
useHapiValidator: ${opt:useHapiValidator, 'false'}
logLevel: ${opt:logLevel, 'error'}
bundle:
externals:
- fhir-works-on-aws-routing
packager: yarn
copyFiles: # Copy any additional files to the generated package
- from: 'bulkExport/glueScripts/export-script.py'
Expand Down
24 changes: 1 addition & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6683,18 +6683,7 @@ http-cache-semantics@^4.0.0:
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390"
integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==

[email protected]:
version "1.7.2"
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f"
integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==
dependencies:
depd "~1.1.2"
inherits "2.0.3"
setprototypeof "1.1.1"
statuses ">= 1.5.0 < 2"
toidentifier "1.0.0"

http-errors@^1.8.0:
[email protected], [email protected], http-errors@^1.8.0, http-errors@~1.7.2:
version "1.8.0"
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.8.0.tgz#75d1bbe497e1044f51e4ee9e704a62f28d336507"
integrity sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A==
Expand All @@ -6705,17 +6694,6 @@ http-errors@^1.8.0:
statuses ">= 1.5.0 < 2"
toidentifier "1.0.0"

http-errors@~1.7.2:
version "1.7.3"
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06"
integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==
dependencies:
depd "~1.1.2"
inherits "2.0.4"
setprototypeof "1.1.1"
statuses ">= 1.5.0 < 2"
toidentifier "1.0.0"

http-signature@~1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1"
Expand Down

0 comments on commit 0d42522

Please sign in to comment.