Skip to content

Commit

Permalink
Merge pull request #26 from algorandfoundation/feat-app-local
Browse files Browse the repository at this point in the history
feat: implement AppLocal via context manager
  • Loading branch information
boblat authored Oct 29, 2024
2 parents e8f7bd8 + 62143f3 commit e2eacaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/algo-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algorandfoundation/algorand-typescript",
"version": "0.0.1-alpha.12",
"version": "0.0.1-alpha.13",
"description": "This package contains definitions for the types which comprise Algorand TypeScript which can be compiled to run on the Algorand Virtual Machine using the Puya compiler.",
"private": false,
"main": "index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/algo-ts/src/op.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export const Scratch: ScratchType = createObjectProxy('Scratch')

export const AcctParams = createObjectProxy('AcctParams')
export const AppGlobal = createObjectProxy('AppGlobal')
export const AppLocal = createObjectProxy('AppLocal')
export const AppParams = createObjectProxy('AppParams')
export const AssetHolding = createObjectProxy('AssetHolding')
export const AssetParams = createObjectProxy('AssetParams')
Expand Down

0 comments on commit e2eacaa

Please sign in to comment.