@nocobase/plugin-logger 0.19.0-alpha.5 → 0.19.0-alpha.6
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
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@nocobase/client": "0.19.0-alpha.
|
|
2
|
+
"@nocobase/client": "0.19.0-alpha.6",
|
|
3
3
|
"react": "18.2.0",
|
|
4
4
|
"antd": "5.12.8",
|
|
5
5
|
"@ant-design/icons": "5.2.6",
|
|
6
6
|
"ahooks": "3.7.8",
|
|
7
|
-
"@nocobase/server": "0.19.0-alpha.
|
|
7
|
+
"@nocobase/server": "0.19.0-alpha.6",
|
|
8
8
|
"react-i18next": "11.18.6",
|
|
9
|
-
"@nocobase/actions": "0.19.0-alpha.
|
|
10
|
-
"@nocobase/logger": "0.19.0-alpha.
|
|
9
|
+
"@nocobase/actions": "0.19.0-alpha.6",
|
|
10
|
+
"@nocobase/logger": "0.19.0-alpha.6"
|
|
11
11
|
};
|
|
@@ -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":"2024-
|
|
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":"2024-02-07T12:19:45.843Z"}
|
package/package.json
CHANGED
|
@@ -4,9 +4,11 @@
|
|
|
4
4
|
"displayName.zh-CN": "日志",
|
|
5
5
|
"description": "Package and download log files",
|
|
6
6
|
"description.zh-CN": "打包下载日志文件",
|
|
7
|
-
"version": "0.19.0-alpha.
|
|
7
|
+
"version": "0.19.0-alpha.6",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "dist/server/index.js",
|
|
10
|
+
"homepage": "https://docs.nocobase.com/plugins/logger",
|
|
11
|
+
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/logger",
|
|
10
12
|
"devDependencies": {
|
|
11
13
|
"@types/tar-fs": "^2.0.2",
|
|
12
14
|
"tar-fs": "^3.0.4"
|
|
@@ -17,5 +19,8 @@
|
|
|
17
19
|
"@nocobase/server": "0.x",
|
|
18
20
|
"@nocobase/test": "0.x"
|
|
19
21
|
},
|
|
20
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "2eb524db98c7f4136fe1a9a1b1259cd72cf6635f",
|
|
23
|
+
"keywords": [
|
|
24
|
+
"System & security"
|
|
25
|
+
]
|
|
21
26
|
}
|