diff --git a/plugins/http/package.json b/plugins/http/package.json index f7f70019..02ea80bf 100644 --- a/plugins/http/package.json +++ b/plugins/http/package.json @@ -24,7 +24,6 @@ "LICENSE" ], "dependencies": { - "@tauri-apps/api": "^2.0.0", - "@tauri-apps/plugin-http": "link:" + "@tauri-apps/api": "^2.0.0" } } diff --git a/plugins/http/permissions/autogenerated/commands/fetch_stream_body.toml b/plugins/http/permissions/autogenerated/commands/fetch_stream_body.toml deleted file mode 100644 index 5f711fd5..00000000 --- a/plugins/http/permissions/autogenerated/commands/fetch_stream_body.toml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically generated - DO NOT EDIT! - -"$schema" = "../../schemas/schema.json" - -[[permission]] -identifier = "allow-fetch-stream-body" -description = "Enables the fetch_stream_body command without any pre-configured scope." -commands.allow = ["fetch_stream_body"] - -[[permission]] -identifier = "deny-fetch-stream-body" -description = "Denies the fetch_stream_body command without any pre-configured scope." -commands.deny = ["fetch_stream_body"] diff --git a/plugins/http/permissions/autogenerated/reference.md b/plugins/http/permissions/autogenerated/reference.md index 19a3c4eb..4126f0b9 100644 --- a/plugins/http/permissions/autogenerated/reference.md +++ b/plugins/http/permissions/autogenerated/reference.md @@ -15,7 +15,7 @@ All fetch operations are enabled. - `allow-fetch` - `allow-fetch-cancel` -- `allow-fetch-stream-body` +- `allow-fetch-read-body` - `allow-fetch-send` ## Permission Table @@ -128,32 +128,6 @@ Enables the fetch_send command without any pre-configured scope. Denies the fetch_send command without any pre-configured scope. - - - -