@tachybase/plugin-log-viewer 1.3.16 → 1.3.17

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.
@@ -1,11 +1,11 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.3.16",
3
+ "@tachybase/client": "1.3.17",
4
4
  "@ant-design/icons": "5.5.2",
5
5
  "ahooks": "3.8.4",
6
6
  "antd": "5.22.5",
7
- "@tachybase/server": "1.3.16",
7
+ "@tachybase/server": "1.3.17",
8
8
  "react-i18next": "15.2.0",
9
- "@tachybase/actions": "1.3.16",
10
- "@tachybase/logger": "1.3.16"
9
+ "@tachybase/actions": "1.3.17",
10
+ "@tachybase/logger": "1.3.17"
11
11
  };
package/dist/index.js CHANGED
@@ -26,12 +26,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var src_exports = {};
30
- __export(src_exports, {
29
+ var index_exports = {};
30
+ __export(index_exports, {
31
31
  default: () => import_server.default
32
32
  });
33
- module.exports = __toCommonJS(src_exports);
34
- __reExport(src_exports, require("./server"), module.exports);
33
+ module.exports = __toCommonJS(index_exports);
34
+ __reExport(index_exports, require("./server"), module.exports);
35
35
  var import_server = __toESM(require("./server"));
36
36
  // Annotate the CommonJS export names for ESM import in node:
37
37
  0 && (module.exports = {
@@ -1 +1 @@
1
- {"name":"tar-fs","version":"3.0.6","description":"filesystem bindings for tar-stream","dependencies":{"pump":"^3.0.0","tar-stream":"^3.1.5"},"optionalDependencies":{"bare-fs":"^2.1.1","bare-path":"^2.1.0"},"imports":{"fs":{"bare":"bare-fs","default":"fs"},"path":{"bare":"bare-path","default":"path"}},"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-07-02T03:54:23.341Z"}
1
+ {"name":"tar-fs","version":"3.0.6","description":"filesystem bindings for tar-stream","dependencies":{"pump":"^3.0.0","tar-stream":"^3.1.5"},"optionalDependencies":{"bare-fs":"^2.1.1","bare-path":"^2.1.0"},"imports":{"fs":{"bare":"bare-fs","default":"fs"},"path":{"bare":"bare-path","default":"path"}},"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-07-04T04:01:52.775Z"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-log-viewer",
3
3
  "displayName": "Logger",
4
- "version": "1.3.16",
4
+ "version": "1.3.17",
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
  "keywords": [
7
7
  "Logging and monitoring"
@@ -18,11 +18,11 @@
18
18
  "tar-fs": "^3.0.6"
19
19
  },
20
20
  "peerDependencies": {
21
- "@tachybase/actions": "1.3.16",
22
- "@tachybase/server": "1.3.16",
23
- "@tachybase/client": "1.3.16",
24
- "@tachybase/test": "1.3.16",
25
- "@tachybase/logger": "1.3.16"
21
+ "@tachybase/actions": "1.3.17",
22
+ "@tachybase/server": "1.3.17",
23
+ "@tachybase/logger": "1.3.17",
24
+ "@tachybase/client": "1.3.17",
25
+ "@tachybase/test": "1.3.17"
26
26
  },
27
27
  "description.zh-CN": "服务端日志,主要包括接口请求日志和系统运行日志,并支持打包和下载日志文件。",
28
28
  "displayName.zh-CN": "日志",