Skip to content

Commit fa21e65

Browse files
Modify documentation, make minor version bump + add changeset
1 parent 5390696 commit fa21e65

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.changeset/fruity-poems-thank.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@provablehq/aleo-types': patch
3+
---
4+
5+
Added the ability to specify the names of programs that needs to be imported during dynamic dispatch calls.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@provablehq/wasm": "^0.8.8"
3030
},
3131
"devDependencies": {
32-
"@changesets/cli": "^2.27.1",
32+
"@changesets/cli": "^2.28.1",
3333
"@typescript-eslint/eslint-plugin": "^6.16.0",
3434
"@typescript-eslint/parser": "^6.16.0",
3535
"concurrently": "^8.2.2",

packages/aleo-types/src/transaction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export interface TransactionOptions {
7373
privateFee?: boolean;
7474

7575
/**
76-
* List of imports for dynamic dispatch functions.
76+
* List of program names that should be imported when calling a dynamic dispatch function.
7777
*/
7878
imports?: string[];
7979
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)