@nemigo/electron 2.3.0 → 2.3.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.
Files changed (2) hide show
  1. package/LICENSE +2 -2
  2. package/package.json +5 -5
package/LICENSE CHANGED
@@ -1,8 +1,8 @@
1
1
  Mozilla Public License Version 2.0
2
2
  ==================================
3
3
 
4
- Copyright (c) 2025-2026 Logvin Vladislav
5
- Автор: Logvin Vladislav
4
+ Copyright (c) 2025-2026 Vladislav Logvin
5
+ Автор: Vladislav Logvin
6
6
  Contacts:
7
7
  - Email: vlad.logvin84@gmail.com
8
8
  - Phone: +7 (915) 536-39-01
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@nemigo/electron",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
4
  "private": false,
5
5
  "license": "MPL-2.0",
6
6
  "author": {
7
- "name": "Logvin Vladislav",
7
+ "name": "Vladislav Logvin",
8
8
  "email": "vlad.logvin84@gmail.com",
9
9
  "url": "https://github.com/Black1358"
10
10
  },
@@ -32,8 +32,8 @@
32
32
  "electron": ">=39.2.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@nemigo/configs": "2.3.0",
36
- "@nemigo/helpers": "2.3.0",
37
- "electron": "39.2.6"
35
+ "@nemigo/configs": "2.3.5",
36
+ "@nemigo/helpers": "2.3.2",
37
+ "electron": "39.2.7"
38
38
  }
39
39
  }