File tree 3 files changed +16
-10
lines changed
3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1
- const chalk = require ( 'chalk' )
2
1
const path = require ( 'path' )
3
2
const consola = require ( 'consola' )
4
3
@@ -96,8 +95,8 @@ module.exports = function nuxtAxios (_moduleOptions) {
96
95
// Set _AXIOS_BASE_URL_ for dynamic SSR baseURL
97
96
process . env . _AXIOS_BASE_URL_ = options . baseURL
98
97
99
- logger . info ( `BaseURL : ${ chalk . green ( options . baseURL ) } `)
100
- logger . info ( `BaseURL (Browser) : ${ chalk . green ( options . browserBaseURL ) } `)
98
+ logger . debug ( `baseURL : ${ options . baseURL } `)
99
+ logger . debug ( `browserBaseURL : ${ options . browserBaseURL } `)
101
100
}
102
101
103
102
module . exports . meta = require ( '../package.json' )
Original file line number Diff line number Diff line change 34
34
]
35
35
},
36
36
"dependencies" : {
37
- "@nuxtjs/proxy" : " ^1.2.1 " ,
37
+ "@nuxtjs/proxy" : " ^1.2.3 " ,
38
38
"axios" : " ^0.18.0" ,
39
39
"axios-retry" : " ^3.0.2" ,
40
- "chalk" : " ^2.3.2" ,
41
- "consola" : " ^1.0.0"
40
+ "consola" : " ^1.1.1"
42
41
},
43
42
"devDependencies" : {
44
43
"codecov" : " latest" ,
Original file line number Diff line number Diff line change 25
25
string-width "^2.0.0"
26
26
strip-ansi "^4.0.0"
27
27
28
- " @nuxtjs/proxy@^1.2.1 " :
29
- version "1.2.1 "
30
- resolved "https://registry.yarnpkg.com/@nuxtjs/proxy/-/proxy-1.2.1 .tgz#384f0891b7b14901941d1c49fa1034e6c5ff19c0 "
28
+ " @nuxtjs/proxy@^1.2.3 " :
29
+ version "1.2.3 "
30
+ resolved "https://registry.yarnpkg.com/@nuxtjs/proxy/-/proxy-1.2.3 .tgz#142e603b5d7b0412e0c35afa53bf9b4b26b70198 "
31
31
dependencies :
32
- consola "^1.0.0 "
32
+ consola "^1.1.1 "
33
33
http-proxy-middleware "^0.18.0"
34
34
35
35
" @nuxtjs/youch@^4.2.3 " :
@@ -1645,6 +1645,14 @@ consola@^1.0.0:
1645
1645
ora "^2.0.0"
1646
1646
std-env "^1.1.0"
1647
1647
1648
+ consola@^1.1.1 :
1649
+ version "1.1.1"
1650
+ resolved "https://registry.yarnpkg.com/consola/-/consola-1.1.1.tgz#282566e34573d33f01e3c0aca0cd6d383f82925c"
1651
+ dependencies :
1652
+ figures "^2.0.0"
1653
+ lodash "^4.17.5"
1654
+ std-env "^1.1.0"
1655
+
1648
1656
console-browserify@^1.1.0 :
1649
1657
version "1.1.0"
1650
1658
resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.1.0.tgz#f0241c45730a9fc6323b206dbf38edc741d0bb10"
You can’t perform that action at this time.
0 commit comments