rds_ssm_connect 1.8.3 → 1.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rds_ssm_connect",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -10,28 +10,28 @@
10
10
  "@aws-sdk/client-ec2": "^3.985.0",
11
11
  "@aws-sdk/client-rds": "^3.985.0",
12
12
  "@aws-sdk/client-ssm": "^3.985.0",
13
- "fast-xml-parser": "^5.3.4",
13
+ "fast-xml-parser": "^5.3.6",
14
14
  "glob": "^13.0.0",
15
15
  "inquirer": "^13.2.2",
16
16
  "rimraf": "^6.1.2"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@biomejs/biome": "^2.3.14",
20
- "@eslint/js": "^9.39.2",
20
+ "@eslint/js": "^10.0.0",
21
21
  "@sveltejs/vite-plugin-svelte": "^5.1.1",
22
22
  "@tauri-apps/api": "^2.10.1",
23
23
  "@tauri-apps/cli": "^2.10.0",
24
24
  "@yao-pkg/pkg": "^6.12.0",
25
25
  "canvas": "^3.2.1",
26
26
  "esbuild": "^0.27.3",
27
- "eslint": "^9.39.2",
28
- "eslint-plugin-svelte": "^3.14.0",
27
+ "eslint": "^10.0.2",
28
+ "eslint-plugin-svelte": "^3.15.0",
29
29
  "globals": "^17.3.0",
30
30
  "svelte": "^5.50.0",
31
31
  "vite": "^6.4.1"
32
32
  },
33
33
  "overrides": {
34
- "fast-xml-parser": "^5.3.4"
34
+ "fast-xml-parser": "^5.3.6"
35
35
  },
36
36
  "bin": {
37
37
  "rds_ssm_connect": "./connect.js"
@@ -3050,7 +3050,7 @@ checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
3050
3050
 
3051
3051
  [[package]]
3052
3052
  name = "rds-ssm-connect"
3053
- version = "1.8.2"
3053
+ version = "1.8.3"
3054
3054
  dependencies = [
3055
3055
  "reqwest 0.12.28",
3056
3056
  "semver",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "rds-ssm-connect"
3
- version = "1.8.2"
3
+ version = "1.8.3"
4
4
  description = "Secure RDS connections through AWS SSM"
5
5
  authors = ["Iaroslav Pyrogov"]
6
6
  edition = "2024"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://schema.tauri.app/config/2",
3
3
  "productName": "RDS SSM Connect",
4
- "version": "1.8.2",
4
+ "version": "1.8.3",
5
5
  "identifier": "com.rds-ssm-connect.desktop",
6
6
  "build": {
7
7
  "beforeDevCommand": "npm run dev:vite",