mtranserver 4.0.17 → 4.0.18
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/main.js +3 -3
- package/dist/main.js.map +2 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -214257,7 +214257,7 @@ __export(exports_version, {
|
|
|
214257
214257
|
function getVersion() {
|
|
214258
214258
|
return VERSION;
|
|
214259
214259
|
}
|
|
214260
|
-
var VERSION = "4.0.
|
|
214260
|
+
var VERSION = "4.0.18";
|
|
214261
214261
|
|
|
214262
214262
|
// src/server/index.ts
|
|
214263
214263
|
init_config();
|
|
@@ -215894,7 +215894,7 @@ var swagger_default = {
|
|
|
215894
215894
|
},
|
|
215895
215895
|
info: {
|
|
215896
215896
|
title: "MTranServer API",
|
|
215897
|
-
version: "4.0.
|
|
215897
|
+
version: "4.0.18",
|
|
215898
215898
|
description: "Translation server API",
|
|
215899
215899
|
license: {
|
|
215900
215900
|
name: "Apache-2.0"
|
|
@@ -216625,5 +216625,5 @@ run().catch((error2) => {
|
|
|
216625
216625
|
fatal("Failed to start server:", error2);
|
|
216626
216626
|
});
|
|
216627
216627
|
|
|
216628
|
-
//# debugId=
|
|
216628
|
+
//# debugId=CB75FB2114D7B08B64756E2164756E21
|
|
216629
216629
|
//# sourceMappingURL=main.js.map
|