Skip to content

Commit 5d36f2d

Browse files
authored
Merge pull request #53 from algorandfoundation/chore/version
chore: update version of puya-ts dependency
2 parents 470f2e7 + eed57e9 commit 5d36f2d

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed
File renamed without changes.

docs/code/index/classes/CodeError.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Class: CodeError
88

9-
Defined in: [src/errors.ts:44](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/errors.ts#L44)
9+
Defined in: [src/errors.ts:40](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/errors.ts#L40)
1010

1111
Raised when unsupported user code is encountered
1212

@@ -20,7 +20,7 @@ Raised when unsupported user code is encountered
2020

2121
> **new CodeError**(`message`, `options`?): [`CodeError`](CodeError.md)
2222
23-
Defined in: [src/errors.ts:45](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/errors.ts#L45)
23+
Defined in: [src/errors.ts:41](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/errors.ts#L41)
2424

2525
#### Parameters
2626

docs/code/index/classes/NotImplementedError.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Class: NotImplementedError
88

9-
Defined in: [src/errors.ts:54](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/errors.ts#L54)
9+
Defined in: [src/errors.ts:46](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/errors.ts#L46)
1010

1111
## Extends
1212

@@ -18,7 +18,7 @@ Defined in: [src/errors.ts:54](https://github.com/algorandfoundation/algorand-ty
1818

1919
> **new NotImplementedError**(`feature`): [`NotImplementedError`](NotImplementedError.md)
2020
21-
Defined in: [src/errors.ts:55](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/errors.ts#L55)
21+
Defined in: [src/errors.ts:47](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/errors.ts#L47)
2222

2323
#### Parameters
2424

docs/code/index/functions/toExternalValue.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
> **toExternalValue**(`val`): `bigint`
1212
13-
Defined in: [src/impl/primitives.ts:50](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/impl/primitives.ts#L50)
13+
Defined in: [src/impl/primitives.ts:42](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/impl/primitives.ts#L42)
1414

1515
Converts internal Algorand type representations to their external primitive values.
1616

@@ -48,7 +48,7 @@ toExternalValue(bytesVal) // returns Uint8Array([72, 101, 108, 108, 111])
4848

4949
> **toExternalValue**(`val`): `bigint`
5050
51-
Defined in: [src/impl/primitives.ts:51](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/impl/primitives.ts#L51)
51+
Defined in: [src/impl/primitives.ts:43](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/impl/primitives.ts#L43)
5252

5353
Converts internal Algorand type representations to their external primitive values.
5454

@@ -86,7 +86,7 @@ toExternalValue(bytesVal) // returns Uint8Array([72, 101, 108, 108, 111])
8686

8787
> **toExternalValue**(`val`): `Uint8Array`
8888
89-
Defined in: [src/impl/primitives.ts:52](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/impl/primitives.ts#L52)
89+
Defined in: [src/impl/primitives.ts:44](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/impl/primitives.ts#L44)
9090

9191
Converts internal Algorand type representations to their external primitive values.
9292

@@ -124,7 +124,7 @@ toExternalValue(bytesVal) // returns Uint8Array([72, 101, 108, 108, 111])
124124

125125
> **toExternalValue**(`val`): `string`
126126
127-
Defined in: [src/impl/primitives.ts:53](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/impl/primitives.ts#L53)
127+
Defined in: [src/impl/primitives.ts:45](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/impl/primitives.ts#L45)
128128

129129
Converts internal Algorand type representations to their external primitive values.
130130

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"dependencies": {
7474
"@algorandfoundation/algorand-typescript": "^1.0.0-beta.16",
75-
"@algorandfoundation/puya-ts": "^1.0.0-beta.22",
75+
"@algorandfoundation/puya-ts": "^1.0.0-beta.23",
7676
"elliptic": "^6.5.7",
7777
"js-sha256": "^0.11.0",
7878
"js-sha3": "^0.9.3",

0 commit comments

Comments
 (0)