@scayle/storefront-core 7.28.0 → 7.28.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,11 @@
1
1
  # @scayle/storefront-core
2
2
 
3
+ ## 7.28.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Types: shop_id should be optional in updatePasswordByHash
8
+
3
9
  ## 7.28.0
4
10
 
5
11
  ### Minor Changes
@@ -16,4 +16,4 @@ export declare const oauthRevokeToken: RpcHandler<{
16
16
  export declare const oauthForgetPassword: RpcHandler<SendResetPasswordEmailRequest, {
17
17
  success: boolean;
18
18
  }>;
19
- export declare const updatePasswordByHash: ParamRpcHandler<UpdatePasswordByHashRequest, undefined>;
19
+ export declare const updatePasswordByHash: ParamRpcHandler<Optional<UpdatePasswordByHashRequest, 'shop_id'>, undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-core",
3
- "version": "7.28.0",
3
+ "version": "7.28.1",
4
4
  "description": "Collection of essential utilities to work with the Storefront API",
5
5
  "author": "SCAYLE Commerce Engine",
6
6
  "license": "MIT",
@@ -70,7 +70,7 @@
70
70
  "@scayle/prettier-config-storefront": "2.0.2",
71
71
  "@types/crypto-js": "4.2.1",
72
72
  "@types/jest": "29.5.10",
73
- "@types/node": "20.9.5",
73
+ "@types/node": "20.10.0",
74
74
  "@types/webpack-env": "1.18.4",
75
75
  "unbuild": "2.0.0",
76
76
  "eslint": "8.54.0",