@upsoft/patchkit-launcher-runtime-base 2.0.0-alpha.12 → 2.0.0-alpha.13
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/dist/$global-deps.d.ts +1 -0
- package/dist/$global-deps.d.ts.map +1 -1
- package/dist/$global-deps.js +2 -1
- package/dist/$global-deps.js.map +1 -1
- package/dist/check-apps-branches-process.d.ts.map +1 -1
- package/dist/check-apps-branches-process.js +57 -14
- package/dist/check-apps-branches-process.js.map +1 -1
- package/dist/tsconfig.src.tsbuildinfo +1 -1
- package/package.json +15 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@upsoft/patchkit-launcher-runtime-base",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.13",
|
|
4
4
|
"main": "dist/$index.js",
|
|
5
5
|
"types": "dist/$index.d.ts",
|
|
6
6
|
"troyConfig": {
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"electron-localshortcut": "^3.0.0",
|
|
23
23
|
"electron-updater": "^5.3.0",
|
|
24
24
|
"express": "^4.0.0",
|
|
25
|
+
"find-process": "^2.0.0",
|
|
25
26
|
"is-running": "^2.0.0",
|
|
26
27
|
"js-yaml": "^4.0.0",
|
|
27
28
|
"png2icons": "^2.0.0",
|
|
@@ -32,18 +33,18 @@
|
|
|
32
33
|
"typia": "^6.0.0",
|
|
33
34
|
"uuid": "^9.0.0",
|
|
34
35
|
"zip-a-folder": "^1.0.0",
|
|
35
|
-
"@upsoft/patchkit-api-client": "2.0.0-alpha.
|
|
36
|
-
"@upsoft/patchkit-api-foundation": "2.0.0-alpha.
|
|
37
|
-
"@upsoft/patchkit-api-
|
|
38
|
-
"@upsoft/patchkit-
|
|
39
|
-
"@upsoft/patchkit-
|
|
40
|
-
"@upsoft/patchkit-launcher-foundation": "2.0.0-alpha.
|
|
41
|
-
"@upsoft/patchkit-launcher-runtime-
|
|
42
|
-
"@upsoft/patchkit-launcher-runtime-foundation": "2.0.0-alpha.
|
|
43
|
-
"@upsoft/troy-cache-client": "2.0.0-alpha.
|
|
44
|
-
"@upsoft/troy-file-store-native-client": "2.0.0-alpha.
|
|
45
|
-
"@upsoft/troy-foundation": "2.0.0-alpha.
|
|
46
|
-
"@upsoft/troy-json": "2.0.0-alpha.
|
|
36
|
+
"@upsoft/patchkit-api-client": "2.0.0-alpha.13",
|
|
37
|
+
"@upsoft/patchkit-api-foundation": "2.0.0-alpha.13",
|
|
38
|
+
"@upsoft/patchkit-api-electron-client": "2.0.0-alpha.13",
|
|
39
|
+
"@upsoft/patchkit-api-native-client": "2.0.0-alpha.13",
|
|
40
|
+
"@upsoft/patchkit-app-electron-client": "2.0.0-alpha.13",
|
|
41
|
+
"@upsoft/patchkit-launcher-foundation": "2.0.0-alpha.13",
|
|
42
|
+
"@upsoft/patchkit-launcher-runtime-foundation": "2.0.0-alpha.13",
|
|
43
|
+
"@upsoft/patchkit-launcher-runtime-api-foundation": "2.0.0-alpha.13",
|
|
44
|
+
"@upsoft/troy-cache-client": "2.0.0-alpha.13",
|
|
45
|
+
"@upsoft/troy-file-store-native-client": "2.0.0-alpha.13",
|
|
46
|
+
"@upsoft/troy-foundation": "2.0.0-alpha.13",
|
|
47
|
+
"@upsoft/troy-json": "2.0.0-alpha.13"
|
|
47
48
|
},
|
|
48
49
|
"dependenciesTroyMeta": {
|
|
49
50
|
"express": {
|
|
@@ -85,7 +86,7 @@
|
|
|
85
86
|
"@types/js-yaml": "^4.0.0",
|
|
86
87
|
"@types/node": "^22.0.0",
|
|
87
88
|
"@types/uuid": "^9.0.0",
|
|
88
|
-
"@upsoft/troy-ts-standard-package-dev-tools": "2.0.0-alpha.
|
|
89
|
+
"@upsoft/troy-ts-standard-package-dev-tools": "2.0.0-alpha.13"
|
|
89
90
|
},
|
|
90
91
|
"scripts": {
|
|
91
92
|
"_phase:build": "build-troy-ts-standard-package",
|