@nocobase/plugin-api-keys 0.11.1-alpha.1 → 0.11.1-alpha.3

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.
@@ -0,0 +1,2 @@
1
+ declare const locale: {};
2
+ export default locale;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ const locale = {};
8
+ var _default = locale;
9
+ exports.default = _default;
@@ -15,5 +15,6 @@ declare const locale: {
15
15
  '7 Days': string;
16
16
  '30 Days': string;
17
17
  '90 Days': string;
18
+ 'Role not found': string;
18
19
  };
19
20
  export default locale;
@@ -20,7 +20,8 @@ const locale = {
20
20
  '1 Day': '1 天',
21
21
  '7 Days': '7 天',
22
22
  '30 Days': '30 天',
23
- '90 Days': '90 天'
23
+ '90 Days': '90 天',
24
+ 'Role not found': '角色不存在'
24
25
  };
25
26
  var _default = locale;
26
27
  exports.default = _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: {};
2
+ export default _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _default = {};
8
+ exports.default = _default;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "API keys",
5
5
  "description": "Allow users to use API key to access NocoBase's api",
6
6
  "description.zh-CN": "允许用户使用 API key 访问 NocoBase 的 api",
7
- "version": "0.11.1-alpha.1",
7
+ "version": "0.11.1-alpha.3",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./lib/server/index.js",
10
10
  "files": [
@@ -21,13 +21,13 @@
21
21
  "devDependencies": {
22
22
  "@formily/react": "2.2.26",
23
23
  "@formily/shared": "2.2.26",
24
- "@nocobase/actions": "0.11.1-alpha.1",
25
- "@nocobase/client": "0.11.1-alpha.1",
26
- "@nocobase/database": "0.11.1-alpha.1",
27
- "@nocobase/resourcer": "0.11.1-alpha.1",
28
- "@nocobase/server": "0.11.1-alpha.1",
29
- "@nocobase/test": "0.11.1-alpha.1",
30
- "@nocobase/utils": "0.11.1-alpha.1",
24
+ "@nocobase/actions": "0.11.1-alpha.3",
25
+ "@nocobase/client": "0.11.1-alpha.3",
26
+ "@nocobase/database": "0.11.1-alpha.3",
27
+ "@nocobase/resourcer": "0.11.1-alpha.3",
28
+ "@nocobase/server": "0.11.1-alpha.3",
29
+ "@nocobase/test": "0.11.1-alpha.3",
30
+ "@nocobase/utils": "0.11.1-alpha.3",
31
31
  "antd": "^5.6.4",
32
32
  "dayjs": "^1.11.8",
33
33
  "i18next": "^22.4.9",
@@ -35,5 +35,5 @@
35
35
  "react-dom": "^18.2.0",
36
36
  "react-i18next": "^11.15.1"
37
37
  },
38
- "gitHead": "9ed1dba520bc5f3a7cb1255ea8d92ccbefc11bc8"
38
+ "gitHead": "5ed3bd7d5b16bd38d268961b34875d5cd45799ef"
39
39
  }
@@ -0,0 +1,3 @@
1
+ const locale = {};
2
+
3
+ export default locale;
@@ -16,6 +16,7 @@ const locale = {
16
16
  '7 Days': '7 天',
17
17
  '30 Days': '30 天',
18
18
  '90 Days': '90 天',
19
+ 'Role not found': '角色不存在',
19
20
  };
20
21
 
21
22
  export default locale;
@@ -0,0 +1 @@
1
+ export default {};
File without changes
File without changes
File without changes