This commit is contained in:
Andras Schmelczer 2025-01-05 22:01:43 +00:00
commit b713a83c3f
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 3 additions and 1 deletions

View file

@ -31,6 +31,8 @@ cd ../plugin
npm version patch npm version patch
echo "Updating frontend dependencies to match the new backend versions" 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 npm install
cd .. cd ..

View file

@ -46,7 +46,7 @@
}, },
"../backend/sync_lib/pkg": { "../backend/sync_lib/pkg": {
"name": "sync_lib", "name": "sync_lib",
"version": "0.0.13", "version": "0.0.16",
"dev": true "dev": true
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {