@qpjoy/electron-launcher-app-h2o 2.0.0 → 2.2.0
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 +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qpjoy/electron-launcher-app-h2o",
|
|
3
3
|
"productName": "MX-H2I H2O",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.2.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "QPJoy",
|
|
7
7
|
"description": "Home To Oversea embed network plugin for MX-H2I AppCenter.",
|
|
@@ -16,15 +16,15 @@
|
|
|
16
16
|
"access": "public"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@qpjoy/electron-launcher": "2.
|
|
20
|
-
"@qpjoy/electron-
|
|
21
|
-
"@qpjoy/electron-
|
|
19
|
+
"@qpjoy/electron-launcher": "2.2.0",
|
|
20
|
+
"@qpjoy/electron-plugin-tunnel": "^0.1.17",
|
|
21
|
+
"@qpjoy/electron-core-mihomo": "^0.1.1"
|
|
22
22
|
},
|
|
23
23
|
"optionalDependencies": {
|
|
24
|
-
"@qpjoy/electron-plugin-tunnel-engine-darwin-arm64": "^0.1.5",
|
|
25
|
-
"@qpjoy/electron-plugin-tunnel-engine-linux-x64": "^0.1.5",
|
|
26
24
|
"@qpjoy/electron-plugin-tunnel-engine-darwin-x64": "^0.1.5",
|
|
25
|
+
"@qpjoy/electron-plugin-tunnel-engine-darwin-arm64": "^0.1.5",
|
|
27
26
|
"@qpjoy/electron-plugin-tunnel-engine-linux-arm64": "^0.1.5",
|
|
27
|
+
"@qpjoy/electron-plugin-tunnel-engine-linux-x64": "^0.1.5",
|
|
28
28
|
"@qpjoy/electron-plugin-tunnel-engine-win32-x64": "^0.1.5"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|