create-ton
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -8,2 +8,13 @@ # Changelog | ||
## [0.3.0] - 2023-04-07 | ||
### Changed | ||
- Updated template dependencies: blueprint to 0.8.0, sandbox to 0.8.0, ton-core to 0.49.0 | ||
- Updated dependencies | ||
### Fixed | ||
- Fixed duplicate contract type question when using pnpm | ||
## [0.2.0] - 2023-03-27 | ||
@@ -10,0 +21,0 @@ |
@@ -97,3 +97,3 @@ #!/usr/bin/env node | ||
} | ||
(0, child_process_1.execSync)(`${execCommand} exec blueprint -- create ${contractName} --type ${variant}`, execOpts); | ||
(0, child_process_1.execSync)(`${execCommand} exec blueprint${pkgManager === 'pnpm' ? '' : ' --'} create ${contractName} --type ${variant}`, execOpts); | ||
try { | ||
@@ -100,0 +100,0 @@ (0, child_process_1.execSync)('git init', execOpts); |
@@ -9,4 +9,4 @@ { | ||
"devDependencies": { | ||
"@ton-community/blueprint": "^0.6.1", | ||
"@ton-community/sandbox": "^0.7.0", | ||
"@ton-community/blueprint": "^0.8.0", | ||
"@ton-community/sandbox": "^0.8.0", | ||
"@ton-community/test-utils": "^0.2.0", | ||
@@ -18,3 +18,3 @@ "@types/jest": "^29.5.0", | ||
"ton": "^13.4.1", | ||
"ton-core": "^0.48.0", | ||
"ton-core": "^0.49.0", | ||
"ton-crypto": "^3.2.0", | ||
@@ -21,0 +21,0 @@ "ts-jest": "^29.0.5", |
{ | ||
"name": "create-ton", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"license": "MIT", | ||
@@ -23,4 +23,4 @@ "description": "Tool to quickly create TON projects", | ||
"@types/inquirer": "^8.2.6", | ||
"@types/node": "^18.15.5", | ||
"prettier": "^2.8.6", | ||
"@types/node": "^18.15.11", | ||
"prettier": "^2.8.7", | ||
"typescript": "^4.9.5" | ||
@@ -27,0 +27,0 @@ }, |
48912