@choochmeque/tauri-plugin-sharekit-api 0.2.3 → 0.2.5
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/LICENSE +1 -1
- package/package.json +5 -5
package/LICENSE
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@choochmeque/tauri-plugin-sharekit-api",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
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
|
+
"@eslint/js": "9.39.2",
|
|
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": "9.
|
|
44
|
+
"prettier": "3.7.4",
|
|
45
|
+
"eslint": "9.39.2",
|
|
46
46
|
"eslint-config-prettier": "10.1.8",
|
|
47
47
|
"eslint-plugin-security": "3.0.1",
|
|
48
|
-
"typescript-eslint": "8.
|
|
48
|
+
"typescript-eslint": "8.51.0"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "rollup -c",
|