@nocobase/plugin-api-doc 2.0.0-alpha.9 → 2.1.0-alpha.1

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": "2.0.0-alpha.9",
12
- "@nocobase/sdk": "2.0.0-alpha.9",
11
+ "@nocobase/client": "2.1.0-alpha.1",
12
+ "@nocobase/sdk": "2.1.0-alpha.1",
13
13
  "antd": "5.24.2",
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": "2.0.0-alpha.9",
19
- "@nocobase/server": "2.0.0-alpha.9",
20
- "@nocobase/utils": "2.0.0-alpha.9",
21
- "@nocobase/database": "2.0.0-alpha.9"
18
+ "@nocobase/actions": "2.1.0-alpha.1",
19
+ "@nocobase/server": "2.1.0-alpha.1",
20
+ "@nocobase/utils": "2.1.0-alpha.1",
21
+ "@nocobase/database": "2.1.0-alpha.1"
22
22
  };
@@ -2,4 +2,4 @@
2
2
  "API documentation": "API-Dokumentation",
3
3
  "Documentation": "Dokumentation",
4
4
  "Select a definition": "Wählen Sie eine Definition aus"
5
- }
5
+ }
@@ -2,4 +2,4 @@
2
2
  "API documentation": "API documentation",
3
3
  "Documentation": "Documentation",
4
4
  "Select a definition": "Select a definition"
5
- }
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "API documentation": "API documentation",
3
+ "Documentation": "Documentation",
4
+ "Select a definition": "Select a definition"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "API documentation": "API documentation",
3
+ "Documentation": "Documentation",
4
+ "Select a definition": "Select a definition"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "API documentation": "API dokumentáció",
3
+ "Documentation": "Dokumentáció",
4
+ "Select a definition": "Válasszon egy definíciót"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "API documentation": "Dokumentasi API",
3
+ "Documentation": "Dokumentasi",
4
+ "Select a definition": "Pilih definisi"
5
+ }
@@ -2,4 +2,4 @@
2
2
  "API documentation": "Documentazione API",
3
3
  "Documentation": "Documentazione",
4
4
  "Select a definition": "Seleziona una definizione"
5
- }
5
+ }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "API documentation": "API 문서",
3
3
  "Documentation": "문서",
4
- "Select a definition": "정의 선택"
5
- }
4
+ "Select a definition": "정의 선택"
5
+ }
@@ -1,5 +1,5 @@
1
1
  {
2
- "API documentation": "API documentatie",
3
- "Documentation": "Documentatie",
4
- "Select a definition": "Selecteer een definitie"
2
+ "API documentation": "API documentatie",
3
+ "Documentation": "Documentatie",
4
+ "Select a definition": "Selecteer een definitie"
5
5
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "API documentation": "API documentation",
3
+ "Documentation": "Documentation",
4
+ "Select a definition": "Select a definition"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "API documentation": "Документация API",
3
+ "Documentation": "Документация",
4
+ "Select a definition": "Выбрать определение"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "API documentation": "API documentation",
3
+ "Documentation": "Documentation",
4
+ "Select a definition": "Select a definition"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "API documentation": "API documentation",
3
+ "Documentation": "Documentation",
4
+ "Select a definition": "Select a definition"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "API documentation": "API documentation",
3
+ "Documentation": "Documentation",
4
+ "Select a definition": "Select a definition"
5
+ }
@@ -2,4 +2,4 @@
2
2
  "API documentation": "API 文档",
3
3
  "Documentation": "文档",
4
4
  "Select a definition": "选择端点"
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,13 +1,16 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-api-doc",
3
- "version": "2.0.0-alpha.9",
3
+ "version": "2.1.0-alpha.1",
4
4
  "displayName": "API documentation",
5
+ "displayName.ru-RU": "Документация API",
5
6
  "displayName.zh-CN": "API 文档",
6
7
  "description": "An OpenAPI documentation generator for NocoBase HTTP API.",
8
+ "description.ru-RU": "Генератор документации OpenAPI для HTTP API системы NocoBase.",
7
9
  "description.zh-CN": "NocoBase HTTP API 的 OpenAPI 文档生成器。",
8
10
  "license": "AGPL-3.0",
9
11
  "main": "./dist/server/index.js",
10
12
  "homepage": "https://docs.nocobase.com/handbook/api-doc",
13
+ "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/api-doc",
11
14
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/api-doc",
12
15
  "types": "./dist/server/index.d.ts",
13
16
  "devDependencies": {
@@ -23,5 +26,5 @@
23
26
  "url": "git+https://github.com/nocobase/nocobase.git",
24
27
  "directory": "packages/plugins/api-doc"
25
28
  },
26
- "gitHead": "4a9acf96f21a3aa35bccbd188b942595b09da0a9"
29
+ "gitHead": "d27baf21569643d6fa83f882233f4e90eb5b89f1"
27
30
  }