@nocobase/plugin-logger 2.0.0-beta.1 → 2.0.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": "2.0.0-beta.1",
11
+ "@nocobase/client": "2.0.0-beta.2",
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-beta.1",
16
+ "@nocobase/server": "2.0.0-beta.2",
17
17
  "react-i18next": "11.18.6",
18
- "@nocobase/actions": "2.0.0-beta.1",
19
- "@nocobase/logger": "2.0.0-beta.1",
18
+ "@nocobase/actions": "2.0.0-beta.2",
19
+ "@nocobase/logger": "2.0.0-beta.2",
20
20
  "lodash": "4.17.21"
21
21
  };
@@ -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-12-31T17:14:42.377Z"}
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":"2026-01-04T03:43:20.845Z"}
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.",
7
7
  "description.ru-RU": "Серверные логи, включают журналы запросов API и системные журналы, с возможностью архивации и скачивания лог-файлов.",
8
8
  "description.zh-CN": "服务端日志,主要包括接口请求日志和系统运行日志,并支持打包和下载日志文件。",
9
- "version": "2.0.0-beta.1",
9
+ "version": "2.0.0-beta.2",
10
10
  "license": "AGPL-3.0",
11
11
  "main": "dist/server/index.js",
12
12
  "homepage": "https://docs.nocobase.com/handbook/logger",
@@ -22,7 +22,7 @@
22
22
  "@nocobase/server": "2.x",
23
23
  "@nocobase/test": "2.x"
24
24
  },
25
- "gitHead": "b3d1f65848fc91e673372ee734dafe6b1cf80586",
25
+ "gitHead": "b77a33ee933ae6e09d2d5dce017ca15d8552d57b",
26
26
  "keywords": [
27
27
  "Logging and monitoring"
28
28
  ]