create-ton 0.28.0 → 0.29.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/dist/main.js CHANGED
@@ -13,26 +13,26 @@ const chalk_1 = __importDefault(require("chalk"));
13
13
  const FILES_WITH_NAME_TEMPLATE = ['package.json', 'README.md'];
14
14
  const NAME_TEMPLATE = '{{name}}';
15
15
  const VARIANT_CHOICES = [
16
- {
17
- name: 'An empty contract (FunC)',
18
- value: 'func-empty',
19
- },
20
16
  {
21
17
  name: 'An empty contract (Tolk)',
22
18
  value: 'tolk-empty',
23
19
  },
24
20
  {
25
- name: 'An empty contract (Tact)',
26
- value: 'tact-empty',
21
+ name: 'An empty contract (FunC)',
22
+ value: 'func-empty',
27
23
  },
28
24
  {
29
- name: 'A simple counter contract (FunC)',
30
- value: 'func-counter',
25
+ name: 'An empty contract (Tact)',
26
+ value: 'tact-empty',
31
27
  },
32
28
  {
33
29
  name: 'A simple counter contract (Tolk)',
34
30
  value: 'tolk-counter',
35
31
  },
32
+ {
33
+ name: 'A simple counter contract (FunC)',
34
+ value: 'func-counter',
35
+ },
36
36
  {
37
37
  name: 'A simple counter contract (Tact)',
38
38
  value: 'tact-counter',
@@ -12,9 +12,9 @@
12
12
  "@ton/core": "~0"
13
13
  },
14
14
  "devDependencies": {
15
- "@ton/blueprint": ">=0.36.0",
16
- "@ton/sandbox": ">=0.33.0",
17
- "@ton/test-utils": ">=0.8.0",
15
+ "@ton/blueprint": ">=0.38.0",
16
+ "@ton/sandbox": ">=0.35.0",
17
+ "@ton/test-utils": ">=0.9.0",
18
18
  "@types/jest": "^29.5.14",
19
19
  "@types/node": "^22.15.32",
20
20
  "jest": "^29.7.0",
@@ -24,7 +24,7 @@
24
24
  "ts-jest": "^29.4.0",
25
25
  "ts-node": "^10.9.2",
26
26
  "typescript": "^5.8.3",
27
- "@ton/tolk-js": ">=0.99.0",
27
+ "@ton/tolk-js": ">=1.0.0",
28
28
  "@tact-lang/compiler": ">=1.6.13 <2.0.0",
29
29
  "@ton-community/func-js": ">=0.9.1"
30
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ton",
3
- "version": "0.28.0",
3
+ "version": "0.29.0",
4
4
  "license": "MIT",
5
5
  "description": "Tool to quickly create TON projects",
6
6
  "author": "TonTech",