@tachybase/module-app-info 0.23.8 → 0.23.14

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,5 +1,5 @@
1
1
  module.exports = {
2
- "@tachybase/client": "0.23.8",
3
- "@tachybase/server": "0.23.8",
4
- "@tachybase/database": "0.23.8"
2
+ "@tachybase/client": "0.23.14",
3
+ "@tachybase/server": "0.23.14",
4
+ "@tachybase/database": "0.23.14"
5
5
  };
package/package.json CHANGED
@@ -1,18 +1,20 @@
1
1
  {
2
2
  "name": "@tachybase/module-app-info",
3
3
  "displayName": "System settings",
4
- "version": "0.23.8",
4
+ "version": "0.23.14",
5
5
  "description": "Used to adjust the system title, logo, language, etc.",
6
6
  "keywords": [
7
7
  "System management"
8
8
  ],
9
9
  "license": "Apache-2.0",
10
10
  "main": "./dist/server/index.js",
11
+ "dependencies": {},
12
+ "devDependencies": {},
11
13
  "peerDependencies": {
12
- "@tachybase/client": "0.23.8",
13
- "@tachybase/database": "0.23.8",
14
- "@tachybase/test": "0.23.8",
15
- "@tachybase/server": "0.23.8"
14
+ "@tachybase/client": "0.23.14",
15
+ "@tachybase/database": "0.23.14",
16
+ "@tachybase/server": "0.23.14",
17
+ "@tachybase/test": "0.23.14"
16
18
  },
17
19
  "description.zh-CN": "用于调整系统的标题、LOGO、语言等。",
18
20
  "displayName.zh-CN": "应用配置",
@@ -1,14 +0,0 @@
1
-
2
- 
3
- > @tachybase/module-app-info@0.23.7 build /Users/seal/Documents/projects/tachybase/packages/module-app-info
4
- > tachybase-build --no-dts @tachybase/module-app-info
5
-
6
- The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
7
- @tachybase/module-app-info: module-app-info build start
8
- @tachybase/module-app-info: build plugin client
9
- @tachybase/module-app-info: build plugin server source
10
- @tachybase/module-app-info: delete server files
11
- @tachybase/module-app-info: build plugin server dependencies
12
- @tachybase/module-app-info: These packages @tachybase/server, @tachybase/database will be exclude.
13
- @tachybase/module-app-info: write external version
14
-