File tree Expand file tree Collapse file tree 4 files changed +1476
-47
lines changed Expand file tree Collapse file tree 4 files changed +1476
-47
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue-storefront/core" ,
3
- "version" : " 2.8 .0" ,
3
+ "version" : " 3.0 .0" ,
4
4
"sideEffects" : false ,
5
5
"main" : " lib/index.cjs.js" ,
6
6
"module" : " lib/index.es.js" ,
13
13
"prepublish" : " yarn build"
14
14
},
15
15
"dependencies" : {
16
- "axios" : " 0.22.0 " ,
16
+ "axios" : " 1.6.8 " ,
17
17
"express" : " ^4.17.1" ,
18
18
"lodash-es" : " ^4.17.15" ,
19
19
"vue" : " ^2.6.11"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export const integrationPlugin = (pluginFn: NuxtPlugin) => (nuxtCtx: NuxtContext
30
30
const api = createProxiedApi ( { givenApi : configuration . api || { } , client, tag } ) ;
31
31
32
32
if ( nuxtCtx . app . i18n . cookieValues ) {
33
- client . defaults . headers . cookie = setCookieValues ( nuxtCtx . app . i18n . cookieValues , client . defaults . headers . cookie ) ;
33
+ client . defaults . headers . cookie = setCookieValues ( nuxtCtx . app . i18n . cookieValues , client . defaults . headers . cookie . toString ( ) ) ;
34
34
}
35
35
36
36
injectInContext ( { api, client, config } ) ;
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 3.0.0
4
+ - feat: update Axios client to 1.6.8 ([ 7114] ( https://github.com/vuestorefront/vue-storefront/pull/7114 ) ) - [ Bartosz Herba] ( https://github.com/bartoszherba )
5
+
3
6
## 2.8.1
4
7
5
8
- fix: resolving Apollo Client error status code ([ 7001] ( https://github.com/vuestorefront/vue-storefront/pull/7001 ) ) - [ Bartosz Herba] ( https://github.com/bartoszherba )
You can’t perform that action at this time.
0 commit comments