@nocobase/plugin-logger 1.7.0-alpha.1 → 1.7.0-alpha.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.
package/dist/externalVersion.js
CHANGED
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.7.0-alpha.
|
|
11
|
+
"@nocobase/client": "1.7.0-alpha.2",
|
|
12
12
|
"react": "18.2.0",
|
|
13
|
-
"antd": "5.
|
|
13
|
+
"antd": "5.24.2",
|
|
14
14
|
"@ant-design/icons": "5.6.1",
|
|
15
15
|
"ahooks": "3.7.8",
|
|
16
|
-
"@nocobase/server": "1.7.0-alpha.
|
|
16
|
+
"@nocobase/server": "1.7.0-alpha.2",
|
|
17
17
|
"react-i18next": "11.18.6",
|
|
18
|
-
"@nocobase/actions": "1.7.0-alpha.
|
|
19
|
-
"@nocobase/logger": "1.7.0-alpha.
|
|
18
|
+
"@nocobase/actions": "1.7.0-alpha.2",
|
|
19
|
+
"@nocobase/logger": "1.7.0-alpha.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 verzoek en antwoordlogs",
|
|
7
|
+
"Application, database, plugins and other system logs, the error level logs will be sent to": "Toepassing, database, plug-ins en andere systeemlogs, waarnaar de foutniveaulogs worden verzonden",
|
|
8
|
+
"SQL execution logs, printed by Sequelize when the db logging is enabled": "SQL-uitvoeringslogboeken, afgedrukt door Sequelize wanneer de databaseregistratie is ingeschakeld"
|
|
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-
|
|
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-14T23:25:44.224Z"}
|
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-alpha.
|
|
7
|
+
"version": "1.7.0-alpha.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": "
|
|
22
|
+
"gitHead": "01751fa626d5692137e3decdac3c66a742b8ea80",
|
|
23
23
|
"keywords": [
|
|
24
24
|
"Logging and monitoring"
|
|
25
25
|
]
|