Skip to content

Commit

Permalink
build: update WH sample code to use the latest SDK version
Browse files Browse the repository at this point in the history
Ref. metriport/metriport-internal#2402

Signed-off-by: Rafael Leite <2132564+leite08@users.noreply.github.com>
  • Loading branch information
leite08 committed Nov 15, 2024
1 parent 3bfb2bc commit 2a8eaf8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 23 deletions.
3 changes: 1 addition & 2 deletions samples/typescript-express/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
METRIPORT_API_KEY="..."
IS_PROD="false"
METRIPORT_WH_KEY="..."
FACILITY_ID="..."
FACILITY_ID="..."
33 changes: 14 additions & 19 deletions samples/typescript-express/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/typescript-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@metriport/api-sdk": "^13.0.1-alpha.1",
"@metriport/shared": "^0.13.5-alpha.0",
"@metriport/api-sdk": "^13.0.3",
"@metriport/shared": "^0.14.3",
"express": "^4.19.2"
},
"devDependencies": {
Expand Down

0 comments on commit 2a8eaf8

Please sign in to comment.