@safe-global/protocol-kit 4.0.0 → 4.0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -3
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # Protocol Kit
2
2
 
3
- [![NPM Version](https://badge.fury.io/js/%40safe-global%2Fprotocol-kit.svg)](https://badge.fury.io/js/%40safe-global%2Fprotocol-kit)
3
+ [![npm Version](https://badge.fury.io/js/%40safe-global%2Fprotocol-kit.svg)](https://badge.fury.io/js/%40safe-global%2Fprotocol-kit)
4
4
  [![GitHub Release](https://img.shields.io/github/release/safe-global/safe-core-sdk.svg?style=flat)](https://github.com/safe-global/safe-core-sdk/releases)
5
5
  [![GitHub](https://img.shields.io/github/license/safe-global/safe-core-sdk)](https://github.com/safe-global/safe-core-sdk/blob/main/LICENSE.md)
6
6
 
7
- Software development kit that facilitates the interaction with [Safe Smart Accounts](https://github.com/safe-global/safe-smart-account).
7
+ Software development kit that facilitates the interaction with [Safe Smart Accounts](https://github.com/safe-global/safe-smart-account) using a TypeScript interface. This Kit can be used to create new Safe accounts, update the configuration of existing Safes, create and execute transactions, among other features.
8
8
 
9
9
  ## Table of contents
10
10
 
package/package.json CHANGED
@@ -1,12 +1,14 @@
1
1
  {
2
2
  "name": "@safe-global/protocol-kit",
3
- "version": "4.0.0",
4
- "description": "SDK to interact with Safe smart contracts",
3
+ "version": "4.0.1",
4
+ "description": "SDK that facilitates the interaction with Safe Smart Accounts",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
7
7
  "keywords": [
8
8
  "Ethereum",
9
+ "Wallet",
9
10
  "Safe",
11
+ "Smart Account",
10
12
  "SDK"
11
13
  ],
12
14
  "scripts": {
@@ -51,7 +53,6 @@
51
53
  "@nomicfoundation/hardhat-ethers": "^3.0.5",
52
54
  "@openzeppelin/contracts": "^2.5.1",
53
55
  "@safe-global/safe-contracts-v1.4.1": "npm:@safe-global/safe-contracts@1.4.1",
54
- "@safe-global/safe-core-sdk-types": "^5.0.0",
55
56
  "@types/chai": "^4.3.16",
56
57
  "@types/chai-as-promised": "^7.1.8",
57
58
  "@types/mocha": "^10.0.6",
@@ -72,6 +73,7 @@
72
73
  },
73
74
  "dependencies": {
74
75
  "@noble/hashes": "^1.3.3",
76
+ "@safe-global/safe-core-sdk-types": "^5.0.1",
75
77
  "@safe-global/safe-deployments": "^1.36.0",
76
78
  "abitype": "^1.0.2",
77
79
  "ethereumjs-util": "^7.1.5",