@masa-finance/masa-cli
Advanced tools
Comparing version 2.3.5 to 2.4.0
@@ -7,2 +7,14 @@ ### Changelog | ||
#### [v2.3.5](https://github.com/masa-finance/masa-cli/compare/v2.3.4...v2.3.5) | ||
> 20 June 2023 | ||
- Bump @typescript-eslint/eslint-plugin from 5.59.9 to 5.59.11 [`#90`](https://github.com/masa-finance/masa-cli/pull/90) | ||
- Bump @typescript-eslint/parser from 5.59.9 to 5.59.11 [`#88`](https://github.com/masa-finance/masa-cli/pull/88) | ||
- Bump @types/node from 20.3.0 to 20.3.1 [`#87`](https://github.com/masa-finance/masa-cli/pull/87) | ||
- Bump eslint from 8.42.0 to 8.43.0 [`#89`](https://github.com/masa-finance/masa-cli/pull/89) | ||
- update commander [`4a77cd6`](https://github.com/masa-finance/masa-cli/commit/4a77cd6f59f7c78b12b64c193a6f3ddee9b97a12) | ||
- fixed error handling on xSBT deployment [`2242aa3`](https://github.com/masa-finance/masa-cli/commit/2242aa3ba443ab1f101269f3318e02977f83f571) | ||
- update sdk [`4f07a85`](https://github.com/masa-finance/masa-cli/commit/4f07a853ddd2400360490fea9b040f9b0ae05e3c) | ||
#### [v2.3.4](https://github.com/masa-finance/masa-cli/compare/v2.3.3...v2.3.4) | ||
@@ -9,0 +21,0 @@ |
{ | ||
"name": "@masa-finance/masa-cli", | ||
"version": "2.3.5", | ||
"version": "2.4.0", | ||
"description": "The Masa CLI", | ||
@@ -19,3 +19,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@masa-finance/masa-sdk": "^3.4.11", | ||
"@masa-finance/masa-sdk": "^3.5.0", | ||
"@types/clear": "^0.1.2", | ||
@@ -36,5 +36,5 @@ "@types/figlet": "^1.5.5", | ||
"eslint": "^8.25.0", | ||
"prettier": "^2.7.1", | ||
"prettier": "^3.0.0", | ||
"typescript": "^5.1.3" | ||
} | ||
} |
{ | ||
"name": "@masa-finance/masa-cli", | ||
"version": "2.3.5", | ||
"version": "2.4.0", | ||
"description": "The Masa CLI", | ||
@@ -19,3 +19,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@masa-finance/masa-sdk": "^3.4.11", | ||
"@masa-finance/masa-sdk": "^3.5.0", | ||
"@types/clear": "^0.1.2", | ||
@@ -36,5 +36,5 @@ "@types/figlet": "^1.5.5", | ||
"eslint": "^8.25.0", | ||
"prettier": "^2.7.1", | ||
"prettier": "^3.0.0", | ||
"typescript": "^5.1.3" | ||
} | ||
} |
171314