@upsoft/patchkit-launcher-runtime-base 2.0.0-alpha.3 → 2.0.0-alpha.5
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/fetch-settings.d.ts.map +1 -1
- package/dist/fetch-settings.js +15 -81
- package/dist/fetch-settings.js.map +1 -1
- package/dist/retrieve-app-registered-branches-state.d.ts.map +1 -1
- package/dist/retrieve-app-registered-branches-state.js +13 -16
- package/dist/retrieve-app-registered-branches-state.js.map +1 -1
- package/dist/retrieve-apps-registered-branches-state.js +5 -5
- package/dist/retrieve-apps-registered-branches-state.js.map +1 -1
- package/dist/settings-lock.js +1 -1
- package/dist/settings-lock.js.map +1 -1
- package/dist/tsconfig.src.tsbuildinfo +1 -1
- package/package.json +14 -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.5",
|
|
4
4
|
"main": "dist/$index.js",
|
|
5
5
|
"types": "dist/$index.d.ts",
|
|
6
6
|
"troyConfig": {
|
|
@@ -32,18 +32,18 @@
|
|
|
32
32
|
"typia": "^6.0.0",
|
|
33
33
|
"uuid": "^9.0.0",
|
|
34
34
|
"zip-a-folder": "^1.0.0",
|
|
35
|
-
"@upsoft/patchkit-api-electron-client": "2.0.0-alpha.
|
|
36
|
-
"@upsoft/patchkit-api-
|
|
37
|
-
"@upsoft/patchkit-api-
|
|
38
|
-
"@upsoft/patchkit-
|
|
39
|
-
"@upsoft/patchkit-
|
|
40
|
-
"@upsoft/patchkit-launcher-foundation": "2.0.0-alpha.
|
|
41
|
-
"@upsoft/patchkit-launcher-runtime-api-foundation": "2.0.0-alpha.
|
|
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.
|
|
35
|
+
"@upsoft/patchkit-api-electron-client": "2.0.0-alpha.5",
|
|
36
|
+
"@upsoft/patchkit-api-client": "2.0.0-alpha.5",
|
|
37
|
+
"@upsoft/patchkit-api-foundation": "2.0.0-alpha.5",
|
|
38
|
+
"@upsoft/patchkit-api-native-client": "2.0.0-alpha.5",
|
|
39
|
+
"@upsoft/patchkit-app-electron-client": "2.0.0-alpha.5",
|
|
40
|
+
"@upsoft/patchkit-launcher-foundation": "2.0.0-alpha.5",
|
|
41
|
+
"@upsoft/patchkit-launcher-runtime-api-foundation": "2.0.0-alpha.5",
|
|
42
|
+
"@upsoft/patchkit-launcher-runtime-foundation": "2.0.0-alpha.5",
|
|
43
|
+
"@upsoft/troy-cache-client": "2.0.0-alpha.5",
|
|
44
|
+
"@upsoft/troy-file-store-native-client": "2.0.0-alpha.5",
|
|
45
|
+
"@upsoft/troy-foundation": "2.0.0-alpha.5",
|
|
46
|
+
"@upsoft/troy-json": "2.0.0-alpha.5"
|
|
47
47
|
},
|
|
48
48
|
"dependenciesTroyMeta": {
|
|
49
49
|
"express": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@types/js-yaml": "^4.0.0",
|
|
86
86
|
"@types/node": "^22.0.0",
|
|
87
87
|
"@types/uuid": "^9.0.0",
|
|
88
|
-
"@upsoft/troy-ts-standard-package-dev-tools": "2.0.0-alpha.
|
|
88
|
+
"@upsoft/troy-ts-standard-package-dev-tools": "2.0.0-alpha.5"
|
|
89
89
|
},
|
|
90
90
|
"scripts": {
|
|
91
91
|
"_phase:build": "build-troy-ts-standard-package",
|