Skip to content

Commit 3de1337

Browse files
committed
chore: fix the middleware version
1 parent a8ed2ba commit 3de1337

File tree

4 files changed

+40
-4
lines changed

4 files changed

+40
-4
lines changed

.changeset/olive-terms-stare.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@vue-storefront/magento-api": major
3+
"@vue-storefront/magento-sdk": major
4+
---
5+
6+
update middleware

packages/api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@apollo/client": "3.8.7",
2626
"@vue-storefront/magento-types": "2.0.0",
27-
"@vue-storefront/middleware": "^5.0.0-rc",
27+
"@vue-storefront/middleware": "^5.1.0-rc",
2828
"agentkeepalive": "^4.2.1",
2929
"consola": "^3.1.0",
3030
"dotenv": "^16.0.1",

packages/sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
},
2828
"devDependencies": {
2929
"@types/node": "^12.12.14",
30-
"@vue-storefront/magento-api": "^6.0.0-rc.0",
31-
"@vue-storefront/middleware": "^5.0.0-rc",
30+
"@vue-storefront/magento-api": "^5.0.0",
31+
"@vue-storefront/middleware": "^5.1.0-rc",
3232
"nock": "^13.2.9"
3333
},
3434
"peerDependencies": {
35-
"@vue-storefront/middleware": "^5.0.0-rc"
35+
"@vue-storefront/middleware": "^5.1.0-rc"
3636
},
3737
"publishConfig": {
3838
"access": "public",

yarn.lock

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2229,6 +2229,14 @@
22292229
ts-jest "^29.1.0"
22302230
ts-node "^10.9.1"
22312231

2232+
"@vue-storefront/[email protected]":
2233+
version "1.0.0-rc.3"
2234+
resolved "https://registrynpm.storefrontcloud.io/@vue-storefront/logger/-/logger-1.0.0-rc.3.tgz#2e9c212a4ecd32a6adf890ed10ad87424af02d1e"
2235+
integrity sha512-NZfMtkVpTjH1dbHVFrJNTQvzRHnMeISDWJE6gD//Couktoo0lvoIKtedLEuKrpnMQ0MMWuOrQ3XchsRquwmesQ==
2236+
dependencies:
2237+
consola "^3"
2238+
dotenv "^16"
2239+
22322240
"@vue-storefront/middleware@^5.0.0-rc":
22332241
version "5.0.0"
22342242
resolved "https://registrynpm.storefrontcloud.io/@vue-storefront/middleware/-/middleware-5.0.0.tgz#14cf56baf330c336949dab40862fcc6cca13aadf"
@@ -2241,6 +2249,18 @@
22412249
express "^4.18.1"
22422250
helmet "^5.1.1"
22432251

2252+
"@vue-storefront/middleware@^5.1.0-rc":
2253+
version "5.1.0-rc.0"
2254+
resolved "https://registrynpm.storefrontcloud.io/@vue-storefront/middleware/-/middleware-5.1.0-rc.0.tgz#cc70ddd63561581556d69f92d0d8dc0e087ea10a"
2255+
integrity sha512-QV67JisZWEasf0KiKlgI/YQM7DVOIvYONUeM8KqObueWKP7JhsIPKAiWMGC9ZmRSCRIEiQHl16Lp5O/gFmhVSw==
2256+
dependencies:
2257+
"@godaddy/terminus" "^4.12.1"
2258+
"@vue-storefront/logger" "1.0.0-rc.3"
2259+
cookie-parser "^1.4.6"
2260+
cors "^2.8.5"
2261+
express "^4.18.1"
2262+
helmet "^5.1.1"
2263+
22442264
"@vue-storefront/rollup-config@^0.0.7":
22452265
version "0.0.7"
22462266
resolved "https://registry.yarnpkg.com/@vue-storefront/rollup-config/-/rollup-config-0.0.7.tgz#9cf6b7d8b4645191873908dcc1f87f625fa490e4"
@@ -3131,6 +3151,11 @@ consola@^2.15.3:
31313151
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550"
31323152
integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==
31333153

3154+
consola@^3:
3155+
version "3.2.3"
3156+
resolved "https://registrynpm.storefrontcloud.io/consola/-/consola-3.2.3.tgz#0741857aa88cfa0d6fd53f1cff0375136e98502f"
3157+
integrity sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==
3158+
31343159
consola@^3.1.0:
31353160
version "3.2.2"
31363161
resolved "https://registry.yarnpkg.com/consola/-/consola-3.2.2.tgz#be9b295e1e556355a09ac475b4394016144e0c32"
@@ -3442,6 +3467,11 @@ dot-case@^3.0.4:
34423467
no-case "^3.0.4"
34433468
tslib "^2.0.3"
34443469

3470+
dotenv@^16:
3471+
version "16.4.5"
3472+
resolved "https://registrynpm.storefrontcloud.io/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
3473+
integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==
3474+
34453475
dotenv@^16.0.0, dotenv@^16.0.1:
34463476
version "16.3.1"
34473477
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e"

0 commit comments

Comments
 (0)