[#7125] registered missing jsvm migrations bindings

This commit is contained in:
Gani Georgiev
2025-08-23 07:45:28 +03:00
parent ad814c5a37
commit b99095430a
4 changed files with 3726 additions and 3718 deletions

View File

@@ -7,6 +7,8 @@
- Mock `syscall.Exec` when building for WASM ([#7116](https://github.com/pocketbase/pocketbase/pull/7116)).
_Note that WASM is not officially supported PocketBase build target and many things may not work as expected._
- Registered missing `$filesystem`, `$mails` and `$template` bindings in the JSVM migrations ([#7125](https://github.com/pocketbase/pocketbase/issues/7125)).
- Regenerated JSVM types to include methods from structs with single generic parameter.
- Updated Go dependencies.