Skip to content

Commit 8179e57

Browse files
ci: release (rc) (#7284)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dcb8fa7 commit 8179e57

File tree

6 files changed

+141
-12
lines changed

6 files changed

+141
-12
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"brave-jokes-film",
2222
"chilly-eggs-fetch",
2323
"chilly-fans-check",
24+
"forty-boats-tell",
2425
"fuzzy-pugs-greet",
2526
"loud-rings-occur",
2627
"mighty-peas-serve",

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

Lines changed: 126 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,41 @@
389389
"endIndex": 4
390390
}
391391
},
392+
{
393+
"kind": "TypeAlias",
394+
"canonicalReference": "@vue-storefront/middleware!AlokaiLocal:type",
395+
"docComment": "",
396+
"excerptTokens": [
397+
{
398+
"kind": "Content",
399+
"text": "export type AlokaiLocal = "
400+
},
401+
{
402+
"kind": "Content",
403+
"text": "{\n metadata?: {\n context?: string;\n scope?: "
404+
},
405+
{
406+
"kind": "Reference",
407+
"text": "LogScope",
408+
"canonicalReference": "@vue-storefront/middleware!LogScope:type"
409+
},
410+
{
411+
"kind": "Content",
412+
"text": ";\n };\n}"
413+
},
414+
{
415+
"kind": "Content",
416+
"text": ";"
417+
}
418+
],
419+
"fileUrlPath": "src/types/common.ts",
420+
"releaseTag": "Public",
421+
"name": "AlokaiLocal",
422+
"typeTokenRange": {
423+
"startIndex": 1,
424+
"endIndex": 4
425+
}
426+
},
392427
{
393428
"kind": "TypeAlias",
394429
"canonicalReference": "@vue-storefront/middleware!AnyFunction:type",
@@ -917,8 +952,8 @@
917952
},
918953
{
919954
"kind": "Reference",
920-
"text": "Response",
921-
"canonicalReference": "@types/express!e.Response:interface"
955+
"text": "ResponseWithAlokaiLocals",
956+
"canonicalReference": "@vue-storefront/middleware!~ResponseWithAlokaiLocals:type"
922957
},
923958
{
924959
"kind": "Content",
@@ -2711,7 +2746,7 @@
27112746
},
27122747
{
27132748
"kind": "Content",
2714-
"text": "<API>;\n}"
2749+
"text": "<API>;\n integrationTag: string;\n}"
27152750
},
27162751
{
27172752
"kind": "Content",
@@ -4203,7 +4238,7 @@
42034238
},
42044239
{
42054240
"kind": "Content",
4206-
"text": ", T>"
4241+
"text": ", T> & {\n name: string;\n}"
42074242
},
42084243
{
42094244
"kind": "Content",
@@ -4570,6 +4605,34 @@
45704605
"startIndex": 1,
45714606
"endIndex": 2
45724607
}
4608+
},
4609+
{
4610+
"kind": "PropertySignature",
4611+
"canonicalReference": "@vue-storefront/middleware!HookParams#logger:member",
4612+
"docComment": "",
4613+
"excerptTokens": [
4614+
{
4615+
"kind": "Content",
4616+
"text": "logger?: "
4617+
},
4618+
{
4619+
"kind": "Reference",
4620+
"text": "LoggerInterface",
4621+
"canonicalReference": "@vue-storefront/logger!LoggerInterface:interface"
4622+
},
4623+
{
4624+
"kind": "Content",
4625+
"text": ";"
4626+
}
4627+
],
4628+
"isReadonly": false,
4629+
"isOptional": true,
4630+
"releaseTag": "Public",
4631+
"name": "logger",
4632+
"propertyTypeTokenRange": {
4633+
"startIndex": 1,
4634+
"endIndex": 2
4635+
}
45734636
}
45744637
],
45754638
"extendsTokenRanges": []
@@ -4767,8 +4830,8 @@
47674830
},
47684831
{
47694832
"kind": "Reference",
4770-
"text": "Response",
4771-
"canonicalReference": "@types/express!e.Response:interface"
4833+
"text": "ResponseWithAlokaiLocals",
4834+
"canonicalReference": "@vue-storefront/middleware!~ResponseWithAlokaiLocals:type"
47724835
},
47734836
{
47744837
"kind": "Content",
@@ -5371,8 +5434,8 @@
53715434
},
53725435
{
53735436
"kind": "Reference",
5374-
"text": "Response",
5375-
"canonicalReference": "@types/express!e.Response:interface"
5437+
"text": "ResponseWithAlokaiLocals",
5438+
"canonicalReference": "@vue-storefront/middleware!~ResponseWithAlokaiLocals:type"
53765439
},
53775440
{
53785441
"kind": "Content",
@@ -5875,6 +5938,32 @@
58755938
"endIndex": 2
58765939
}
58775940
},
5941+
{
5942+
"kind": "TypeAlias",
5943+
"canonicalReference": "@vue-storefront/middleware!LogScope:type",
5944+
"docComment": "",
5945+
"excerptTokens": [
5946+
{
5947+
"kind": "Content",
5948+
"text": "export type LogScope = "
5949+
},
5950+
{
5951+
"kind": "Content",
5952+
"text": "{\n integrationName: string;\n extensionName?: string;\n functionName?: string;\n hookName?: \"extendApp\" | \"hooks\" | \"onCreate\" | \"init\" | \"beforeCall\" | \"beforeCreate\" | \"afterCall\" | \"afterCreate\";\n type: \"endpoint\" | \"bootstrapHook\" | \"requestHook\";\n}"
5953+
},
5954+
{
5955+
"kind": "Content",
5956+
"text": ";"
5957+
}
5958+
],
5959+
"fileUrlPath": "src/types/common.ts",
5960+
"releaseTag": "Public",
5961+
"name": "LogScope",
5962+
"typeTokenRange": {
5963+
"startIndex": 1,
5964+
"endIndex": 2
5965+
}
5966+
},
58785967
{
58795968
"kind": "Interface",
58805969
"canonicalReference": "@vue-storefront/middleware!MiddlewareConfig:interface",
@@ -6237,6 +6326,33 @@
62376326
"endIndex": 2
62386327
}
62396328
},
6329+
{
6330+
"kind": "PropertySignature",
6331+
"canonicalReference": "@vue-storefront/middleware!MiddlewareContext#integrationTag:member",
6332+
"docComment": "",
6333+
"excerptTokens": [
6334+
{
6335+
"kind": "Content",
6336+
"text": "integrationTag: "
6337+
},
6338+
{
6339+
"kind": "Content",
6340+
"text": "string"
6341+
},
6342+
{
6343+
"kind": "Content",
6344+
"text": ";"
6345+
}
6346+
],
6347+
"isReadonly": false,
6348+
"isOptional": false,
6349+
"releaseTag": "Public",
6350+
"name": "integrationTag",
6351+
"propertyTypeTokenRange": {
6352+
"startIndex": 1,
6353+
"endIndex": 2
6354+
}
6355+
},
62406356
{
62416357
"kind": "PropertySignature",
62426358
"canonicalReference": "@vue-storefront/middleware!MiddlewareContext#req:member",
@@ -6276,8 +6392,8 @@
62766392
},
62776393
{
62786394
"kind": "Reference",
6279-
"text": "Response",
6280-
"canonicalReference": "@types/express!e.Response:interface"
6395+
"text": "ResponseWithAlokaiLocals",
6396+
"canonicalReference": "@vue-storefront/middleware!~ResponseWithAlokaiLocals:type"
62816397
},
62826398
{
62836399
"kind": "Content",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 5.1.0-rc.1
4+
5+
### Patch Changes
6+
7+
Fix scoping
8+
39
## 5.1.0-rc.0
410

511
### Minor Changes

packages/middleware/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 5.1.0-rc.1
4+
5+
### Patch Changes
6+
7+
Fix scoping
8+
39
## 5.1.0-rc.0
410

511
### Minor Changes

packages/middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/middleware",
3-
"version": "5.1.0-rc.0",
3+
"version": "5.1.0-rc.1",
44
"main": "lib/index.cjs.js",
55
"module": "lib/index.es.js",
66
"types": "lib/index.d.ts",

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/jest": "^29.0.3",
2727
"@types/node": "^18.11.17",
28-
"@vue-storefront/middleware": "5.1.0-rc.0",
28+
"@vue-storefront/middleware": "5.1.0-rc.1",
2929
"axios": "^1.6.7",
3030
"babel-preset-node": "^5.1.1",
3131
"isomorphic-fetch": "^3.0.0",

0 commit comments

Comments
 (0)