File tree Expand file tree Collapse file tree 5 files changed +95
-26
lines changed Expand file tree Collapse file tree 5 files changed +95
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 23942394 "endIndex" : 3
23952395 }
23962396 },
2397+ {
2398+ "kind" : " PropertySignature" ,
2399+ "canonicalReference" : " @vue-storefront/magento-api!Config#cookieOptions:member" ,
2400+ "docComment" : " " ,
2401+ "excerptTokens" : [
2402+ {
2403+ "kind" : " Content" ,
2404+ "text" : " cookieOptions?: "
2405+ },
2406+ {
2407+ "kind" : " Reference" ,
2408+ "text" : " Record" ,
2409+ "canonicalReference" : " !Record:type"
2410+ },
2411+ {
2412+ "kind" : " Content" ,
2413+ "text" : " <string, "
2414+ },
2415+ {
2416+ "kind" : " Reference" ,
2417+ "text" : " CookieOptions" ,
2418+ "canonicalReference" : " @types/express!~e.CookieOptions:interface"
2419+ },
2420+ {
2421+ "kind" : " Content" ,
2422+ "text" : " >"
2423+ },
2424+ {
2425+ "kind" : " Content" ,
2426+ "text" : " ;"
2427+ }
2428+ ],
2429+ "isOptional" : true ,
2430+ "releaseTag" : " Public" ,
2431+ "name" : " cookieOptions" ,
2432+ "propertyTypeTokenRange" : {
2433+ "startIndex" : 1 ,
2434+ "endIndex" : 5
2435+ }
2436+ },
23972437 {
23982438 "kind" : " PropertySignature" ,
23992439 "canonicalReference" : " @vue-storefront/magento-api!Config#customApolloHttpLinkOptions:member" ,
Original file line number Diff line number Diff line change 11# @vue-storefront/magento-api
22
3+ ## 6.2.0
4+
5+ ### Minor Changes
6+
7+ - aa9e8a96: ** [ ADDED] ** ` cookieOptions ` config. This option allows you to customize the cookie options which are set for a given cookie name.
8+
9+ Example:
10+
11+ ```
12+ {
13+ integrations: {
14+ magento: {
15+ location: "@vue-storefront/magento-api/server",
16+ configuration: {
17+ // ...
18+ cookieOptions: {
19+ "vsf-customer": {
20+ secure: process.env.NODE_ENV === 'production',
21+ sameSite: process.env.NODE_ENV === 'production' ? 'none' : 'strict',
22+ }
23+ }
24+ },
25+ },
26+ },
27+ }
28+ ```
29+
330## 6.1.0
431
532### Minor Changes
Original file line number Diff line number Diff line change 11# @vue-storefront/magento-api
22
3+ ## 6.2.0
4+
5+ ### Minor Changes
6+
7+ - aa9e8a96: ** [ ADDED] ** ` cookieOptions ` config. This option allows you to customize the cookie options which are set for a given cookie name.
8+
9+ Example:
10+
11+ ```
12+ {
13+ integrations: {
14+ magento: {
15+ location: "@vue-storefront/magento-api/server",
16+ configuration: {
17+ // ...
18+ cookieOptions: {
19+ "vsf-customer": {
20+ secure: process.env.NODE_ENV === 'production',
21+ sameSite: process.env.NODE_ENV === 'production' ? 'none' : 'strict',
22+ }
23+ }
24+ },
25+ },
26+ },
27+ }
28+ ```
29+
330## 6.1.0
431
532### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue-storefront/magento-api" ,
3- "version" : " 6.1 .0" ,
3+ "version" : " 6.2 .0" ,
44 "sideEffects" : false ,
55 "homepage" : " https://github.com/vuestorefront/magento2" ,
66 "bugs" : {
You can’t perform that action at this time.
0 commit comments