We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@tenderly/actions
1 parent 585eeb3 commit b5733abCopy full SHA for b5733ab
commands/util/packagejson/constraints.go
@@ -25,6 +25,6 @@ var runtimesToConstraints = map[string]*Constraints{
25
},
26
"V2": {
27
"axios": "!=1.1.3, !=1.1.2, !=1.1.1, !=1.1.0, !=1.0.0, !=1.0.0-alpha.1",
28
- "@tenderly/actions": ">=0.1.0, <=0.2.0",
+ "@tenderly/actions": ">=0.1.0, <0.3",
29
30
}
0 commit comments