normalized the names of the exposed jsvm bind funcs

This commit is contained in:
Gani Georgiev
2026-04-18 17:48:41 +03:00
parent d4987a153e
commit 7673798fa3
4 changed files with 3534 additions and 3534 deletions

View File

@@ -206,9 +206,9 @@ func (p *plugin) registerMigrations() error {
BindCore(vm)
BindDbx(vm)
BindSecurity(vm)
BindOs(vm)
BindOS(vm)
BindFilepath(vm)
BindHttpClient(vm)
BindHTTP(vm)
BindFilesystem(vm)
BindForms(vm)
BindMails(vm)
@@ -294,9 +294,9 @@ func (p *plugin) registerHooks() error {
BindCore(vm)
BindDbx(vm)
BindSecurity(vm)
BindOs(vm)
BindOS(vm)
BindFilepath(vm)
BindHttpClient(vm)
BindHTTP(vm)
BindFilesystem(vm)
BindForms(vm)
BindMails(vm)