@nocobase/plugin-client 2.1.0-alpha.1 → 2.1.0-alpha.11

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.
package/package.json CHANGED
@@ -6,9 +6,9 @@
6
6
  "description": "Provides a client interface for the NocoBase server",
7
7
  "description.ru-RU": "Предоставляет клиентский интерфейс для сервера NocoBase",
8
8
  "description.zh-CN": "为 NocoBase 服务端提供客户端界面",
9
- "version": "2.1.0-alpha.1",
9
+ "version": "2.1.0-alpha.11",
10
10
  "main": "./dist/server/index.js",
11
- "license": "AGPL-3.0",
11
+ "license": "Apache-2.0",
12
12
  "devDependencies": {
13
13
  "antd": "5.x",
14
14
  "cronstrue": "^2.11.0",
@@ -23,5 +23,5 @@
23
23
  "@nocobase/test": "2.x",
24
24
  "@nocobase/utils": "2.x"
25
25
  },
26
- "gitHead": "d27baf21569643d6fa83f882233f4e90eb5b89f1"
26
+ "gitHead": "bb96d633a6371afb586072ff516bd0613c757db0"
27
27
  }
@@ -1,7 +0,0 @@
1
- {
2
- "openapi": "3.0.2",
3
- "info": {
4
- "title": "NocoBase API - Client plugin"
5
- },
6
- "paths": {}
7
- }