@nocobase/plugin-logger 2.0.0-alpha.41 → 2.0.0-alpha.43

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.
@@ -8,14 +8,14 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.0-alpha.41",
11
+ "@nocobase/client": "2.0.0-alpha.43",
12
12
  "react": "18.2.0",
13
13
  "antd": "5.24.2",
14
14
  "@ant-design/icons": "5.6.1",
15
15
  "ahooks": "3.7.8",
16
- "@nocobase/server": "2.0.0-alpha.41",
16
+ "@nocobase/server": "2.0.0-alpha.43",
17
17
  "react-i18next": "11.18.6",
18
- "@nocobase/actions": "2.0.0-alpha.41",
19
- "@nocobase/logger": "2.0.0-alpha.41",
18
+ "@nocobase/actions": "2.0.0-alpha.43",
19
+ "@nocobase/logger": "2.0.0-alpha.43",
20
20
  "lodash": "4.17.21"
21
21
  };
@@ -0,0 +1,9 @@
1
+ {
2
+ "Logger": "Логгер",
3
+ "Search": "Поиск",
4
+ "Download": "Скачать",
5
+ "Download logs": "Скачать логи",
6
+ "API request and response logs": "Логи запросов и ответов API",
7
+ "Application, database, plugins and other system logs, the error level logs will be sent to": "Логи приложения, базы данных, плагинов и других систем, логи уровня ошибок будут отправлены в",
8
+ "SQL execution logs, printed by Sequelize when the db logging is enabled": "Логи выполнения SQL, выводимые Sequelize при включенном логировании базы данных"
9
+ }
@@ -1 +1 @@
1
- {"name":"tar-fs","version":"3.0.4","description":"filesystem bindings for tar-stream","dependencies":{"mkdirp-classic":"^0.5.2","pump":"^3.0.0","tar-stream":"^3.1.5"},"files":["index.js"],"standard":{"ignore":["test/fixtures/**"]},"keywords":["tar","fs","file","tarball","directory","stream"],"devDependencies":{"brittle":"^3.1.3","rimraf":"^2.6.3","standard":"^17.0.1"},"scripts":{"test":"standard && brittle test/index.js"},"bugs":{"url":"https://github.com/mafintosh/tar-fs/issues"},"homepage":"https://github.com/mafintosh/tar-fs","main":"index.js","directories":{"test":"test"},"author":"Mathias Buus","license":"MIT","repository":{"type":"git","url":"https://github.com/mafintosh/tar-fs.git"},"_lastModified":"2025-11-19T01:21:37.098Z"}
1
+ {"name":"tar-fs","version":"3.0.4","description":"filesystem bindings for tar-stream","dependencies":{"mkdirp-classic":"^0.5.2","pump":"^3.0.0","tar-stream":"^3.1.5"},"files":["index.js"],"standard":{"ignore":["test/fixtures/**"]},"keywords":["tar","fs","file","tarball","directory","stream"],"devDependencies":{"brittle":"^3.1.3","rimraf":"^2.6.3","standard":"^17.0.1"},"scripts":{"test":"standard && brittle test/index.js"},"bugs":{"url":"https://github.com/mafintosh/tar-fs/issues"},"homepage":"https://github.com/mafintosh/tar-fs","main":"index.js","directories":{"test":"test"},"author":"Mathias Buus","license":"MIT","repository":{"type":"git","url":"https://github.com/mafintosh/tar-fs.git"},"_lastModified":"2025-11-20T04:17:11.880Z"}
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-logger",
3
3
  "displayName": "Logger",
4
+ "displayName.ru-RU": "Логгер",
4
5
  "displayName.zh-CN": "日志",
5
6
  "description": "Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.",
7
+ "description.ru-RU": "Серверные логи, включают журналы запросов API и системные журналы, с возможностью архивации и скачивания лог-файлов.",
6
8
  "description.zh-CN": "服务端日志,主要包括接口请求日志和系统运行日志,并支持打包和下载日志文件。",
7
- "version": "2.0.0-alpha.41",
9
+ "version": "2.0.0-alpha.43",
8
10
  "license": "AGPL-3.0",
9
11
  "main": "dist/server/index.js",
10
12
  "homepage": "https://docs.nocobase.com/handbook/logger",
13
+ "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/logger",
11
14
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/logger",
12
15
  "devDependencies": {
13
16
  "@types/tar-fs": "^2.0.2",
@@ -19,7 +22,7 @@
19
22
  "@nocobase/server": "2.x",
20
23
  "@nocobase/test": "2.x"
21
24
  },
22
- "gitHead": "889e81eef0280c2e45571bd0a4b2db6aa004f8c1",
25
+ "gitHead": "5e1b7446db50446b80427240a38a9417f3742c05",
23
26
  "keywords": [
24
27
  "Logging and monitoring"
25
28
  ]