@scayle/storefront-core 8.49.0 → 8.50.0

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,13 @@
1
1
  # @scayle/storefront-core
2
2
 
3
+ ## 8.50.0
4
+
5
+ ### Patch Changes
6
+
7
+ **Dependencies**
8
+
9
+ - Updated dependency to @scayle/unstorage-scayle-kv-driver@2.0.8
10
+
3
11
  ## 8.49.0
4
12
 
5
13
  ### Minor Changes
@@ -37,7 +37,7 @@ export const getCheckoutToken = defineRpcHandler(async (jwtPayload = {}, context
37
37
  ...customData,
38
38
  ...orderCustomData
39
39
  }
40
- }).setIssuedAt(now).setNotBefore(now).setExpirationTime("1h").setIssuer(`${"@scayle/storefront-core"}@${"8.49.0"}`).setProtectedHeader({ alg: "HS256", typ: "JWT" }).sign(secret);
40
+ }).setIssuedAt(now).setNotBefore(now).setExpirationTime("1h").setIssuer(`${"@scayle/storefront-core"}@${"8.50.0"}`).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.49.0",
3
+ "version": "8.50.0",
4
4
  "description": "Collection of essential utilities to work with the Storefront API",
5
5
  "author": "SCAYLE Commerce Engine",
6
6
  "license": "MIT",
@@ -49,7 +49,7 @@
49
49
  "uncrypto": "^0.1.3",
50
50
  "utility-types": "^3.11.0",
51
51
  "@scayle/storefront-api": "18.18.1",
52
- "@scayle/unstorage-scayle-kv-driver": "2.0.7"
52
+ "@scayle/unstorage-scayle-kv-driver": "2.0.8"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/crypto-js": "4.2.2",
@@ -64,7 +64,7 @@
64
64
  "rimraf": "6.1.0",
65
65
  "typescript": "5.9.3",
66
66
  "unbuild": "3.6.1",
67
- "unstorage": "1.17.1",
67
+ "unstorage": "1.17.2",
68
68
  "vitest": "3.2.4",
69
69
  "@scayle/eslint-config-storefront": "4.7.12",
70
70
  "@scayle/vitest-config-storefront": "1.0.0"