diff --git a/.changeset/mighty-garlics-know.md b/.changeset/mighty-garlics-know.md new file mode 100644 index 000000000..8b27fbff7 --- /dev/null +++ b/.changeset/mighty-garlics-know.md @@ -0,0 +1,5 @@ +--- +"@lightsparkdev/crypto-wasm": patch +--- + +[crypto-wasm] Fix deps, ensure core bump patch diff --git a/packages/crypto-wasm/package.json b/packages/crypto-wasm/package.json index 26cf94921..989150780 100644 --- a/packages/crypto-wasm/package.json +++ b/packages/crypto-wasm/package.json @@ -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"