new remotes & bump to 1.9.0
Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
@@ -14,6 +14,10 @@ const SUPPORTED_BACKENDS = [
|
||||
'ftp',
|
||||
'azurefiles',
|
||||
'azureblob',
|
||||
'gcs',
|
||||
'protondrive',
|
||||
'box',
|
||||
'webdav',
|
||||
]
|
||||
|
||||
function getAuthHeader() {
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "s-tray",
|
||||
"version": "1.8.2",
|
||||
"version": "1.9.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "s-tray",
|
||||
"version": "1.8.2",
|
||||
"version": "1.9.0",
|
||||
"dependencies": {
|
||||
"@heroui/react": "^2.7.11",
|
||||
"@sentry/browser": "^10.8.0",
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "s-tray",
|
||||
"private": true,
|
||||
"version": "1.8.2",
|
||||
"version": "1.9.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "node scripts/buildExternal.js && vite",
|
||||
|
||||
Generated
+1
-1
@@ -103,7 +103,7 @@ checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
|
||||
|
||||
[[package]]
|
||||
name = "app"
|
||||
version = "1.8.2"
|
||||
version = "1.9.0"
|
||||
dependencies = [
|
||||
"cocoa",
|
||||
"fix-path-env",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "app"
|
||||
version = "1.8.2"
|
||||
version = "1.9.0"
|
||||
description = "A Tauri App"
|
||||
authors = ["you"]
|
||||
license = ""
|
||||
|
||||
Reference in New Issue
Block a user