@choochmeque/tauri-plugin-sharekit-api 0.1.0 → 0.1.2
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@choochmeque/tauri-plugin-sharekit-api",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"license": "MIT or APACHE-2.0",
|
|
5
5
|
"authors": "you",
|
|
6
6
|
"description": "A Tauri v2 plugin that enables sharing content with the Android and iOS native sharing interfaces.",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@eslint/js": "9.9.0",
|
|
39
|
-
"@rollup/plugin-node-resolve": "
|
|
39
|
+
"@rollup/plugin-node-resolve": "16.0.1",
|
|
40
40
|
"@rollup/plugin-terser": "0.4.4",
|
|
41
|
-
"@rollup/plugin-typescript": "
|
|
41
|
+
"@rollup/plugin-typescript": "12.1.4",
|
|
42
42
|
"@types/eslint__js": "8.42.3",
|
|
43
43
|
"covector": "^0.12.0",
|
|
44
44
|
"eslint": "9.34.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"rollup": "4.21.0",
|
|
49
49
|
"tslib": "2.6.3",
|
|
50
50
|
"typescript": "5.9.2",
|
|
51
|
-
"typescript-eslint": "8.
|
|
51
|
+
"typescript-eslint": "8.41.0"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"build": "rollup -c",
|