@purpleschool/rugpt-lib-common 0.0.48 → 0.0.49

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.
@@ -769,7 +769,7 @@ exports.ERRORS = {
769
769
  INTERNAL_SERVER_ERROR: {
770
770
  code: "COMMON.INTERNAL_SERVER_ERROR",
771
771
  httpCode: 500,
772
- message: "Ошибка севера",
772
+ message: "Ошибка сервера",
773
773
  },
774
774
  },
775
775
  COMMUNITY_POST: {
package/errors/errors.ts CHANGED
@@ -781,7 +781,7 @@ export const ERRORS = {
781
781
  INTERNAL_SERVER_ERROR: {
782
782
  code: "COMMON.INTERNAL_SERVER_ERROR",
783
783
  httpCode: 500,
784
- message: "Ошибка севера",
784
+ message: "Ошибка сервера",
785
785
  },
786
786
  },
787
787
  COMMUNITY_POST: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpleschool/rugpt-lib-common",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",