diff --git a/bump-version.sh b/bump-version.sh index 902b487..ceab2e6 100755 --- a/bump-version.sh +++ b/bump-version.sh @@ -31,6 +31,8 @@ cd ../plugin npm version patch echo "Updating frontend dependencies to match the new backend versions" +cd ../backend/sync_lib +wasm-pack build --target web --features console_error_panic_hook npm install cd .. diff --git a/plugin/package-lock.json b/plugin/package-lock.json index f334a74..acfc477 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -46,7 +46,7 @@ }, "../backend/sync_lib/pkg": { "name": "sync_lib", - "version": "0.0.13", + "version": "0.0.16", "dev": true }, "node_modules/@ampproject/remapping": {