@nocobase/plugin-api-keys 2.0.0-beta.3 → 2.0.0-beta.4

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.
@@ -8,9 +8,9 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.0-beta.3",
12
- "@nocobase/database": "2.0.0-beta.3",
13
- "@nocobase/server": "2.0.0-beta.3",
11
+ "@nocobase/client": "2.0.0-beta.4",
12
+ "@nocobase/database": "2.0.0-beta.4",
13
+ "@nocobase/server": "2.0.0-beta.4",
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-beta.3"
21
+ "@nocobase/actions": "2.0.0-beta.4"
22
22
  };
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Allows users to use API key to access application's HTTP API",
7
7
  "description.ru-RU": "Позволяет пользователям использовать API ключ для доступа к HTTP API приложения",
8
8
  "description.zh-CN": "允许用户使用 API 密钥访问应用的 HTTP API",
9
- "version": "2.0.0-beta.3",
9
+ "version": "2.0.0-beta.4",
10
10
  "license": "AGPL-3.0",
11
11
  "main": "./dist/server/index.js",
12
12
  "homepage": "https://docs.nocobase.com/handbook/api-keys",
@@ -35,5 +35,5 @@
35
35
  "@nocobase/test": "2.x",
36
36
  "@nocobase/utils": "2.x"
37
37
  },
38
- "gitHead": "6c178de2050651bcfcc0b2708de0246977eac510"
38
+ "gitHead": "34c635928221393f8c38aa7d768cd3dbb636f025"
39
39
  }