diff --git a/.changes/tauri-update.md b/.changes/tauri-update.md new file mode 100644 index 0000000000..8d02fe298a --- /dev/null +++ b/.changes/tauri-update.md @@ -0,0 +1,5 @@ +--- +"action": patch +--- + +Updates for tauri.js 0.10.0 and tauri-core 0.8.0. diff --git a/__fixtures__/example-with-tauri/src-tauri/tauri.conf.json b/__fixtures__/example-with-tauri/src-tauri/tauri.conf.json index ae4e519431..f72738e155 100644 --- a/__fixtures__/example-with-tauri/src-tauri/tauri.conf.json +++ b/__fixtures__/example-with-tauri/src-tauri/tauri.conf.json @@ -38,7 +38,7 @@ }, "exceptionDomain": "" }, - "whitelist": { + "allowlist": { "all": true }, "window": { @@ -51,9 +51,6 @@ "security": { "csp": "default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'" }, - "edge": { - "active": true - }, "inliner": { "active": true }