create-ton 0.19.0 → 0.20.0

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/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.20.0] - 2025-01-17
9
+
10
+ ### Changed
11
+
12
+ - Updated template dependencies
13
+ - Compiler dependencies are now explicitly installed, allowing end users to use their preferred versions of compilers
14
+
8
15
  ## [0.19.0] - 2024-12-18
9
16
 
10
17
  ### Changed
@@ -7,18 +7,21 @@
7
7
  "test": "jest --verbose"
8
8
  },
9
9
  "devDependencies": {
10
- "@ton/blueprint": "^0.27.0",
11
- "@ton/sandbox": "^0.23.0",
12
- "@ton/test-utils": "^0.4.2",
10
+ "@ton/blueprint": "^0.28.0",
11
+ "@ton/sandbox": "^0.24.0",
12
+ "@ton/test-utils": "^0.5.0",
13
13
  "@types/jest": "^29.5.14",
14
- "@types/node": "^22.8.7",
14
+ "@types/node": "^22.10.7",
15
15
  "jest": "^29.7.0",
16
- "prettier": "^3.3.3",
16
+ "prettier": "^3.4.2",
17
17
  "@ton/ton": "^15.1.0",
18
18
  "@ton/core": "~0",
19
19
  "@ton/crypto": "^3.3.0",
20
20
  "ts-jest": "^29.2.5",
21
21
  "ts-node": "^10.9.2",
22
- "typescript": "^5.6.3"
22
+ "typescript": "^5.7.3",
23
+ "@ton/tolk-js": "^0.6.0",
24
+ "@tact-lang/compiler": "^1.5.3",
25
+ "@ton-community/func-js": "^0.9.0"
23
26
  }
24
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ton",
3
- "version": "0.19.0",
3
+ "version": "0.20.0",
4
4
  "license": "MIT",
5
5
  "description": "Tool to quickly create TON projects",
6
6
  "author": "TonTech",