@nocobase/plugin-logger 1.7.0-beta.1 → 1.7.0-beta.2

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": "1.7.0-beta.1",
11
+ "@nocobase/client": "1.7.0-beta.2",
12
12
  "react": "18.2.0",
13
13
  "antd": "5.12.8",
14
14
  "@ant-design/icons": "5.6.1",
15
15
  "ahooks": "3.7.8",
16
- "@nocobase/server": "1.7.0-beta.1",
16
+ "@nocobase/server": "1.7.0-beta.2",
17
17
  "react-i18next": "11.18.6",
18
- "@nocobase/actions": "1.7.0-beta.1",
19
- "@nocobase/logger": "1.7.0-beta.1",
18
+ "@nocobase/actions": "1.7.0-beta.2",
19
+ "@nocobase/logger": "1.7.0-beta.2",
20
20
  "lodash": "4.17.21"
21
21
  };
@@ -0,0 +1,9 @@
1
+ {
2
+ "Logger": "Logger",
3
+ "Search": "Suche",
4
+ "Download": "Herunterladen",
5
+ "Download logs": "Protokolle herunterladen",
6
+ "API request and response logs": "API-Anfrage- und Antwortprotokolle",
7
+ "Application, database, plugins and other system logs, the error level logs will be sent to": "Anwendungs-, Datenbank-, Plugin- und andere Systemprotokolle, die Fehlerprotokolle werden gesendet an",
8
+ "SQL execution logs, printed by Sequelize when the db logging is enabled": "SQL-Ausführungsprotokolle, die von Sequelize ausgegeben werden, wenn das DB-Logging aktiviert ist"
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "Logger": "Logger",
3
+ "Search": "Zoeken",
4
+ "Download": "Download",
5
+ "Download logs": "Logs downloaden",
6
+ "API request and response logs": "API request and response logs",
7
+ "Application, database, plugins and other system logs, the error level logs will be sent to": "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 execution logs, printed by Sequelize when the db logging is enabled"
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-03-11T05:18:55.861Z"}
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-03-13T14:01:33.057Z"}
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "日志",
5
5
  "description": "Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.",
6
6
  "description.zh-CN": "服务端日志,主要包括接口请求日志和系统运行日志,并支持打包和下载日志文件。",
7
- "version": "1.7.0-beta.1",
7
+ "version": "1.7.0-beta.2",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/logger",
@@ -19,7 +19,7 @@
19
19
  "@nocobase/server": "1.x",
20
20
  "@nocobase/test": "1.x"
21
21
  },
22
- "gitHead": "374a1bc60b3d55fd8b532a57c8fe0423eed1d11e",
22
+ "gitHead": "58b206bdfca521e79a69989ca55dd19075dca523",
23
23
  "keywords": [
24
24
  "Logging and monitoring"
25
25
  ]