|
4 | 4 | "description": "Smart contract deployer", |
5 | 5 | "main": "smart_contracts/index.ts", |
6 | 6 | "scripts": { |
7 | | - "build": "puya-ts build smart_contracts --output-source-map --out-dir artifacts && algokit generate client smart_contracts/artifacts --output {app_spec_dir}/{contract_name}Client.ts", |
| 7 | + "build": "algokit compile ts smart_contracts --output-source-map --out-dir artifacts && algokit generate client smart_contracts/artifacts --output {app_spec_dir}/{contract_name}Client.ts", |
8 | 8 | "deploy": "ts-node-dev --transpile-only --watch .env -r dotenv/config smart_contracts/index.ts", |
9 | 9 | "deploy:ci": "ts-node --transpile-only -r dotenv/config smart_contracts/index.ts", |
10 | 10 | "lint": "eslint smart_contracts", |
|
20 | 20 | "npm": ">=9.0" |
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | | - "@algorandfoundation/algorand-typescript": "^1.0.0-beta.20" |
| 23 | + "@algorandfoundation/algorand-typescript": "^1.0.0-beta.25" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@algorandfoundation/algokit-client-generator": "^4.0.8", |
27 | | - "@algorandfoundation/algokit-utils": "^8.2.1", |
| 26 | + "@algorandfoundation/algokit-client-generator": "^4.0.9", |
| 27 | + "@algorandfoundation/algokit-utils": "^8.2.2", |
28 | 28 | "@algorandfoundation/algokit-utils-debug": "^1.0.3", |
29 | | - "@algorandfoundation/puya-ts": "^1.0.0-beta.34", |
| 29 | + "@algorandfoundation/puya-ts": "^1.0.0-beta.50", |
30 | 30 | "@rollup/plugin-typescript": "^12.1.2", |
31 | 31 | "@tsconfig/node22": "^22.0.0", |
32 | 32 | "algosdk": "^3.0.0", |
|
37 | 37 | "typescript-eslint": "^8.19.1", |
38 | 38 | "prettier": "^3.4.2", |
39 | 39 | "ts-node-dev": "^2.0.0", |
40 | | - "@algorandfoundation/algorand-typescript-testing": "^1.0.0-beta.27", |
| 40 | + "@algorandfoundation/algorand-typescript-testing": "^1.0.0-beta.30", |
41 | 41 | "vitest": "^2.1.8", |
42 | 42 | "@vitest/coverage-v8": "^2.1.8", |
43 | 43 | "typescript": "^5.7.3" |
|
0 commit comments