Skip to content

Commit c79322c

Browse files
chore(root): release express
TICKET: WP-5667
1 parent b37533c commit c79322c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,9 @@ RUN cd /var/bitgo-express && \
331331
#LINK_END
332332

333333
#LABEL_START
334-
LABEL created="Fri, 22 Aug 2025 02:37:57 GMT"
335-
LABEL version=14.3.1
336-
LABEL git_hash=7647f437fdb9b12d9b749274615285e5a69cf899
334+
LABEL created="Fri, 22 Aug 2025 15:11:11 GMT"
335+
LABEL version=14.4.0
336+
LABEL git_hash=b37533c54509d4c7ac9590aed5c57995fc7ac859
337337
#LABEL_END
338338

339339
USER node

scripts/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
4-
"noEmit": true
4+
"noEmit": true,
5+
"esModuleInterop": true
56
},
67
"exclude": ["sdk-coin-generator"]
78
}

scripts/update-dockerfile.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import * as execa from 'execa';
2-
import * as fs from 'fs';
1+
import execa from 'execa';
2+
import fs from 'fs';
33

44
type ManagedModule = {
55
name: string;

0 commit comments

Comments
 (0)