@tachybase/plugin-api-keys 1.5.1 → 1.6.0
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 +1 -1
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
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.
|
|
4
|
+
"version": "1.6.0",
|
|
5
5
|
"description": "Allows users to use API key to access application's HTTP API",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Authentication"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"react": "18.3.1",
|
|
21
21
|
"react-dom": "18.3.1",
|
|
22
22
|
"react-i18next": "16.2.1",
|
|
23
|
-
"@tachybase/client": "1.
|
|
23
|
+
"@tachybase/client": "1.6.0"
|
|
24
24
|
},
|
|
25
25
|
"description.zh-CN": "允许用户使用 API 密钥访问应用的 HTTP API",
|
|
26
26
|
"displayName.zh-CN": "认证:API 密钥",
|