@tachybase/plugin-api-keys 1.3.11 → 1.3.13
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/LICENSE +1 -1
- package/dist/externalVersion.js +5 -5
- package/package.json +9 -9
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright [2023-
|
|
189
|
+
Copyright [2023-2025] [Tego team]
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "1.3.
|
|
3
|
-
"@tachybase/database": "1.3.
|
|
4
|
-
"@tachybase/server": "1.3.
|
|
2
|
+
"@tachybase/client": "1.3.13",
|
|
3
|
+
"@tachybase/database": "1.3.13",
|
|
4
|
+
"@tachybase/server": "1.3.13",
|
|
5
5
|
"react": "18.3.1",
|
|
6
|
-
"@tachybase/schema": "1.3.
|
|
6
|
+
"@tachybase/schema": "1.3.13",
|
|
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": "1.3.
|
|
11
|
+
"@tachybase/actions": "1.3.13"
|
|
12
12
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-api-keys",
|
|
3
3
|
"displayName": "Auth: API keys",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.13",
|
|
5
5
|
"description": "Allows users to use API key to access application's HTTP API",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Authentication"
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
"react": "^18.3.1",
|
|
17
17
|
"react-dom": "^18.3.1",
|
|
18
18
|
"react-i18next": "^15.2.0",
|
|
19
|
-
"@tachybase/schema": "1.3.
|
|
19
|
+
"@tachybase/schema": "1.3.13"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@tachybase/actions": "1.3.
|
|
23
|
-
"@tachybase/
|
|
24
|
-
"@tachybase/
|
|
25
|
-
"@tachybase/
|
|
26
|
-
"@tachybase/
|
|
27
|
-
"@tachybase/
|
|
28
|
-
"@tachybase/
|
|
22
|
+
"@tachybase/actions": "1.3.13",
|
|
23
|
+
"@tachybase/database": "1.3.13",
|
|
24
|
+
"@tachybase/client": "1.3.13",
|
|
25
|
+
"@tachybase/server": "1.3.13",
|
|
26
|
+
"@tachybase/test": "1.3.13",
|
|
27
|
+
"@tachybase/resourcer": "1.3.13",
|
|
28
|
+
"@tachybase/utils": "1.3.13"
|
|
29
29
|
},
|
|
30
30
|
"description.zh-CN": "允许用户使用 API 密钥访问应用的 HTTP API",
|
|
31
31
|
"displayName.zh-CN": "认证:API 密钥",
|