@tauri-apps/plugin-process
Advanced tools
+2
-2
| { | ||
| "name": "@tauri-apps/plugin-process", | ||
| "version": "2.3.0", | ||
| "version": "2.3.1", | ||
| "license": "MIT OR Apache-2.0", | ||
@@ -27,4 +27,4 @@ "authors": [ | ||
| "dependencies": { | ||
| "@tauri-apps/api": "^2.6.0" | ||
| "@tauri-apps/api": "^2.8.0" | ||
| } | ||
| } |
+0
-9
@@ -36,4 +36,2 @@  | ||
| > Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use. | ||
| ```sh | ||
@@ -45,9 +43,2 @@ pnpm add @tauri-apps/plugin-process | ||
| yarn add @tauri-apps/plugin-process | ||
| # alternatively with Git: | ||
| pnpm add https://github.com/tauri-apps/tauri-plugin-process#v2 | ||
| # or | ||
| npm add https://github.com/tauri-apps/tauri-plugin-process#v2 | ||
| # or | ||
| yarn add https://github.com/tauri-apps/tauri-plugin-process#v2 | ||
| ``` | ||
@@ -54,0 +45,0 @@ |
7025
-5.69%94
-8.74%Updated