Skip to content

Commit

Permalink
chore(deps): update packages/plugins-workspace digest to 78acfa4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 3eb1dad commit 344f35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins-workspace
Submodule plugins-workspace updated 52 files
+6 −0 .changes/cleanup-fn-websocket.md
+6 −0 .changes/clipboard-drop.md
+6 −0 .changes/http-dangerous-settings.md
+6 −0 .changes/objc2-log.md
+6 −0 .changes/updater-unknown-fields.md
+2 −1 .taurignore
+7 −7 Cargo.lock
+6 −0 examples/api/CHANGELOG.md
+3 −3 examples/api/package.json
+8 −0 examples/api/src-tauri/CHANGELOG.md
+4 −4 examples/api/src-tauri/Cargo.toml
+4 −4 package.json
+32 −6 plugins/clipboard-manager/src/desktop.rs
+7 −1 plugins/clipboard-manager/src/lib.rs
+1 −1 plugins/deep-link/examples/app/package.json
+4 −0 plugins/geolocation/CHANGELOG.md
+1 −1 plugins/geolocation/Cargo.toml
+1 −1 plugins/geolocation/package.json
+1 −1 plugins/geolocation/src/error.rs
+4 −0 plugins/haptics/CHANGELOG.md
+1 −1 plugins/haptics/Cargo.toml
+1 −1 plugins/haptics/package.json
+1 −1 plugins/haptics/src/error.rs
+1 −0 plugins/http/Cargo.toml
+1 −1 plugins/http/api-iife.js
+24 −1 plugins/http/guest-js/index.ts
+28 −0 plugins/http/src/commands.rs
+2 −0 plugins/http/src/error.rs
+7 −4 plugins/log/Cargo.toml
+17 −1 plugins/log/README.md
+6 −26 plugins/log/src/lib.rs
+4 −0 plugins/opener/CHANGELOG.md
+5 −3 plugins/opener/Cargo.toml
+1 −1 plugins/opener/package.json
+3 −3 plugins/opener/src/commands.rs
+1 −1 plugins/process/permissions/autogenerated/reference.md
+1 −1 plugins/process/permissions/default.toml
+2 −2 plugins/process/permissions/schemas/schema.json
+1 −1 plugins/single-instance/examples/vanilla/package.json
+1 −1 plugins/store/examples/AppSettingsManager/package.json
+1 −1 plugins/updater/api-iife.js
+3 −0 plugins/updater/guest-js/index.ts
+2 −0 plugins/updater/src/commands.rs
+6 −1 plugins/updater/src/updater.rs
+1 −1 plugins/websocket/api-iife.js
+1 −1 plugins/websocket/examples/tauri-app/package.json
+9 −5 plugins/websocket/guest-js/index.ts
+4 −0 plugins/window-state/CHANGELOG.md
+1 −1 plugins/window-state/Cargo.toml
+1 −1 plugins/window-state/package.json
+22 −1 plugins/window-state/src/lib.rs
+389 −377 pnpm-lock.yaml

0 comments on commit 344f35d

Please sign in to comment.