File tree Expand file tree Collapse file tree 4 files changed +24
-207
lines changed Expand file tree Collapse file tree 4 files changed +24
-207
lines changed Original file line number Diff line number Diff line change 3939 "@whatwg-node/fetch" : " ^0.10.1" ,
4040 "assemblyscript" : " 0.27.31" ,
4141 "binary-install" : " ^1.1.0" ,
42- "chalk" : " 5.3.0" ,
4342 "chokidar" : " 4.0.1" ,
4443 "debug" : " 4.3.7" ,
4544 "docker-compose" : " 1.1.0" ,
5251 "js-yaml" : " 4.1.0" ,
5352 "kubo-rpc-client" : " ^5.0.2" ,
5453 "open" : " 10.1.0" ,
55- "prettier" : " 3.4.2" ,
5654 "semver" : " 7.6.3" ,
5755 "tmp-promise" : " 3.0.3" ,
5856 "web3-eth-abi" : " 4.4.1" ,
59- "which" : " 5.0.0" ,
6057 "yaml" : " 2.6.1"
6158 },
6259 "devDependencies" : {
Original file line number Diff line number Diff line change 11import crypto from 'node:crypto' ;
22import path from 'node:path' ;
3- import chalk from 'chalk' ;
43import fs from 'fs-extra' ;
54import * as toolbox from 'gluegun' ;
65import immutable from 'immutable' ;
@@ -138,7 +137,7 @@ export default class Compiler {
138137
139138 completed ( ipfsHashOrPath : string ) {
140139 toolbox . print . info ( '' ) ;
141- toolbox . print . success ( `Build completed: ${ chalk . blue ( ipfsHashOrPath ) } ` ) ;
140+ toolbox . print . success ( `Build completed: ${ toolbox . print . colors . blue ( ipfsHashOrPath ) } ` ) ;
142141 toolbox . print . info ( '' ) ;
143142 }
144143
You can’t perform that action at this time.
0 commit comments