@tachybase/plugin-api-keys 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.
- package/dist/externalVersion.js +5 -5
- package/package.json +10 -9
- package/.turbo/turbo-build.log +0 -14
package/dist/externalVersion.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "0.23.
|
|
3
|
-
"@tachybase/database": "0.23.
|
|
4
|
-
"@tachybase/server": "0.23.
|
|
2
|
+
"@tachybase/client": "0.23.14",
|
|
3
|
+
"@tachybase/database": "0.23.14",
|
|
4
|
+
"@tachybase/server": "0.23.14",
|
|
5
5
|
"react": "18.3.1",
|
|
6
|
-
"@tachybase/schema": "0.23.
|
|
6
|
+
"@tachybase/schema": "0.23.14",
|
|
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.
|
|
11
|
+
"@tachybase/actions": "0.23.14"
|
|
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.
|
|
4
|
+
"version": "0.23.14",
|
|
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.
|
|
19
|
+
"@tachybase/schema": "0.23.14"
|
|
19
20
|
},
|
|
20
21
|
"peerDependencies": {
|
|
21
|
-
"@tachybase/
|
|
22
|
-
"@tachybase/
|
|
23
|
-
"@tachybase/
|
|
24
|
-
"@tachybase/
|
|
25
|
-
"@tachybase/
|
|
26
|
-
"@tachybase/
|
|
27
|
-
"@tachybase/utils": "0.23.
|
|
22
|
+
"@tachybase/actions": "0.23.14",
|
|
23
|
+
"@tachybase/client": "0.23.14",
|
|
24
|
+
"@tachybase/database": "0.23.14",
|
|
25
|
+
"@tachybase/resourcer": "0.23.14",
|
|
26
|
+
"@tachybase/test": "0.23.14",
|
|
27
|
+
"@tachybase/server": "0.23.14",
|
|
28
|
+
"@tachybase/utils": "0.23.14"
|
|
28
29
|
},
|
|
29
30
|
"description.zh-CN": "允许用户使用 API 密钥访问应用的 HTTP API",
|
|
30
31
|
"displayName.zh-CN": "认证:API 密钥",
|
package/.turbo/turbo-build.log
DELETED
|
@@ -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
|
-
[33m[33mThe CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.[39m[39m
|
|
7
|
-
[4m[95m@tachybase/plugin-api-keys[39m[24m: [1mplugin-api-keys[22m build start
|
|
8
|
-
[4m[95m@tachybase/plugin-api-keys[39m[24m: build plugin client
|
|
9
|
-
[4m[95m@tachybase/plugin-api-keys[39m[24m: build plugin server source
|
|
10
|
-
[4m[95m@tachybase/plugin-api-keys[39m[24m: delete server files
|
|
11
|
-
[4m[95m@tachybase/plugin-api-keys[39m[24m: build plugin server dependencies
|
|
12
|
-
[4m[95m@tachybase/plugin-api-keys[39m[24m: These packages [33m@tachybase/database, @tachybase/server, @tachybase/actions[39m will be [3mexclude[23m.
|
|
13
|
-
[4m[95m@tachybase/plugin-api-keys[39m[24m: write external version
|
|
14
|
-
|