File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 20
20
"npm" : " >=9.0"
21
21
},
22
22
"dependencies" : {
23
- "@algorandfoundation/algorand-typescript" : " ^ 1.0.0-beta.25"
23
+ "@algorandfoundation/algorand-typescript" : " ~ 1.0.0-beta.25 <1.0.0 "
24
24
},
25
25
"devDependencies" : {
26
26
"@algorandfoundation/algokit-client-generator" : " ^5.0.0" ,
27
27
"@algorandfoundation/algokit-utils" : " ^9.0.0" ,
28
28
"@algorandfoundation/algokit-utils-debug" : " ^1.0.4" ,
29
- "@algorandfoundation/puya-ts" : " ^ 1.0.0-beta.50" ,
29
+ "@algorandfoundation/puya-ts" : " ~ 1.0.0-beta.50 <1.0.0 " ,
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.30" ,
40
+ "@algorandfoundation/algorand-typescript-testing" : " ~ 1.0.0-beta.30 <1.0.0 " ,
41
41
"vitest" : " ^2.1.8" ,
42
42
"@vitest/coverage-v8" : " ^2.1.8" ,
43
43
"typescript" : " ^5.7.3"
Original file line number Diff line number Diff line change 14
14
"npm" : " >=9.0"
15
15
},
16
16
"dependencies" : {
17
- "@algorandfoundation/algorand-typescript" : " ^ 1.0.0-beta.25"
17
+ "@algorandfoundation/algorand-typescript" : " ~ 1.0.0-beta.25 <1.0.0 "
18
18
},
19
19
"devDependencies" : {
20
20
"@algorandfoundation/algokit-client-generator" : " ^5.0.0" ,
21
21
"@algorandfoundation/algokit-utils" : " ^9.0.0" ,
22
22
"@algorandfoundation/algokit-utils-debug" : " ^1.0.4" ,
23
- "@algorandfoundation/puya-ts" : " ^ 1.0.0-beta.50" ,
23
+ "@algorandfoundation/puya-ts" : " ~ 1.0.0-beta.50 <1.0.0 " ,
24
24
"@rollup/plugin-typescript" : " ^12.1.2" ,
25
25
"@tsconfig/node22" : " ^22.0.0" ,
26
26
"algosdk" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 28
28
"npm": ">=9.0"
29
29
},
30
30
"dependencies": {
31
- "@algorandfoundation/algorand-typescript": "^ 1.0.0-beta.25"
31
+ "@algorandfoundation/algorand-typescript": "~ 1.0.0-beta.25 < 1 .0.0 "
32
32
},
33
33
" devDependencies " : {
34
34
" @algorandfoundation /algokit-client-generator " : " ^5.0.0 " ,
35
35
" @algorandfoundation /algokit-utils " : " ^9.0.0 " ,
36
36
" @algorandfoundation /algokit-utils-debug " : " ^1.0.4 " ,
37
- "@algorandfoundation/puya-ts": "^ 1.0.0-beta.50",
37
+ " @algorandfoundation /puya-ts " : " ~ 1.0.0-beta.50 < 1.0.0 " ,
38
38
" @rollup /plugin-typescript " : " ^12.1.2 " ,
39
39
" @tsconfig /node22 " : " ^22.0.0 " ,
40
40
" algosdk " : " ^3.0.0 " ,
52
52
{%- endif %}
53
53
" ts-node-dev " : " ^2.0.0 " ,
54
54
{%- if use_vitest %}
55
- "@algorandfoundation/algorand-typescript-testing": "^ 1.0.0-beta.30",
55
+ " @algorandfoundation /algorand-typescript-testing " : " ~ 1.0.0-beta.30 < 1.0.0 " ,
56
56
" vitest " : " ^2.1.8 " ,
57
57
" @vitest /coverage-v8 " : " ^2.1.8 " ,
58
58
{%- endif %}
You can’t perform that action at this time.
0 commit comments