@scayle/storefront-core 8.34.0 → 8.34.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @scayle/storefront-core
2
2
 
3
+ ## 8.34.1
4
+
5
+ ### Patch Changes
6
+
7
+ **Dependencies**
8
+
9
+ - Updated dependency to @scayle/storefront-api@18.9.0
10
+ - Updated dependency to @scayle/unstorage-scayle-kv-driver@1.0.2
11
+
3
12
  ## 8.34.0
4
13
 
5
14
  ### Minor Changes
@@ -37,7 +37,7 @@ export const getCheckoutToken = defineRpcHandler(async (jwtPayload = {}, context
37
37
  carrier,
38
38
  basketId: context.basketKey,
39
39
  campaignKey
40
- }).setIssuedAt(now).setNotBefore(now).setExpirationTime("1h").setIssuer(`${"@scayle/storefront-core"}@${"8.34.0"}`).setProtectedHeader({ alg: "HS256", typ: "JWT" }).sign(secret);
40
+ }).setIssuedAt(now).setNotBefore(now).setExpirationTime("1h").setIssuer(`${"@scayle/storefront-core"}@${"8.34.1"}`).setProtectedHeader({ alg: "HS256", typ: "JWT" }).sign(secret);
41
41
  return {
42
42
  accessToken: refreshedAccessToken,
43
43
  checkoutJwt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-core",
3
- "version": "8.34.0",
3
+ "version": "8.34.1",
4
4
  "description": "Collection of essential utilities to work with the Storefront API",
5
5
  "author": "SCAYLE Commerce Engine",
6
6
  "license": "MIT",
@@ -61,12 +61,12 @@
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/crypto-js": "4.2.2",
64
- "@types/node": "22.16.3",
64
+ "@types/node": "22.16.4",
65
65
  "@types/webpack-env": "1.18.8",
66
66
  "@vitest/coverage-v8": "3.2.4",
67
67
  "dprint": "0.50.1",
68
68
  "eslint-formatter-gitlab": "6.0.1",
69
- "eslint": "9.30.1",
69
+ "eslint": "9.31.0",
70
70
  "fishery": "2.3.1",
71
71
  "publint": "0.3.12",
72
72
  "rimraf": "6.0.1",
@@ -74,7 +74,7 @@
74
74
  "unbuild": "3.5.0",
75
75
  "unstorage": "1.16.0",
76
76
  "vitest": "3.2.4",
77
- "@scayle/eslint-config-storefront": "4.5.13"
77
+ "@scayle/eslint-config-storefront": "4.6.1"
78
78
  },
79
79
  "volta": {
80
80
  "node": "22.17.0"