@safe-global/protocol-kit 6.0.3 → 6.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.
- package/dist/cjs/src/index.cjs +1 -1
- package/dist/esm/src/index.mjs +1 -1
- package/package.json +2 -2
package/dist/cjs/src/index.cjs
CHANGED
|
@@ -6155,7 +6155,7 @@ function generateOnChainIdentifier({
|
|
|
6155
6155
|
var generateOnChainIdentifier_default = generateOnChainIdentifier;
|
|
6156
6156
|
|
|
6157
6157
|
// src/utils/getProtocolKitVersion.ts
|
|
6158
|
-
var getProtocolKitVersion = () => "6.0.
|
|
6158
|
+
var getProtocolKitVersion = () => "6.0.4";
|
|
6159
6159
|
|
|
6160
6160
|
// src/Safe.ts
|
|
6161
6161
|
var EQ_OR_GT_1_4_1 = ">=1.4.1";
|
package/dist/esm/src/index.mjs
CHANGED
|
@@ -6205,7 +6205,7 @@ function generateOnChainIdentifier({
|
|
|
6205
6205
|
var generateOnChainIdentifier_default = generateOnChainIdentifier;
|
|
6206
6206
|
|
|
6207
6207
|
// src/utils/getProtocolKitVersion.ts
|
|
6208
|
-
var getProtocolKitVersion = () => "6.0.
|
|
6208
|
+
var getProtocolKitVersion = () => "6.0.4";
|
|
6209
6209
|
|
|
6210
6210
|
// src/Safe.ts
|
|
6211
6211
|
var EQ_OR_GT_1_4_1 = ">=1.4.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@safe-global/protocol-kit",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.4",
|
|
4
4
|
"description": "SDK that facilitates the interaction with Safe Smart Accounts",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"main": "dist/cjs/src/index.cjs",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"@safe-global/safe-deployments": "^1.37.32",
|
|
83
|
-
"@safe-global/safe-modules-deployments": "^2.2.
|
|
83
|
+
"@safe-global/safe-modules-deployments": "^2.2.8",
|
|
84
84
|
"@safe-global/types-kit": "^2.0.1",
|
|
85
85
|
"abitype": "^1.0.2",
|
|
86
86
|
"semver": "^7.7.1",
|