File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff 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
339339USER node
Original file line number Diff line number Diff line change 11{
22 "extends" : " ../tsconfig.json" ,
33 "compilerOptions" : {
4- "noEmit" : true
4+ "noEmit" : true ,
5+ "esModuleInterop" : true
56 },
67 "exclude" : [" sdk-coin-generator" ]
78}
Original file line number Diff line number Diff line change 1- import * as execa from 'execa' ;
2- import * as fs from 'fs' ;
1+ import execa from 'execa' ;
2+ import fs from 'fs' ;
33
44type ManagedModule = {
55 name : string ;
You can’t perform that action at this time.
0 commit comments