@tachybase/module-user 0.23.8 → 0.23.16

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,13 +1,13 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "0.23.8",
4
- "@tachybase/schema": "0.23.8",
3
+ "@tachybase/client": "0.23.16",
4
+ "@tachybase/schema": "0.23.16",
5
5
  "antd": "5.22.5",
6
- "@tachybase/module-acl": "0.23.8",
7
- "@tachybase/utils": "0.23.8",
6
+ "@tachybase/module-acl": "0.23.16",
7
+ "@tachybase/utils": "0.23.16",
8
8
  "react-i18next": "15.2.0",
9
- "@tachybase/cache": "0.23.8",
10
- "@tachybase/database": "0.23.8",
11
- "@tachybase/server": "0.23.8",
12
- "@tachybase/actions": "0.23.8"
9
+ "@tachybase/cache": "0.23.16",
10
+ "@tachybase/database": "0.23.16",
11
+ "@tachybase/server": "0.23.16",
12
+ "@tachybase/actions": "0.23.16"
13
13
  };
package/package.json CHANGED
@@ -1,31 +1,32 @@
1
1
  {
2
2
  "name": "@tachybase/module-user",
3
3
  "displayName": "Users",
4
- "version": "0.23.8",
4
+ "version": "0.23.16",
5
5
  "description": "Provides basic user model, as well as created by and updated by fields.",
6
6
  "keywords": [
7
7
  "Users & permissions"
8
8
  ],
9
9
  "license": "Apache-2.0",
10
10
  "main": "./dist/server/index.js",
11
+ "dependencies": {},
11
12
  "devDependencies": {
12
13
  "@types/jsonwebtoken": "^8.5.9",
13
14
  "antd": "5.22.5",
14
15
  "jsonwebtoken": "^8.5.1",
15
16
  "react-i18next": "^15.2.0",
16
- "@tachybase/schema": "0.23.8"
17
+ "@tachybase/schema": "0.23.16"
17
18
  },
18
19
  "peerDependencies": {
19
- "@tachybase/actions": "0.23.8",
20
- "@tachybase/client": "0.23.8",
21
- "@tachybase/database": "0.23.8",
22
- "@tachybase/resourcer": "0.23.8",
23
- "@tachybase/server": "0.23.8",
24
- "@tachybase/cache": "0.23.8",
25
- "@tachybase/module-acl": "0.23.8",
26
- "@tachybase/utils": "0.23.8",
27
- "@tachybase/module-auth": "0.23.8",
28
- "@tachybase/test": "0.23.8"
20
+ "@tachybase/actions": "0.23.16",
21
+ "@tachybase/cache": "0.23.16",
22
+ "@tachybase/client": "0.23.16",
23
+ "@tachybase/database": "0.23.16",
24
+ "@tachybase/module-auth": "0.23.16",
25
+ "@tachybase/server": "0.23.16",
26
+ "@tachybase/module-acl": "0.23.16",
27
+ "@tachybase/utils": "0.23.16",
28
+ "@tachybase/resourcer": "0.23.16",
29
+ "@tachybase/test": "0.23.16"
29
30
  },
30
31
  "description.zh-CN": "提供了基础的用户模型,以及创建人和最后更新人字段。",
31
32
  "displayName.zh-CN": "用户",
@@ -1,14 +0,0 @@
1
-
2
- 
3
- > @tachybase/module-user@0.23.2 build /Users/seal/Documents/projects/tachybase/packages/module-user
4
- > tachybase-build --no-dts @tachybase/module-user
5
-
6
- The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
7
- @tachybase/module-user: module-user build start
8
- @tachybase/module-user: build plugin client
9
- @tachybase/module-user: build plugin server source
10
- @tachybase/module-user: delete server files
11
- @tachybase/module-user: build plugin server dependencies
12
- @tachybase/module-user: These packages @tachybase/cache, @tachybase/database, @tachybase/server, @tachybase/utils, @tachybase/actions will be exclude.
13
- @tachybase/module-user: write external version
14
-