@safe-global/relay-kit 4.0.2 → 4.0.3
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/dist/cjs/src/index.cjs
CHANGED
|
@@ -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.
|
|
826
|
+
var getRelayKitVersion = () => "4.0.3";
|
|
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.
|
|
665
|
+
var getRelayKitVersion = () => "4.0.3";
|
|
666
666
|
|
|
667
667
|
// src/packs/safe-4337/utils/encodeNonce.ts
|
|
668
668
|
var import_viem6 = require("viem");
|
package/dist/esm/src/index.mjs
CHANGED
|
@@ -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.
|
|
790
|
+
var getRelayKitVersion = () => "4.0.3";
|
|
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.
|
|
645
|
+
var getRelayKitVersion = () => "4.0.3";
|
|
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
|
+
"version": "4.0.3",
|
|
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.
|
|
60
|
-
"@safe-global/safe-modules-deployments": "^2.2.
|
|
59
|
+
"@safe-global/protocol-kit": "^6.0.4",
|
|
60
|
+
"@safe-global/safe-modules-deployments": "^2.2.8",
|
|
61
61
|
"@safe-global/types-kit": "^2.0.1",
|
|
62
62
|
"semver": "^7.7.1",
|
|
63
63
|
"viem": "^2.21.8"
|