@scayle/storefront-core 8.62.3 → 8.62.4

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,12 @@
1
1
  # @scayle/storefront-core
2
2
 
3
+ ## 8.62.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependency `slugify@^1.6.8` to `slugify@^1.6.9`
8
+ - Updated underlying minor dependencies. No behavior changes.
9
+
3
10
  ## 8.62.3
4
11
 
5
12
  ### Patch Changes
@@ -41,7 +41,7 @@ export const getCheckoutToken = defineRpcHandler(
41
41
  ...customData,
42
42
  ...orderCustomData
43
43
  }
44
- }).setIssuedAt(now).setNotBefore(now).setExpirationTime("1h").setIssuer(`${"@scayle/storefront-core"}@${"8.62.3"}`).setProtectedHeader({ alg: "HS256", typ: "JWT" }).sign(secret);
44
+ }).setIssuedAt(now).setNotBefore(now).setExpirationTime("1h").setIssuer(`${"@scayle/storefront-core"}@${"8.62.4"}`).setProtectedHeader({ alg: "HS256", typ: "JWT" }).sign(secret);
45
45
  return {
46
46
  accessToken: refreshedAccessToken,
47
47
  checkoutJwt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-core",
3
- "version": "8.62.3",
3
+ "version": "8.62.4",
4
4
  "description": "Collection of essential utilities to work with the Storefront API",
5
5
  "author": "SCAYLE Commerce Engine",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  "crypto-js": "^4.2.0",
47
47
  "hookable": "^5.5.3",
48
48
  "jose": "^6.0.8",
49
- "slugify": "^1.6.8",
49
+ "slugify": "^1.6.9",
50
50
  "ufo": "^1.5.4",
51
51
  "uncrypto": "^0.1.3",
52
52
  "utility-types": "^3.11.0"
@@ -55,7 +55,6 @@
55
55
  "@scayle/eslint-config-storefront": "^4.8.0",
56
56
  "@types/crypto-js": "4.2.2",
57
57
  "@types/node": "24.12.2",
58
- "@types/webpack-env": "1.18.8",
59
58
  "@vitest/coverage-v8": "4.1.9",
60
59
  "eslint-formatter-gitlab": "7.2.0",
61
60
  "eslint": "10.7.0",