Skip to content

Commit 4f033c0

Browse files
cli version addition in build table
1 parent b2667b7 commit 4f033c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/httpClient.ts

+1
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ export default class httpClient {
477477
}
478478

479479
processWebFigma(requestBody: any, log: Logger) {
480+
requestBody.packageVersion = pkgJSON.version;
480481
return this.request({
481482
url: "figma-web/upload",
482483
method: "POST",

0 commit comments

Comments
 (0)