@nocobase/plugin-api-keys 2.0.0-alpha.6 → 2.0.0-alpha.8
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 +4 -4
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
12
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
13
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
11
|
+
"@nocobase/client": "2.0.0-alpha.8",
|
|
12
|
+
"@nocobase/database": "2.0.0-alpha.8",
|
|
13
|
+
"@nocobase/server": "2.0.0-alpha.8",
|
|
14
14
|
"@formily/react": "2.3.7",
|
|
15
15
|
"ahooks": "3.7.8",
|
|
16
16
|
"antd": "5.24.2",
|
|
@@ -18,5 +18,5 @@ module.exports = {
|
|
|
18
18
|
"react": "18.2.0",
|
|
19
19
|
"@formily/shared": "2.3.7",
|
|
20
20
|
"react-i18next": "11.18.6",
|
|
21
|
-
"@nocobase/actions": "2.0.0-alpha.
|
|
21
|
+
"@nocobase/actions": "2.0.0-alpha.8"
|
|
22
22
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "认证:API 密钥",
|
|
5
5
|
"description": "Allows users to use API key to access application's HTTP API",
|
|
6
6
|
"description.zh-CN": "允许用户使用 API 密钥访问应用的 HTTP API",
|
|
7
|
-
"version": "2.0.0-alpha.
|
|
7
|
+
"version": "2.0.0-alpha.8",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/api-keys",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"@nocobase/test": "2.x",
|
|
33
33
|
"@nocobase/utils": "2.x"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "ff91246a3914c72dc1f4000d85df10a16798ff78"
|
|
36
36
|
}
|