Skip to content

Commit 79c2bc0

Browse files
ci: release (#7095)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ca113d9 commit 79c2bc0

File tree

9 files changed

+536
-261
lines changed

9 files changed

+536
-261
lines changed

.changeset/chatty-feet-share.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slimy-walls-knock.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/content/3.middleware/3.api/middleware.api.json

Lines changed: 98 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"toolPackage": "@microsoft/api-extractor",
4-
"toolVersion": "7.36.4",
4+
"toolVersion": "7.42.3",
55
"schemaVersion": 1011,
66
"oldestForwardsCompatibleVersion": 1001,
77
"tsdocConfig": {
@@ -1112,6 +1112,103 @@
11121112
],
11131113
"extendsTokenRanges": []
11141114
},
1115+
{
1116+
"kind": "Function",
1117+
"canonicalReference": "@vue-storefront/middleware!apiClientFactory:function(1)",
1118+
"docComment": "",
1119+
"excerptTokens": [
1120+
{
1121+
"kind": "Content",
1122+
"text": "apiClientFactory: <ALL_SETTINGS extends "
1123+
},
1124+
{
1125+
"kind": "Reference",
1126+
"text": "ApiClientConfig",
1127+
"canonicalReference": "@vue-storefront/middleware!ApiClientConfig:interface"
1128+
},
1129+
{
1130+
"kind": "Content",
1131+
"text": "<any>"
1132+
},
1133+
{
1134+
"kind": "Content",
1135+
"text": ", ALL_FUNCTIONS extends "
1136+
},
1137+
{
1138+
"kind": "Reference",
1139+
"text": "ApiMethods",
1140+
"canonicalReference": "@vue-storefront/middleware!ApiMethods:type"
1141+
},
1142+
{
1143+
"kind": "Content",
1144+
"text": ">(factoryParams: "
1145+
},
1146+
{
1147+
"kind": "Reference",
1148+
"text": "ApiClientFactoryParams",
1149+
"canonicalReference": "@vue-storefront/middleware!ApiClientFactoryParams:interface"
1150+
},
1151+
{
1152+
"kind": "Content",
1153+
"text": "<ALL_SETTINGS, ALL_FUNCTIONS, any>"
1154+
},
1155+
{
1156+
"kind": "Content",
1157+
"text": ") => "
1158+
},
1159+
{
1160+
"kind": "Reference",
1161+
"text": "ApiClientFactory",
1162+
"canonicalReference": "@vue-storefront/middleware!ApiClientFactory:interface"
1163+
},
1164+
{
1165+
"kind": "Content",
1166+
"text": "<any, ALL_FUNCTIONS>"
1167+
}
1168+
],
1169+
"fileUrlPath": "src/apiClientFactory/index.ts",
1170+
"returnTypeTokenRange": {
1171+
"startIndex": 9,
1172+
"endIndex": 11
1173+
},
1174+
"releaseTag": "Public",
1175+
"overloadIndex": 1,
1176+
"parameters": [
1177+
{
1178+
"parameterName": "factoryParams",
1179+
"parameterTypeTokenRange": {
1180+
"startIndex": 6,
1181+
"endIndex": 8
1182+
},
1183+
"isOptional": false
1184+
}
1185+
],
1186+
"typeParameters": [
1187+
{
1188+
"typeParameterName": "ALL_SETTINGS",
1189+
"constraintTokenRange": {
1190+
"startIndex": 1,
1191+
"endIndex": 3
1192+
},
1193+
"defaultTypeTokenRange": {
1194+
"startIndex": 0,
1195+
"endIndex": 0
1196+
}
1197+
},
1198+
{
1199+
"typeParameterName": "ALL_FUNCTIONS",
1200+
"constraintTokenRange": {
1201+
"startIndex": 4,
1202+
"endIndex": 5
1203+
},
1204+
"defaultTypeTokenRange": {
1205+
"startIndex": 0,
1206+
"endIndex": 0
1207+
}
1208+
}
1209+
],
1210+
"name": "apiClientFactory"
1211+
},
11151212
{
11161213
"kind": "Interface",
11171214
"canonicalReference": "@vue-storefront/middleware!ApiClientFactory:interface",
@@ -1261,65 +1358,6 @@
12611358
],
12621359
"extendsTokenRanges": []
12631360
},
1264-
{
1265-
"kind": "Variable",
1266-
"canonicalReference": "@vue-storefront/middleware!apiClientFactory:var",
1267-
"docComment": "",
1268-
"excerptTokens": [
1269-
{
1270-
"kind": "Content",
1271-
"text": "apiClientFactory: "
1272-
},
1273-
{
1274-
"kind": "Content",
1275-
"text": "<ALL_SETTINGS extends "
1276-
},
1277-
{
1278-
"kind": "Reference",
1279-
"text": "ApiClientConfig",
1280-
"canonicalReference": "@vue-storefront/middleware!ApiClientConfig:interface"
1281-
},
1282-
{
1283-
"kind": "Content",
1284-
"text": "<any>, ALL_FUNCTIONS extends "
1285-
},
1286-
{
1287-
"kind": "Reference",
1288-
"text": "ApiMethods",
1289-
"canonicalReference": "@vue-storefront/middleware!ApiMethods:type"
1290-
},
1291-
{
1292-
"kind": "Content",
1293-
"text": ">(factoryParams: "
1294-
},
1295-
{
1296-
"kind": "Reference",
1297-
"text": "ApiClientFactoryParams",
1298-
"canonicalReference": "@vue-storefront/middleware!ApiClientFactoryParams:interface"
1299-
},
1300-
{
1301-
"kind": "Content",
1302-
"text": "<ALL_SETTINGS, ALL_FUNCTIONS, any>) => "
1303-
},
1304-
{
1305-
"kind": "Reference",
1306-
"text": "ApiClientFactory",
1307-
"canonicalReference": "@vue-storefront/middleware!ApiClientFactory:interface"
1308-
},
1309-
{
1310-
"kind": "Content",
1311-
"text": "<any, ALL_FUNCTIONS>"
1312-
}
1313-
],
1314-
"fileUrlPath": "src/apiClientFactory/index.ts",
1315-
"isReadonly": true,
1316-
"releaseTag": "Public",
1317-
"name": "apiClientFactory",
1318-
"variableTypeTokenRange": {
1319-
"startIndex": 1,
1320-
"endIndex": 10
1321-
}
1322-
},
13231361
{
13241362
"kind": "Interface",
13251363
"canonicalReference": "@vue-storefront/middleware!ApiClientFactoryParams:interface",

docs/content/3.middleware/3.api/multistore.api.json

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"toolPackage": "@microsoft/api-extractor",
4-
"toolVersion": "7.36.4",
4+
"toolVersion": "7.42.3",
55
"schemaVersion": 1011,
66
"oldestForwardsCompatibleVersion": 1001,
77
"tsdocConfig": {
@@ -303,17 +303,13 @@
303303
"extendsTokenRanges": []
304304
},
305305
{
306-
"kind": "Variable",
307-
"canonicalReference": "@vue-storefront/multistore!createMultistoreExtension:var",
306+
"kind": "Function",
307+
"canonicalReference": "@vue-storefront/multistore!createMultistoreExtension:function(1)",
308308
"docComment": "",
309309
"excerptTokens": [
310310
{
311311
"kind": "Content",
312-
"text": "createMultistoreExtension: "
313-
},
314-
{
315-
"kind": "Content",
316-
"text": "(multistoreConfig: "
312+
"text": "createMultistoreExtension: (multistoreConfig: "
317313
},
318314
{
319315
"kind": "Reference",
@@ -322,7 +318,11 @@
322318
},
323319
{
324320
"kind": "Content",
325-
"text": ") => {\n name: string;\n isNamespaced: false;\n extendApp: () => void;\n hooks: (req: import(\"express\")."
321+
"text": ") => "
322+
},
323+
{
324+
"kind": "Content",
325+
"text": "{\n name: string;\n isNamespaced: false;\n extendApp: () => void;\n hooks: (req: import(\"express\")."
326326
},
327327
{
328328
"kind": "Reference",
@@ -389,13 +389,23 @@
389389
}
390390
],
391391
"fileUrlPath": "src/extension.ts",
392-
"isReadonly": true,
393-
"releaseTag": "Public",
394-
"name": "createMultistoreExtension",
395-
"variableTypeTokenRange": {
396-
"startIndex": 1,
392+
"returnTypeTokenRange": {
393+
"startIndex": 3,
397394
"endIndex": 18
398-
}
395+
},
396+
"releaseTag": "Public",
397+
"overloadIndex": 1,
398+
"parameters": [
399+
{
400+
"parameterName": "multistoreConfig",
401+
"parameterTypeTokenRange": {
402+
"startIndex": 1,
403+
"endIndex": 2
404+
},
405+
"isOptional": false
406+
}
407+
],
408+
"name": "createMultistoreExtension"
399409
},
400410
{
401411
"kind": "Interface",

docs/content/3.middleware/4.reference/change-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
- 1e9fe5366: It is now possible to add namespaced extensions to integrations. Namespaced extensions are registered under `/{integration-name}/{extension-name}` extension of integration's namespace in opposition to non-namespaced extensions which are registered under `/{integration-name}` integration's namespace. Default value is `false`. Extensions without a namespace can potentially override existing endpoints, so it's recommended to use namespaced extensions whenever possible.
2828

29-
Read more about extensions in our [docs](/middleware/guides/extensions).
29+
Read more about extensions in our [docs](https://docs.vuestorefront.io/middleware/guides/extensions).
3030

3131
## 3.7.1
3232

0 commit comments

Comments
 (0)