@upsoft/patchkit-launcher-runtime-base 2.0.0-alpha.23 → 2.0.0-alpha.24
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-app-branch-latest-version-id.d.ts","sourceRoot":"","sources":["../src/fetch-app-branch-latest-version-id.ts"],"names":[],"mappings":"AAAA,OAAO,EAAK,EAAE,EAAE,MAAM,KAAK,CAAC;AAI5B,eAAO,MAAQ,6BAA6B;;
|
|
1
|
+
{"version":3,"file":"fetch-app-branch-latest-version-id.d.ts","sourceRoot":"","sources":["../src/fetch-app-branch-latest-version-id.ts"],"names":[],"mappings":"AAAA,OAAO,EAAK,EAAE,EAAE,MAAM,KAAK,CAAC;AAI5B,eAAO,MAAQ,6BAA6B;;kBAAlB,CAAC;;sBA8BxB,CAAC"}
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.fetchAppBranchLatestVersionId = void 0;
|
|
4
4
|
const _1 = require("./$");
|
|
5
|
-
const
|
|
5
|
+
const fetch_app_branch_latest_partially_published_version_id_1 = require("./fetch-app-branch-latest-partially-published-version-id");
|
|
6
6
|
exports.fetchAppBranchLatestVersionId = _1.__.declareManagedFunc()
|
|
7
7
|
.async()
|
|
8
8
|
.def(_1._.fetchAppBranchLatestVersionIdDef)
|
|
9
9
|
.execute(async ({ appId, appAccessToken, appBranchId, }) => {
|
|
10
10
|
try {
|
|
11
|
-
return await (0,
|
|
11
|
+
return await (0, fetch_app_branch_latest_partially_published_version_id_1.fetchAppBranchLatestPartiallyPublishedVersionId)({
|
|
12
12
|
appId,
|
|
13
13
|
appAccessToken,
|
|
14
14
|
appBranchId,
|
|
15
15
|
});
|
|
16
16
|
}
|
|
17
17
|
catch (e) {
|
|
18
|
-
if (e instanceof _1._.
|
|
18
|
+
if (e instanceof _1._.AppBranchLatestPartiallyPublishedVersionDoesNotExist) {
|
|
19
19
|
throw new _1._.AppBranchLatestVersionDoesNotExist();
|
|
20
20
|
}
|
|
21
21
|
throw e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-app-branch-latest-version-id.js","sourceRoot":"","sources":["../src/fetch-app-branch-latest-version-id.ts"],"names":[],"mappings":";;;AAAA,0BAA4B;AAE5B,
|
|
1
|
+
{"version":3,"file":"fetch-app-branch-latest-version-id.js","sourceRoot":"","sources":["../src/fetch-app-branch-latest-version-id.ts"],"names":[],"mappings":";;;AAAA,0BAA4B;AAE5B,qIAA2H;AAE5G,qCAA6B,GAAK,KAAE,CAAC,kBAAkB,EAAE;KACrE,KAAK,EAAE;KACP,GAAG,CAAC,IAAC,CAAC,gCAAgC,CAAC;KACvC,OAAO,CACN,KAAK,EACH,EACE,KAAK,EACL,cAAc,EACd,WAAW,GACZ,EACD,EAAE;IAEF,IACA,CAAC;QACC,OAAO,MAAM,IAAA,wGAA+C,EAAC;YAC3D,KAAK;YACL,cAAc;YACd,WAAW;SACZ,CAAC,CAAC;IACL,CAAC;IACD,OAAO,CAAC,EACR,CAAC;QACC,IAAI,CAAC,YAAY,IAAC,CAAC,oDAAoD,EACvE,CAAC;YACC,MAAM,IAAI,IAAC,CAAC,kCAAkC,EAAE,CAAC;QACnD,CAAC;QAED,MAAM,CAAC,CAAC;IACV,CAAC;AACH,CAAC,CACF,+BAAC"}
|