Skip to content

Commit

Permalink
Add missing dependency in generated package.json (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjameswh authored Jan 24, 2024
1 parent f14f761 commit 42a71ad
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 35 deletions.
43 changes: 10 additions & 33 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
"@temporalio/worker": "^1.9.0",
"@temporalio/workflow": "^1.9.0",
"commander": "^8.3.0",
"ms": "^2.1.3",
"ms": "^3.0.0-canary.1",
"proto3-json-serializer": "^1.1.1"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.0",
"@types/ms": "^0.7.34",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"eslint": "^7.32.0",
Expand Down
1 change: 1 addition & 0 deletions sdkbuild/typescript.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ func BuildTypeScriptProgram(ctx context.Context, options BuildTypeScriptProgramO
` + packageJSONDepStr + `
` + moreDeps + `
"commander": "^8.3.0",
"ms": "^3.0.0-canary.1",
"proto3-json-serializer": "^1.1.1",
"uuid": "^8.3.2"
},
Expand Down

0 comments on commit 42a71ad

Please sign in to comment.