@choochmeque/tauri-plugin-sharekit-api 0.2.3 → 0.2.4

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.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +4 -4
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Matt Gabrenya
3
+ Copyright (c) 2025 Vladimir Pankratov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choochmeque/tauri-plugin-sharekit-api",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
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.36.0",
39
+ "@eslint/js": "9.39.1",
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
44
  "prettier": "3.6.2",
45
- "eslint": "9.36.0",
45
+ "eslint": "9.39.1",
46
46
  "eslint-config-prettier": "10.1.8",
47
47
  "eslint-plugin-security": "3.0.1",
48
- "typescript-eslint": "8.45.0"
48
+ "typescript-eslint": "8.47.0"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "rollup -c",