create-ton
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -8,2 +8,8 @@ # Changelog | ||
## [0.11.0] - 2024-01-26 | ||
### Changed | ||
- Updated template dependencies: blueprint, sandbox, others to their latest versions | ||
## [0.10.0] - 2023-12-01 | ||
@@ -10,0 +16,0 @@ |
@@ -10,16 +10,16 @@ { | ||
"devDependencies": { | ||
"@ton/blueprint": "^0.14.2", | ||
"@ton/sandbox": "^0.13.1", | ||
"@ton/blueprint": "^0.15.0", | ||
"@ton/sandbox": "^0.15.0", | ||
"@ton/test-utils": "^0.4.2", | ||
"@types/jest": "^29.5.0", | ||
"@types/node": "^20.2.5", | ||
"jest": "^29.5.0", | ||
"prettier": "^3.1.0", | ||
"@types/jest": "^29.5.11", | ||
"@types/node": "^20.11.7", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.2.4", | ||
"@ton/ton": "^13.9.0", | ||
"@ton/core": "^0.53.0", | ||
"@ton/crypto": "^3.2.0", | ||
"ts-jest": "^29.0.5", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.3.2" | ||
"ts-jest": "^29.1.2", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3" | ||
} | ||
} |
{ | ||
"name": "create-ton", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Tool to quickly create TON projects", |
49169