@tachybase/plugin-api-keys 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,12 +1,12 @@
1
1
  module.exports = {
2
- "@tachybase/client": "0.23.8",
3
- "@tachybase/database": "0.23.8",
4
- "@tachybase/server": "0.23.8",
2
+ "@tachybase/client": "0.23.16",
3
+ "@tachybase/database": "0.23.16",
4
+ "@tachybase/server": "0.23.16",
5
5
  "react": "18.3.1",
6
- "@tachybase/schema": "0.23.8",
6
+ "@tachybase/schema": "0.23.16",
7
7
  "ahooks": "3.8.4",
8
8
  "antd": "5.22.5",
9
9
  "dayjs": "1.11.13",
10
10
  "react-i18next": "15.2.0",
11
- "@tachybase/actions": "0.23.8"
11
+ "@tachybase/actions": "0.23.16"
12
12
  };
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-api-keys",
3
3
  "displayName": "Auth: API keys",
4
- "version": "0.23.8",
4
+ "version": "0.23.16",
5
5
  "description": "Allows users to use API key to access application's HTTP API",
6
6
  "keywords": [
7
7
  "Authentication"
8
8
  ],
9
9
  "license": "Apache-2.0",
10
10
  "main": "./dist/server/index.js",
11
+ "dependencies": {},
11
12
  "devDependencies": {
12
13
  "ahooks": "^3.8.4",
13
14
  "antd": "5.22.5",
@@ -15,16 +16,16 @@
15
16
  "react": "^18.3.1",
16
17
  "react-dom": "^18.3.1",
17
18
  "react-i18next": "^15.2.0",
18
- "@tachybase/schema": "0.23.8"
19
+ "@tachybase/schema": "0.23.16"
19
20
  },
20
21
  "peerDependencies": {
21
- "@tachybase/client": "0.23.8",
22
- "@tachybase/test": "0.23.8",
23
- "@tachybase/actions": "0.23.8",
24
- "@tachybase/server": "0.23.8",
25
- "@tachybase/database": "0.23.8",
26
- "@tachybase/resourcer": "0.23.8",
27
- "@tachybase/utils": "0.23.8"
22
+ "@tachybase/actions": "0.23.16",
23
+ "@tachybase/client": "0.23.16",
24
+ "@tachybase/database": "0.23.16",
25
+ "@tachybase/resourcer": "0.23.16",
26
+ "@tachybase/server": "0.23.16",
27
+ "@tachybase/test": "0.23.16",
28
+ "@tachybase/utils": "0.23.16"
28
29
  },
29
30
  "description.zh-CN": "允许用户使用 API 密钥访问应用的 HTTP API",
30
31
  "displayName.zh-CN": "认证:API 密钥",
@@ -1,14 +0,0 @@
1
-
2
- 
3
- > @tachybase/plugin-api-keys@0.23.2 build /Users/seal/Documents/projects/tachybase/packages/plugin-api-keys
4
- > tachybase-build --no-dts @tachybase/plugin-api-keys
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/plugin-api-keys: plugin-api-keys build start
8
- @tachybase/plugin-api-keys: build plugin client
9
- @tachybase/plugin-api-keys: build plugin server source
10
- @tachybase/plugin-api-keys: delete server files
11
- @tachybase/plugin-api-keys: build plugin server dependencies
12
- @tachybase/plugin-api-keys: These packages @tachybase/database, @tachybase/server, @tachybase/actions will be exclude.
13
- @tachybase/plugin-api-keys: write external version
14
-