-
Notifications
You must be signed in to change notification settings - Fork 689
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update packages/plugins-workspace digest to 6b4c391
- Loading branch information
1 parent
c5a7dfd
commit 4040c10
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule plugins-workspace
updated
20 files
+6 −0 | .changes/log-timezone_strategy-loglevel-fix.md | |
+0 −6 | .changes/upload-tls.md | |
+75 −19 | Cargo.lock | |
+6 −0 | examples/api/CHANGELOG.md | |
+2 −2 | examples/api/package.json | |
+6 −0 | examples/api/src-tauri/CHANGELOG.md | |
+2 −2 | examples/api/src-tauri/Cargo.toml | |
+2 −2 | package.json | |
+13 −0 | plugins/haptics/README.md | |
+1 −1 | plugins/log/src/lib.rs | |
+5 −0 | plugins/updater/CHANGELOG.md | |
+2 −1 | plugins/updater/Cargo.toml | |
+1 −1 | plugins/updater/package.json | |
+1 −7 | plugins/updater/src/lib.rs | |
+85 −29 | plugins/updater/src/updater.rs | |
+4 −4 | plugins/updater/tests/updater-migration/v1-app/Cargo.lock | |
+4 −0 | plugins/upload/CHANGELOG.md | |
+1 −1 | plugins/upload/Cargo.toml | |
+1 −1 | plugins/upload/package.json | |
+164 −164 | pnpm-lock.yaml |