mtranserver 4.0.27 → 4.0.28
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 +2 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -213878,7 +213878,7 @@ __export(exports_version, {
|
|
|
213878
213878
|
function getVersion() {
|
|
213879
213879
|
return VERSION;
|
|
213880
213880
|
}
|
|
213881
|
-
var VERSION = "4.0.
|
|
213881
|
+
var VERSION = "4.0.28";
|
|
213882
213882
|
|
|
213883
213883
|
// src/server/index.ts
|
|
213884
213884
|
init_config();
|
|
@@ -215680,7 +215680,7 @@ var swagger_default = {
|
|
|
215680
215680
|
},
|
|
215681
215681
|
info: {
|
|
215682
215682
|
title: "MTranServer API",
|
|
215683
|
-
version: "4.0.
|
|
215683
|
+
version: "4.0.28",
|
|
215684
215684
|
description: "Translation server API",
|
|
215685
215685
|
license: {
|
|
215686
215686
|
name: "Apache-2.0"
|