Skip to content

Commit 7411d96

Browse files
committed
fix: restore CI with published algokit utils alpha
1 parent 2e46bb8 commit 7411d96

File tree

8 files changed

+211
-70
lines changed

8 files changed

+211
-70
lines changed

package-lock.json

Lines changed: 146 additions & 24 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
"pre-commit": "npm run lint && npm run typecheck && npm run format"
7070
},
7171
"dependencies": {
72-
"@algorandfoundation/algokit-utils": "file:../algokit-utils-ts/algorandfoundation-algokit-utils-0.1.0.tgz",
72+
"@algorandfoundation/algokit-utils": "10.0.0-alpha.45",
73+
"@noble/hashes": "^2.0.1",
7374
"@vscode/debugadapter": "^1.64.0",
7475
"await-notify": "^1.0.1"
7576
},

src/common/appState.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
import type { AvmValue, AvmKeyValue, ApplicationInitialStates } from '@algorandfoundation/algokit-utils/algod-client';
1+
import type {
2+
AvmValue,
3+
AvmKeyValue,
4+
ApplicationInitialStates,
5+
} from '@algorandfoundation/algokit-utils/algod-client';
26
import { hexToBytes } from '@algorandfoundation/algokit-utils/common';
37
import { ByteArrayMap } from './utils';
48

0 commit comments

Comments
 (0)