@tachybase/plugin-audit-logs 1.5.1 → 1.6.1
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 +5 -5
- package/dist/server/index.js +0 -1
- package/package.json +7 -7
package/dist/externalVersion.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "1.
|
|
4
|
-
"@tachybase/schema": "1.
|
|
5
|
-
"@ant-design/icons": "
|
|
6
|
-
"@tego/server": "1.
|
|
7
|
-
"@tego/client": "1.
|
|
3
|
+
"@tachybase/client": "1.6.1",
|
|
4
|
+
"@tachybase/schema": "1.6.0-alpha.9",
|
|
5
|
+
"@ant-design/icons": "6.1.0",
|
|
6
|
+
"@tego/server": "1.6.0-alpha.9",
|
|
7
|
+
"@tego/client": "1.6.0-alpha.9",
|
|
8
8
|
"react-i18next": "16.2.1"
|
|
9
9
|
};
|
package/dist/server/index.js
CHANGED
|
@@ -64,7 +64,6 @@ class PluginActionLogs extends import_server.Plugin {
|
|
|
64
64
|
});
|
|
65
65
|
}
|
|
66
66
|
async load() {
|
|
67
|
-
await this.importCollections(import_node_path.default.resolve(__dirname, "collections"));
|
|
68
67
|
this.db.addMigrations({
|
|
69
68
|
namespace: "audit-logs",
|
|
70
69
|
directory: import_node_path.default.resolve(__dirname, "./migrations"),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-audit-logs",
|
|
3
3
|
"displayName": "Audit logs",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.6.1",
|
|
5
5
|
"description": "Audit logs.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"System management"
|
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
"main": "dist/server/index.js",
|
|
10
10
|
"dependencies": {},
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@ant-design/icons": "^
|
|
13
|
-
"@tachybase/schema": "1.
|
|
14
|
-
"@tachybase/test": "1.
|
|
15
|
-
"@tego/client": "1.
|
|
16
|
-
"@tego/server": "1.
|
|
12
|
+
"@ant-design/icons": "^6.1.0",
|
|
13
|
+
"@tachybase/schema": "1.6.0-alpha.9",
|
|
14
|
+
"@tachybase/test": "1.6.0-alpha.9",
|
|
15
|
+
"@tego/client": "1.6.0-alpha.9",
|
|
16
|
+
"@tego/server": "1.6.0-alpha.9",
|
|
17
17
|
"antd": "5.22.5",
|
|
18
18
|
"react": "18.3.1",
|
|
19
19
|
"react-i18next": "16.2.1",
|
|
20
|
-
"@tachybase/client": "1.
|
|
20
|
+
"@tachybase/client": "1.6.1"
|
|
21
21
|
},
|
|
22
22
|
"description.zh-CN": "审计日志。",
|
|
23
23
|
"displayName.zh-CN": "审计日志",
|