@nocobase/plugin-collection-tree 2.0.0-alpha.41 → 2.0.0-alpha.43

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,11 +8,11 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.0-alpha.41",
12
- "@nocobase/database": "2.0.0-alpha.41",
13
- "@nocobase/utils": "2.0.0-alpha.41",
11
+ "@nocobase/client": "2.0.0-alpha.43",
12
+ "@nocobase/database": "2.0.0-alpha.43",
13
+ "@nocobase/utils": "2.0.0-alpha.43",
14
14
  "lodash": "4.17.21",
15
- "@nocobase/data-source-manager": "2.0.0-alpha.41",
16
- "@nocobase/server": "2.0.0-alpha.41",
15
+ "@nocobase/data-source-manager": "2.0.0-alpha.43",
16
+ "@nocobase/server": "2.0.0-alpha.43",
17
17
  "sequelize": "6.35.2"
18
18
  };
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-collection-tree",
3
- "version": "2.0.0-alpha.41",
3
+ "version": "2.0.0-alpha.43",
4
4
  "displayName": "Collection: Tree",
5
+ "displayName.ru-RU": "Древовидная Коллекция",
5
6
  "displayName.zh-CN": "数据表:树",
6
7
  "description": "Provides tree collection template",
8
+ "description.ru-RU": "Предоставляет шаблон коллекции в виде дерева. Широко используется для организации документов, каталожных разделов, управляемых задач, меню, комментариев и других сценариев, где важна вложенность и классификация.",
7
9
  "description.zh-CN": "提供树数据表模板",
8
10
  "keywords": [
9
11
  "Collections"
@@ -14,5 +16,5 @@
14
16
  "@nocobase/server": "2.x",
15
17
  "@nocobase/test": "2.x"
16
18
  },
17
- "gitHead": "889e81eef0280c2e45571bd0a4b2db6aa004f8c1"
19
+ "gitHead": "5e1b7446db50446b80427240a38a9417f3742c05"
18
20
  }