@tachybase/module-web 0.23.35 → 0.23.41
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/client/index.js +12 -12
- package/dist/externalVersion.js +7 -7
- package/dist/node_modules/cronstrue/package.json +1 -1
- package/dist/server/migrations/{20250114140330-update-uiSchemas.js → 20250116160330-update-uiSchemas.js} +5 -2
- package/dist/server/server.js +1 -2
- package/package.json +9 -9
- /package/dist/server/migrations/{20250114140330-update-uiSchemas.d.ts → 20250116160330-update-uiSchemas.d.ts} +0 -0
package/dist/externalVersion.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "0.23.
|
|
3
|
+
"@tachybase/client": "0.23.41",
|
|
4
4
|
"react-router-dom": "6.28.1",
|
|
5
5
|
"@ant-design/icons": "5.3.7",
|
|
6
6
|
"antd": "5.22.5",
|
|
7
|
-
"@tachybase/utils": "0.23.
|
|
8
|
-
"@tachybase/actions": "0.23.
|
|
9
|
-
"@tachybase/server": "0.23.
|
|
7
|
+
"@tachybase/utils": "0.23.41",
|
|
8
|
+
"@tachybase/actions": "0.23.41",
|
|
9
|
+
"@tachybase/server": "0.23.41",
|
|
10
10
|
"react-i18next": "15.1.4",
|
|
11
|
-
"@tachybase/schema": "0.23.
|
|
11
|
+
"@tachybase/schema": "0.23.41",
|
|
12
12
|
"lodash": "4.17.21",
|
|
13
|
-
"@tachybase/database": "0.23.
|
|
13
|
+
"@tachybase/database": "0.23.41",
|
|
14
14
|
"react-dom": "18.3.1",
|
|
15
15
|
"ahooks": "3.8.4",
|
|
16
|
-
"@tachybase/components": "0.23.
|
|
16
|
+
"@tachybase/components": "0.23.41"
|
|
17
17
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"cronstrue","title":"cRonstrue","version":"2.52.0","description":"Convert cron expressions into human readable descriptions","author":"Brady Holt","license":"MIT","bugs":{"url":"https://github.com/bradymholt/cronstrue/issues"},"homepage":"https://github.com/bradymholt/cronstrue","keywords":["cron","cronjob","crontab","schedule","parser","cron expression","cron description","pretty cron","cron for humans","cron translated","cron english","cron schedule","cron english","cron schedule"],"main":"dist/cronstrue.js","bin":{"cronstrue":"bin/cli.js"},"typings":"dist/cronstrue.d.ts","files":["dist/","locales/","i18n.js","i18n.d.ts"],"repository":{"type":"git","url":"git+https://github.com/bradymholt/cronstrue.git"},"publishConfig":{"access":"public"},"prettier":{"printWidth":120},"devDependencies":{"@types/chai":"^4.2.11","@types/mocha":"^8.0.0","chai":"^4.2.0","handlebars":"^4.7.6","marked":"^4.0.10","mocha":"^10.1.0","pixl-xml":"^1.0.13","prettier":"^2.1.1","terser-webpack-plugin":"^5.3.1","ts-loader":"^9.2.6","ts-node":"^10.5.0","typescript":"^4.6.2","webpack":"^5.69.1","webpack-cli":"^4.9.2","xml2js":"^0.5.0"},"scripts":{"start":"npm run build","build":"npx tsc -p ./src --emitDeclarationOnly","test":"npx mocha --reporter spec --require ts-node/register \"./test/**/*.ts\"","prepublishOnly":"rm -rf ./dist && ./node_modules/webpack-cli/bin/cli.js && git add -A"},"dependencies":{},"_lastModified":"2025-
|
|
1
|
+
{"name":"cronstrue","title":"cRonstrue","version":"2.52.0","description":"Convert cron expressions into human readable descriptions","author":"Brady Holt","license":"MIT","bugs":{"url":"https://github.com/bradymholt/cronstrue/issues"},"homepage":"https://github.com/bradymholt/cronstrue","keywords":["cron","cronjob","crontab","schedule","parser","cron expression","cron description","pretty cron","cron for humans","cron translated","cron english","cron schedule","cron english","cron schedule"],"main":"dist/cronstrue.js","bin":{"cronstrue":"bin/cli.js"},"typings":"dist/cronstrue.d.ts","files":["dist/","locales/","i18n.js","i18n.d.ts"],"repository":{"type":"git","url":"git+https://github.com/bradymholt/cronstrue.git"},"publishConfig":{"access":"public"},"prettier":{"printWidth":120},"devDependencies":{"@types/chai":"^4.2.11","@types/mocha":"^8.0.0","chai":"^4.2.0","handlebars":"^4.7.6","marked":"^4.0.10","mocha":"^10.1.0","pixl-xml":"^1.0.13","prettier":"^2.1.1","terser-webpack-plugin":"^5.3.1","ts-loader":"^9.2.6","ts-node":"^10.5.0","typescript":"^4.6.2","webpack":"^5.69.1","webpack-cli":"^4.9.2","xml2js":"^0.5.0"},"scripts":{"start":"npm run build","build":"npx tsc -p ./src --emitDeclarationOnly","test":"npx mocha --reporter spec --require ts-node/register \"./test/**/*.ts\"","prepublishOnly":"rm -rf ./dist && ./node_modules/webpack-cli/bin/cli.js && git add -A"},"dependencies":{},"_lastModified":"2025-02-08T06:52:29.395Z"}
|
|
@@ -24,12 +24,13 @@ var import_server = require("@tachybase/server");
|
|
|
24
24
|
class update_uiSchemas_default extends import_server.Migration {
|
|
25
25
|
on = "afterLoad";
|
|
26
26
|
// 'beforeLoad' or 'afterLoad'
|
|
27
|
-
appVersion = "<0.23.
|
|
27
|
+
appVersion = "<0.23.37";
|
|
28
28
|
async up() {
|
|
29
29
|
const uiSchemasRepo = this.db.getRepository("uiSchemas");
|
|
30
|
+
const xUid = "default-admin-menu";
|
|
30
31
|
await uiSchemasRepo.update({
|
|
31
32
|
filter: {
|
|
32
|
-
"x-uid":
|
|
33
|
+
"x-uid": xUid
|
|
33
34
|
},
|
|
34
35
|
values: {
|
|
35
36
|
schema: {
|
|
@@ -46,6 +47,8 @@ class update_uiSchemas_default extends import_server.Migration {
|
|
|
46
47
|
}
|
|
47
48
|
}
|
|
48
49
|
});
|
|
50
|
+
await this.app.cache.del(`p_${xUid}`);
|
|
51
|
+
await this.app.cache.del(`s_${xUid}`);
|
|
49
52
|
this.app.logger.info(`collection [uiSchemas] update ${1} rows`);
|
|
50
53
|
}
|
|
51
54
|
}
|
package/dist/server/server.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/module-web",
|
|
3
3
|
"displayName": "WEB client",
|
|
4
|
-
"version": "0.23.
|
|
4
|
+
"version": "0.23.41",
|
|
5
5
|
"description": "Provides a client interface for the TachyBase server",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "./dist/server/index.js",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"react-dom": "~18.3.1",
|
|
23
23
|
"react-i18next": "~15.1.4",
|
|
24
24
|
"react-router-dom": "6.28.1",
|
|
25
|
-
"@tachybase/components": "0.23.
|
|
26
|
-
"@tachybase/schema": "0.23.
|
|
25
|
+
"@tachybase/components": "0.23.41",
|
|
26
|
+
"@tachybase/schema": "0.23.41"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@tachybase/
|
|
30
|
-
"@tachybase/
|
|
31
|
-
"@tachybase/
|
|
32
|
-
"@tachybase/
|
|
33
|
-
"@tachybase/
|
|
34
|
-
"@tachybase/
|
|
29
|
+
"@tachybase/database": "0.23.41",
|
|
30
|
+
"@tachybase/actions": "0.23.41",
|
|
31
|
+
"@tachybase/server": "0.23.41",
|
|
32
|
+
"@tachybase/test": "0.23.41",
|
|
33
|
+
"@tachybase/utils": "0.23.41",
|
|
34
|
+
"@tachybase/client": "0.23.41"
|
|
35
35
|
},
|
|
36
36
|
"description.zh-CN": "为 TachyBase 服务端提供客户端界面",
|
|
37
37
|
"displayName.zh-CN": "WEB 客户端",
|
|
File without changes
|