Skip to content

Commit

Permalink
chore(deps): update packages/plugins-workspace digest to c73b773 (#3117)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 8f6ca2c commit f09253f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins-workspace
Submodule plugins-workspace updated 61 files
+0 −7 .changes/updater-builder-header.md
+239 −269 Cargo.lock
+2 −3 Cargo.toml
+14 −0 examples/api/CHANGELOG.md
+23 −23 examples/api/package.json
+23 −0 examples/api/src-tauri/CHANGELOG.md
+6 −6 examples/api/src-tauri/Cargo.toml
+1 −1 examples/api/src-tauri/src/tray.rs
+6 −6 package.json
+1 −1 plugins/clipboard-manager/api-iife.js
+2 −2 plugins/deep-link/Cargo.toml
+2 −2 plugins/deep-link/examples/app/package.json
+2 −2 plugins/fs/Cargo.toml
+1 −1 plugins/fs/api-iife.js
+1 −1 plugins/fs/guest-js/index.ts
+9 −0 plugins/geolocation/CHANGELOG.md
+6 −3 plugins/geolocation/Cargo.toml
+1 −1 plugins/geolocation/api-iife.js
+1 −1 plugins/geolocation/package.json
+0 −5 plugins/geolocation/src/commands.rs
+2 −2 plugins/geolocation/src/error.rs
+0 −42 plugins/geolocation/src/lib.rs
+12 −7 plugins/geolocation/src/models.rs
+1 −1 plugins/global-shortcut/api-iife.js
+9 −0 plugins/haptics/CHANGELOG.md
+6 −3 plugins/haptics/Cargo.toml
+1 −1 plugins/haptics/package.json
+0 −4 plugins/haptics/src/commands.rs
+2 −2 plugins/haptics/src/error.rs
+0 −41 plugins/haptics/src/lib.rs
+6 −4 plugins/haptics/src/models.rs
+4 −0 plugins/notification/CHANGELOG.md
+1 −1 plugins/notification/Cargo.toml
+1 −1 plugins/notification/api-iife.js
+1 −1 plugins/notification/package.json
+8 −0 plugins/opener/CHANGELOG.md
+1 −1 plugins/opener/Cargo.toml
+1 −1 plugins/opener/package.json
+4 −0 plugins/opener/src/open.rs
+1 −1 plugins/shell/api-iife.js
+4 −0 plugins/single-instance/CHANGELOG.md
+1 −1 plugins/single-instance/Cargo.toml
+1 −1 plugins/single-instance/examples/vanilla/package.json
+1 −1 plugins/store/api-iife.js
+1 −1 plugins/store/examples/AppSettingsManager/package.json
+4 −0 plugins/updater/CHANGELOG.md
+1 −1 plugins/updater/Cargo.toml
+1 −1 plugins/updater/api-iife.js
+1 −1 plugins/updater/package.json
+1 −1 plugins/upload/api-iife.js
+5 −0 plugins/websocket/CHANGELOG.md
+2 −2 plugins/websocket/Cargo.toml
+1 −1 plugins/websocket/api-iife.js
+1 −1 plugins/websocket/examples/tauri-app/package.json
+1 −1 plugins/websocket/examples/tauri-app/src-tauri/Cargo.toml
+28 −2 plugins/websocket/guest-js/index.ts
+1 −1 plugins/websocket/package.json
+52 −24 plugins/websocket/src/lib.rs
+1 −1 plugins/window-state/api-iife.js
+556 −552 pnpm-lock.yaml
+5 −2 renovate.json

0 comments on commit f09253f

Please sign in to comment.