Skip to content

Commit 0853b82

Browse files
authored
Merge pull request #29 from algorandfoundation/chore/update-puyats-version
chore: update puyats and algorand-typescript versions
2 parents 8db05b4 + 25a08af commit 0853b82

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed

package-lock.json

Lines changed: 16 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"tslib": "^2.6.2"
6464
},
6565
"dependencies": {
66-
"@algorandfoundation/algorand-typescript": "^0.0.1-alpha.24",
67-
"@algorandfoundation/puya-ts": "^1.0.0-alpha.36",
66+
"@algorandfoundation/algorand-typescript": "^1.0.0-beta.4",
67+
"@algorandfoundation/puya-ts": "^1.0.0-beta.6",
6868
"elliptic": "^6.5.7",
6969
"js-sha256": "^0.11.0",
7070
"js-sha3": "^0.9.3",

src/test-transformer/visitors.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ const isArc4EncodedType = (type: ptypes.PType): boolean =>
325325
ptypes.UFixedNxMType,
326326
ptypes.UintNType,
327327
) ||
328-
type === ptypes.ARC4StringType ||
329-
type === ptypes.ARC4BooleanType
328+
type === ptypes.arc4StringType ||
329+
type === ptypes.arc4BooleanType
330330

331331
const getGenericTypeInfo = (type: ptypes.PType): TypeInfo => {
332332
let typeName = type?.name ?? type?.toString() ?? 'unknown'

0 commit comments

Comments
 (0)