@safe-global/relay-kit 4.0.3 → 4.0.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.
@@ -823,7 +823,7 @@ function userOperationToHexValues(userOperation, entryPointAddress) {
823
823
  }
824
824
 
825
825
  // src/packs/safe-4337/utils/getRelayKitVersion.ts
826
- var getRelayKitVersion = () => "4.0.3";
826
+ var getRelayKitVersion = () => "4.0.4";
827
827
 
828
828
  // src/packs/safe-4337/utils/encodeNonce.ts
829
829
  var import_viem6 = require("viem");
@@ -662,7 +662,7 @@ function userOperationToHexValues(userOperation, entryPointAddress) {
662
662
  }
663
663
 
664
664
  // src/packs/safe-4337/utils/getRelayKitVersion.ts
665
- var getRelayKitVersion = () => "4.0.3";
665
+ var getRelayKitVersion = () => "4.0.4";
666
666
 
667
667
  // src/packs/safe-4337/utils/encodeNonce.ts
668
668
  var import_viem6 = require("viem");
@@ -787,7 +787,7 @@ function userOperationToHexValues(userOperation, entryPointAddress) {
787
787
  }
788
788
 
789
789
  // src/packs/safe-4337/utils/getRelayKitVersion.ts
790
- var getRelayKitVersion = () => "4.0.3";
790
+ var getRelayKitVersion = () => "4.0.4";
791
791
 
792
792
  // src/packs/safe-4337/utils/encodeNonce.ts
793
793
  import { toHex as toHex4 } from "viem";
@@ -642,7 +642,7 @@ function userOperationToHexValues(userOperation, entryPointAddress) {
642
642
  }
643
643
 
644
644
  // src/packs/safe-4337/utils/getRelayKitVersion.ts
645
- var getRelayKitVersion = () => "4.0.3";
645
+ var getRelayKitVersion = () => "4.0.4";
646
646
 
647
647
  // src/packs/safe-4337/utils/encodeNonce.ts
648
648
  import { toHex as toHex4 } from "viem";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@safe-global/relay-kit",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "SDK for Safe Smart Accounts with support for ERC-4337 and Relay",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "main": "dist/cjs/src/index.cjs",
@@ -56,8 +56,8 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@gelatonetwork/relay-sdk": "^5.6.0",
59
- "@safe-global/protocol-kit": "^6.0.4",
60
- "@safe-global/safe-modules-deployments": "^2.2.8",
59
+ "@safe-global/protocol-kit": "^6.0.5",
60
+ "@safe-global/safe-modules-deployments": "^2.2.9",
61
61
  "@safe-global/types-kit": "^2.0.1",
62
62
  "semver": "^7.7.1",
63
63
  "viem": "^2.21.8"