File tree 5 files changed +95
-26
lines changed
5 files changed +95
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2394
2394
"endIndex" : 3
2395
2395
}
2396
2396
},
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
+ },
2397
2437
{
2398
2438
"kind" : " PropertySignature" ,
2399
2439
"canonicalReference" : " @vue-storefront/magento-api!Config#customApolloHttpLinkOptions:member" ,
Original file line number Diff line number Diff line change 1
1
# @vue-storefront/magento-api
2
2
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
+
3
30
## 6.1.0
4
31
5
32
### Minor Changes
Original file line number Diff line number Diff line change 1
1
# @vue-storefront/magento-api
2
2
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
+
3
30
## 6.1.0
4
31
5
32
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue-storefront/magento-api" ,
3
- "version" : " 6.1 .0" ,
3
+ "version" : " 6.2 .0" ,
4
4
"sideEffects" : false ,
5
5
"homepage" : " https://github.com/vuestorefront/magento2" ,
6
6
"bugs" : {
You can’t perform that action at this time.
0 commit comments