Skip to content

Commit 6a942b3

Browse files
authored
Merge pull request #1947 from actions/robherley/rm-twirp-ts
Remove runtime dependency on `twirp-ts`
2 parents 340a6b1 + e0c069d commit 6a942b3

File tree

12 files changed

+396
-2159
lines changed

12 files changed

+396
-2159
lines changed

packages/artifact/package-lock.json

Lines changed: 0 additions & 186 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/artifact/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"@protobuf-ts/plugin": "^2.2.3-alpha.1",
5252
"archiver": "^7.0.1",
5353
"jwt-decode": "^3.1.2",
54-
"twirp-ts": "^2.5.0",
5554
"unzip-stream": "^0.3.1"
5655
},
5756
"devDependencies": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export * from './google/protobuf/timestamp'
22
export * from './google/protobuf/wrappers'
33
export * from './results/api/v1/artifact'
4-
export * from './results/api/v1/artifact.twirp'
4+
export * from './results/api/v1/artifact.twirp-client'

0 commit comments

Comments
 (0)