@nocobase/plugin-api-doc 1.7.0-beta.1 → 1.7.0-beta.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.
@@ -8,15 +8,15 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.7.0-beta.1",
12
- "@nocobase/sdk": "1.7.0-beta.1",
11
+ "@nocobase/client": "1.7.0-beta.3",
12
+ "@nocobase/sdk": "1.7.0-beta.3",
13
13
  "antd": "5.12.8",
14
14
  "react": "18.2.0",
15
15
  "@ant-design/icons": "5.6.1",
16
16
  "antd-style": "3.7.1",
17
17
  "react-i18next": "11.18.6",
18
- "@nocobase/actions": "1.7.0-beta.1",
19
- "@nocobase/server": "1.7.0-beta.1",
20
- "@nocobase/utils": "1.7.0-beta.1",
21
- "@nocobase/database": "1.7.0-beta.1"
18
+ "@nocobase/actions": "1.7.0-beta.3",
19
+ "@nocobase/server": "1.7.0-beta.3",
20
+ "@nocobase/utils": "1.7.0-beta.3",
21
+ "@nocobase/database": "1.7.0-beta.3"
22
22
  };
@@ -0,0 +1,5 @@
1
+ {
2
+ "API documentation": "API-Dokumentation",
3
+ "Documentation": "Dokumentation",
4
+ "Select a definition": "Wählen Sie eine Definition aus"
5
+ }
@@ -1,5 +1,5 @@
1
1
  {
2
- "API documentation": "Docuemntazione API",
2
+ "API documentation": "Documentazione API",
3
3
  "Documentation": "Documentazione",
4
4
  "Select a definition": "Seleziona una definizione"
5
5
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "API documentation": "API documentation",
3
+ "Documentation": "Documentation",
4
+ "Select a definition": "Select a definition"
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-api-doc",
3
- "version": "1.7.0-beta.1",
3
+ "version": "1.7.0-beta.3",
4
4
  "displayName": "API documentation",
5
5
  "displayName.zh-CN": "API 文档",
6
6
  "description": "An OpenAPI documentation generator for NocoBase HTTP API.",
@@ -23,5 +23,5 @@
23
23
  "url": "git+https://github.com/nocobase/nocobase.git",
24
24
  "directory": "packages/plugins/api-doc"
25
25
  },
26
- "gitHead": "374a1bc60b3d55fd8b532a57c8fe0423eed1d11e"
26
+ "gitHead": "8d52cb1d366a968f87c1cd3f98f55f24be3056a5"
27
27
  }