Skip to content

Commit b98c1da

Browse files
authored
Merge pull request #777 from LIT-Protocol/feature/lit-4143-js-sdk-sdk-compatibility-against-httpsgithubcomlit
[rc-naga-2025-01-24] Compatibility against #1677
2 parents b8a7ffb + a0aac03 commit b98c1da

File tree

392 files changed

+20240
-154155
lines changed

Some content is hidden

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

392 files changed

+20240
-154155
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build
4343
run: yarn build:dev
4444
- name: Run Unit tests
45-
run: yarn tools --test --unit
45+
run: yarn test:unit
4646
naga-integration-tests:
4747
runs-on: ubuntu-latest
4848
timeout-minutes: 30

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,6 @@ local-tests/build
7575
.env
7676

7777
packages/wrapped-keys-lit-actions/src/generated
78+
79+
digest
80+
generate-digest.ts

0 commit comments

Comments
 (0)