@tauri-apps/plugin-dialog 2.3.1 → 2.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -9
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -33,21 +33,12 @@ tauri-plugin-dialog = { git = "https://github.com/tauri-apps/plugins-workspace",
|
|
|
33
33
|
|
|
34
34
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
|
35
35
|
|
|
36
|
-
> 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.
|
|
37
|
-
|
|
38
36
|
```sh
|
|
39
37
|
pnpm add @tauri-apps/plugin-dialog
|
|
40
38
|
# or
|
|
41
39
|
npm add @tauri-apps/plugin-dialog
|
|
42
40
|
# or
|
|
43
41
|
yarn add @tauri-apps/plugin-dialog
|
|
44
|
-
|
|
45
|
-
# alternatively with Git:
|
|
46
|
-
pnpm add https://github.com/tauri-apps/tauri-plugin-dialog#v2
|
|
47
|
-
# or
|
|
48
|
-
npm add https://github.com/tauri-apps/tauri-plugin-dialog#v2
|
|
49
|
-
# or
|
|
50
|
-
yarn add https://github.com/tauri-apps/tauri-plugin-dialog#v2
|
|
51
42
|
```
|
|
52
43
|
|
|
53
44
|
## Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tauri-apps/plugin-dialog",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
4
4
|
"license": "MIT OR Apache-2.0",
|
|
5
5
|
"authors": [
|
|
6
6
|
"Tauri Programme within The Commons Conservancy"
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
"LICENSE"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@tauri-apps/api": "^2.
|
|
27
|
+
"@tauri-apps/api": "^2.8.0"
|
|
28
28
|
}
|
|
29
29
|
}
|