Skip to content

Commit

Permalink
[crypto-wasm] Fix deps, ensure core bump patch (#424)
Browse files Browse the repository at this point in the history
* [crypto-wasm] Fix deps, ensure core bump patch (#12620)

GitOrigin-RevId: f672c863ebbba3b5b02348d1db68a1500abe89f0

* Create mighty-garlics-know.md

---------

Co-authored-by: Corey Martin <[email protected]>
  • Loading branch information
github-actions[bot] and coreymartin authored Sep 26, 2024
1 parent 1baf302 commit d933082
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/mighty-garlics-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@lightsparkdev/crypto-wasm": patch
---

[crypto-wasm] Fix deps, ensure core bump patch
4 changes: 3 additions & 1 deletion packages/crypto-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
"sync": "./sync.sh",
"test": "node --experimental-vm-modules $(yarn bin jest) --no-cache --runInBand --bail"
},
"dependencies": {
"@lightsparkdev/core": "1.2.3"
},
"devDependencies": {
"@lightsparkdev/core": "1.2.3",
"jest": "^29.6.2",
"ts-jest": "^29.1.1",
"typescript": "^5.6.2"
Expand Down

0 comments on commit d933082

Please sign in to comment.