@tachybase/plugin-api-keys 1.3.15 → 1.3.17

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.
@@ -1,12 +1,12 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.3.15",
3
- "@tachybase/database": "1.3.15",
4
- "@tachybase/server": "1.3.15",
2
+ "@tachybase/client": "1.3.17",
3
+ "@tachybase/database": "1.3.17",
4
+ "@tachybase/server": "1.3.17",
5
5
  "react": "18.3.1",
6
- "@tachybase/schema": "1.3.15",
6
+ "@tachybase/schema": "1.3.17",
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.15"
11
+ "@tachybase/actions": "1.3.17"
12
12
  };
package/dist/index.js CHANGED
@@ -26,12 +26,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var src_exports = {};
30
- __export(src_exports, {
29
+ var index_exports = {};
30
+ __export(index_exports, {
31
31
  default: () => import_server.default
32
32
  });
33
- module.exports = __toCommonJS(src_exports);
34
- __reExport(src_exports, require("./server"), module.exports);
33
+ module.exports = __toCommonJS(index_exports);
34
+ __reExport(index_exports, require("./server"), module.exports);
35
35
  var import_server = __toESM(require("./server"));
36
36
  // Annotate the CommonJS export names for ESM import in node:
37
37
  0 && (module.exports = {
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.15",
4
+ "version": "1.3.17",
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.15"
19
+ "@tachybase/schema": "1.3.17"
20
20
  },
21
21
  "peerDependencies": {
22
- "@tachybase/actions": "1.3.15",
23
- "@tachybase/client": "1.3.15",
24
- "@tachybase/database": "1.3.15",
25
- "@tachybase/resourcer": "1.3.15",
26
- "@tachybase/server": "1.3.15",
27
- "@tachybase/test": "1.3.15",
28
- "@tachybase/utils": "1.3.15"
22
+ "@tachybase/actions": "1.3.17",
23
+ "@tachybase/client": "1.3.17",
24
+ "@tachybase/database": "1.3.17",
25
+ "@tachybase/resourcer": "1.3.17",
26
+ "@tachybase/utils": "1.3.17",
27
+ "@tachybase/server": "1.3.17",
28
+ "@tachybase/test": "1.3.17"
29
29
  },
30
30
  "description.zh-CN": "允许用户使用 API 密钥访问应用的 HTTP API",
31
31
  "displayName.zh-CN": "认证:API 密钥",