Skip to content

Commit 2b34ad6

Browse files
renovate[bot]FabianLars
authored andcommitted
chore(deps): update dependency rollup to v4.30.0 (v1) (#2264)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/12629655110 Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
1 parent 84c076c commit 2b34ad6

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

dist-js/index.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist-js/index.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist-js/index.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class Database {
8686
const [rowsAffected, lastInsertId] = await invoke("plugin:sql|execute", {
8787
db: this.path,
8888
query,
89-
values: bindValues !== null && bindValues !== void 0 ? bindValues : [],
89+
values: bindValues !== null && bindValues !== undefined ? bindValues : [],
9090
});
9191
return {
9292
lastInsertId,
@@ -115,7 +115,7 @@ class Database {
115115
const result = await invoke("plugin:sql|select", {
116116
db: this.path,
117117
query,
118-
values: bindValues !== null && bindValues !== void 0 ? bindValues : [],
118+
values: bindValues !== null && bindValues !== undefined ? bindValues : [],
119119
});
120120
return result;
121121
}

dist-js/index.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)