Skip to content

Commit e5857c4

Browse files
committed
chore: update puya-ts dependency
1 parent c0d265d commit e5857c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1009
-745
lines changed

docs/code/index/classes/AssertError.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Raised when an assertion fails
1616

1717
## Constructors
1818

19-
### new AssertError()
19+
### Constructor
2020

21-
> **new AssertError**(`message`): [`AssertError`](AssertError.md)
21+
> **new AssertError**(`message`): `AssertError`
2222
2323
Defined in: [src/errors.ts:23](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/errors.ts#L23)
2424

@@ -30,11 +30,11 @@ Defined in: [src/errors.ts:23](https://github.com/algorandfoundation/algorand-ty
3030

3131
#### Returns
3232

33-
[`AssertError`](AssertError.md)
33+
`AssertError`
3434

3535
#### Overrides
3636

37-
[`AvmError`](AvmError.md).[`constructor`](AvmError.md#constructors)
37+
[`AvmError`](AvmError.md).[`constructor`](AvmError.md#constructor)
3838

3939
## Properties
4040

@@ -58,7 +58,7 @@ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1077
5858

5959
#### Inherited from
6060

61-
[`AvmError`](AvmError.md).[`message`](AvmError.md#message-1)
61+
[`AvmError`](AvmError.md).[`message`](AvmError.md#message)
6262

6363
***
6464

docs/code/index/classes/AvmError.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ the AVM to fail.
2121

2222
## Constructors
2323

24-
### new AvmError()
24+
### Constructor
2525

26-
> **new AvmError**(`message`): [`AvmError`](AvmError.md)
26+
> **new AvmError**(`message`): `AvmError`
2727
2828
Defined in: [src/errors.ts:6](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/errors.ts#L6)
2929

@@ -35,7 +35,7 @@ Defined in: [src/errors.ts:6](https://github.com/algorandfoundation/algorand-typ
3535

3636
#### Returns
3737

38-
[`AvmError`](AvmError.md)
38+
`AvmError`
3939

4040
#### Overrides
4141

docs/code/index/classes/CodeError.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Raised when unsupported user code is encountered
1616

1717
## Constructors
1818

19-
### new CodeError()
19+
### Constructor
2020

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

@@ -34,7 +34,7 @@ Defined in: [src/errors.ts:41](https://github.com/algorandfoundation/algorand-ty
3434

3535
#### Returns
3636

37-
[`CodeError`](CodeError.md)
37+
`CodeError`
3838

3939
#### Overrides
4040

docs/code/index/classes/InternalError.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Raised when testing code errors
1616

1717
## Constructors
1818

19-
### new InternalError()
19+
### Constructor
2020

21-
> **new InternalError**(`message`, `options`?): [`InternalError`](InternalError.md)
21+
> **new InternalError**(`message`, `options`?): `InternalError`
2222
2323
Defined in: [src/errors.ts:32](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/errors.ts#L32)
2424

@@ -34,7 +34,7 @@ Defined in: [src/errors.ts:32](https://github.com/algorandfoundation/algorand-ty
3434

3535
#### Returns
3636

37-
[`InternalError`](InternalError.md)
37+
`InternalError`
3838

3939
#### Overrides
4040

docs/code/index/classes/NotImplementedError.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Defined in: [src/errors.ts:46](https://github.com/algorandfoundation/algorand-ty
1414

1515
## Constructors
1616

17-
### new NotImplementedError()
17+
### Constructor
1818

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

@@ -28,7 +28,7 @@ Defined in: [src/errors.ts:47](https://github.com/algorandfoundation/algorand-ty
2828

2929
#### Returns
3030

31-
[`NotImplementedError`](NotImplementedError.md)
31+
`NotImplementedError`
3232

3333
#### Overrides
3434

docs/code/index/classes/TestExecutionContext.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ for generating values, managing accounts, and handling logic signatures.
1414

1515
## Constructors
1616

17-
### new TestExecutionContext()
17+
### Constructor
1818

19-
> **new TestExecutionContext**(`defaultSenderAddress`?): [`TestExecutionContext`](TestExecutionContext.md)
19+
> **new TestExecutionContext**(`defaultSenderAddress`?): `TestExecutionContext`
2020
2121
Defined in: [src/test-execution-context.ts:36](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/test-execution-context.ts#L36)
2222

@@ -32,7 +32,7 @@ The default sender address.
3232

3333
#### Returns
3434

35-
[`TestExecutionContext`](TestExecutionContext.md)
35+
`TestExecutionContext`
3636

3737
## Accessors
3838

@@ -206,7 +206,9 @@ Exports logs for a given application ID and decoding.
206206

207207
#### Type Parameters
208208

209-
**T** *extends* `LogDecoding`[]
209+
##### T
210+
211+
`T` *extends* `LogDecoding`[]
210212

211213
#### Parameters
212214

docs/code/index/functions/toExternalValue.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ A uint64 value to convert
2828

2929
The uint64 value as a bigint
3030

31-
The biguint value as a bigint
32-
33-
The bytes value as a Uint8Array
34-
35-
The original string value unchanged
36-
3731
### Example
3832

3933
```ts
@@ -66,12 +60,6 @@ A uint64 value to convert
6660

6761
The uint64 value as a bigint
6862

69-
The biguint value as a bigint
70-
71-
The bytes value as a Uint8Array
72-
73-
The original string value unchanged
74-
7563
### Example
7664

7765
```ts
@@ -104,12 +92,6 @@ A uint64 value to convert
10492

10593
The uint64 value as a bigint
10694

107-
The biguint value as a bigint
108-
109-
The bytes value as a Uint8Array
110-
111-
The original string value unchanged
112-
11395
### Example
11496

11597
```ts
@@ -142,12 +124,6 @@ A uint64 value to convert
142124

143125
The uint64 value as a bigint
144126

145-
The biguint value as a bigint
146-
147-
The bytes value as a Uint8Array
148-
149-
The original string value unchanged
150-
151127
### Example
152128

153129
```ts

docs/code/subcontexts/contract-context/classes/ContractContext.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,36 @@
66

77
# Class: ContractContext
88

9-
Defined in: [src/subcontexts/contract-context.ts:138](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/subcontexts/contract-context.ts#L138)
9+
Defined in: [src/subcontexts/contract-context.ts:145](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/subcontexts/contract-context.ts#L145)
1010

1111
Provides a context for creating contracts and registering created contract instances
1212
with test execution context.
1313

1414
## Constructors
1515

16-
### new ContractContext()
16+
### Constructor
1717

18-
> **new ContractContext**(): [`ContractContext`](ContractContext.md)
18+
> **new ContractContext**(): `ContractContext`
1919
2020
#### Returns
2121

22-
[`ContractContext`](ContractContext.md)
22+
`ContractContext`
2323

2424
## Methods
2525

2626
### create()
2727

2828
> **create**\<`T`\>(`type`, ...`args`): `T`
2929
30-
Defined in: [src/subcontexts/contract-context.ts:150](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/subcontexts/contract-context.ts#L150)
30+
Defined in: [src/subcontexts/contract-context.ts:157](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/subcontexts/contract-context.ts#L157)
3131

3232
Creates a new contract instance and register the created instance with test execution context.
3333

3434
#### Type Parameters
3535

36-
**T** *extends* `BaseContract`
36+
##### T
37+
38+
`T` *extends* `BaseContract`
3739

3840
Type of contract extending BaseContract
3941

@@ -70,15 +72,17 @@ const contract = ctx.contract.create(MyContract);
7072

7173
> `static` **createMethodCallTxns**\<`TParams`\>(`contract`, `abiMetadata`, ...`args`): `Transaction`[]
7274
73-
Defined in: [src/subcontexts/contract-context.ts:172](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/subcontexts/contract-context.ts#L172)
75+
Defined in: [src/subcontexts/contract-context.ts:179](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/subcontexts/contract-context.ts#L179)
7476

7577
**`Internal`**
7678

7779
Creates an array of transactions for calling a contract method.
7880

7981
#### Type Parameters
8082

81-
**TParams** *extends* `unknown`[]
83+
##### TParams
84+
85+
`TParams` *extends* `unknown`[]
8286

8387
Array of parameter types
8488

0 commit comments

Comments
 (0)