Skip to content

Commit

Permalink
bump to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Jul 16, 2024
1 parent 17c821e commit 21cd54d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 25 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
run: |
npm ci
- name: "Debug: List node_modules"
run: ls node_modules/@dylibso/xtp-bindgen || echo "Module not found"

- name: "Debug: List type definitions"
run: ls node_modules/@dylibso/xtp-bindgen/dist/*.d.ts || echo "Type definitions not found"

- name: Build
run: |
npm run build
Expand Down
22 changes: 4 additions & 18 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"dependencies": {
"ejs": "^3.1.10",
"@dylibso/xtp-bindgen": "^0.0.8"
"@dylibso/xtp-bindgen": "0.0.7"
}
}

0 comments on commit 21cd54d

Please sign in to comment.