@choochmeque/tauri-plugin-sharekit-api 0.3.0 → 0.3.1
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 +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ Install the Core plugin by adding the following to your `Cargo.toml` file:
|
|
|
22
22
|
|
|
23
23
|
```toml
|
|
24
24
|
[dependencies]
|
|
25
|
-
tauri-plugin-sharekit = "0.
|
|
25
|
+
tauri-plugin-sharekit = "0.3"
|
|
26
26
|
# alternatively with Git:
|
|
27
27
|
tauri-plugin-sharekit = { git = "https://github.com/Choochmeque/tauri-plugin-sharekit" }
|
|
28
28
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@choochmeque/tauri-plugin-sharekit-api",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "You",
|
|
6
6
|
"description": "A Tauri v2 plugin that enables sharing content with native sharing interfaces on Android, iOS, macOS and Windows.",
|
|
@@ -36,16 +36,16 @@
|
|
|
36
36
|
"@tauri-apps/api": "^2.6.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@eslint/js": "9.39.
|
|
39
|
+
"@eslint/js": "9.39.3",
|
|
40
40
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
41
41
|
"rollup": "^4.9.6",
|
|
42
42
|
"tslib": "^2.6.2",
|
|
43
43
|
"typescript": "^5.3.3",
|
|
44
|
-
"prettier": "3.
|
|
45
|
-
"eslint": "
|
|
44
|
+
"prettier": "3.8.1",
|
|
45
|
+
"eslint": "10.0.1",
|
|
46
46
|
"eslint-config-prettier": "10.1.8",
|
|
47
|
-
"eslint-plugin-security": "
|
|
48
|
-
"typescript-eslint": "8.
|
|
47
|
+
"eslint-plugin-security": "4.0.0",
|
|
48
|
+
"typescript-eslint": "8.56.1"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "rollup -c",
|