From db8871a4558407094902179be95bcea8828dd796 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Fri, 31 Jan 2025 00:22:06 +0800 Subject: [PATCH] :rocket: Launch 2.2.2+60 --- api/WatchTower/Run Database Maintenance.bru | 11 +++++++++++ api/environments/Prod.bru | 2 +- ios/Podfile.lock | 2 +- macos/Podfile.lock | 6 ++++++ pubspec.yaml | 2 +- 5 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 api/WatchTower/Run Database Maintenance.bru diff --git a/api/WatchTower/Run Database Maintenance.bru b/api/WatchTower/Run Database Maintenance.bru new file mode 100644 index 0000000..c413a3e --- /dev/null +++ b/api/WatchTower/Run Database Maintenance.bru @@ -0,0 +1,11 @@ +meta { + name: Run Database Maintenance + type: http + seq: 1 +} + +post { + url: {{endpoint}}/wt/maintenance/database + body: none + auth: inherit +} diff --git a/api/environments/Prod.bru b/api/environments/Prod.bru index 7d585a2..7f767e1 100644 --- a/api/environments/Prod.bru +++ b/api/environments/Prod.bru @@ -1,8 +1,8 @@ vars { endpoint: https://api.sn.solsynth.dev third_client_id: alphabot - atk: eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL3NvbHN5bnRoLmRldiIsInN1YiI6IjEiLCJhdWQiOlsic29sYXItbmV0d29yayJdLCJleHAiOjE3MzgwODE2OTYsIm5iZiI6MTczODA3ODY5NiwiaWF0IjoxNzM4MDc4Njk2LCJqdGkiOiI1Yzg2MTYxZC00MTZjLTQwNDYtOWFlNS04YWZhNGIyZjdlMTkiLCJzZWQiOiIyMTciLCJ0eXAiOiJhY2Nlc3MifQ.LdLZ6FLb8IqPI__U8sT6VyxK5S_ZgwVGGL-tk01tK9C19wnbFFThPDgga1pJu_VVVpGVxzvMyd-3tBotzLMB5LjhYbtPOJakN2oug1HAgJ8zfc1clORlpHlUVisaiQtl3ZkWtzxni8etZDhJpqHU65IGQG01TO6PZGLgxKkMel4gGeeKhHpg9Q4Eewr3Pbl_wJkHVChJ9IJPmgioc_CACE10nEHZgwptCbndUz3AbIDOG9qW-7ZoprtKoRwAcuUXANK277VvdBRhwQjqKBREqVeMXP_Rv37jDPYhWpfS6HtKoHElZOTJG-69S2Zc3HyHlPJAPlzLAjGPoxScky79Gg } vars:secret [ + atk, third_client_tk ] diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 804814e..b843e42 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -379,7 +379,7 @@ SPEC CHECKSUMS: device_info_plus: bf2e3232933866d73fe290f2942f2156cdd10342 DKImagePickerController: 946cec48c7873164274ecc4624d19e3da4c1ef3c DKPhotoGallery: b3834fecb755ee09a593d7c9e389d8b5d6deed60 - file_picker: 09aa5ec1ab24135ccd7a1621c46c84134bfd6655 + file_picker: b159e0c068aef54932bb15dc9fd1571818edaf49 file_saver: 503e386464dbe118f630e17b4c2e1190fa0cf808 Firebase: 374a441a91ead896215703a674d58cdb3e9d772b firebase_analytics: 13ea4ad8a42c5060bad7e6694304dabb8b02fe7e diff --git a/macos/Podfile.lock b/macos/Podfile.lock index 979aec5..c4c6dd2 100644 --- a/macos/Podfile.lock +++ b/macos/Podfile.lock @@ -8,6 +8,8 @@ PODS: - FlutterMacOS - device_info_plus (0.0.1): - FlutterMacOS + - file_picker (0.0.1): + - FlutterMacOS - file_saver (0.0.1): - FlutterMacOS - file_selector_macos (0.0.1): @@ -185,6 +187,7 @@ DEPENDENCIES: - connectivity_plus (from `Flutter/ephemeral/.symlinks/plugins/connectivity_plus/darwin`) - croppy (from `Flutter/ephemeral/.symlinks/plugins/croppy/macos`) - device_info_plus (from `Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos`) + - file_picker (from `Flutter/ephemeral/.symlinks/plugins/file_picker/macos`) - file_saver (from `Flutter/ephemeral/.symlinks/plugins/file_saver/macos`) - file_selector_macos (from `Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos`) - firebase_analytics (from `Flutter/ephemeral/.symlinks/plugins/firebase_analytics/macos`) @@ -237,6 +240,8 @@ EXTERNAL SOURCES: :path: Flutter/ephemeral/.symlinks/plugins/croppy/macos device_info_plus: :path: Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos + file_picker: + :path: Flutter/ephemeral/.symlinks/plugins/file_picker/macos file_saver: :path: Flutter/ephemeral/.symlinks/plugins/file_saver/macos file_selector_macos: @@ -293,6 +298,7 @@ SPEC CHECKSUMS: connectivity_plus: 18382e7311ba19efcaee94442b23b32507b20695 croppy: 25a638bd7d05411d8c697f481568f261037694fc device_info_plus: 1b14eed9bf95428983aed283a8d51cce3d8c4215 + file_picker: e716a70a9fe5fd9e09ebc922d7541464289443af file_saver: 44e6fbf666677faf097302460e214e977fdd977b file_selector_macos: cc3858c981fe6889f364731200d6232dac1d812d Firebase: 374a441a91ead896215703a674d58cdb3e9d772b diff --git a/pubspec.yaml b/pubspec.yaml index 5f32d6d..88e2a2e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 2.2.2+59 +version: 2.2.2+60 environment: sdk: ^3.5.4