@nocobase/plugin-field-m2m-array 2.0.0-alpha.60 → 2.0.0-alpha.61

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.
@@ -11,11 +11,11 @@ module.exports = {
11
11
  "@formily/react": "2.3.7",
12
12
  "antd": "5.24.2",
13
13
  "react": "18.2.0",
14
- "@nocobase/client": "2.0.0-alpha.60",
14
+ "@nocobase/client": "2.0.0-alpha.61",
15
15
  "react-router-dom": "6.30.1",
16
- "@nocobase/utils": "2.0.0-alpha.60",
17
- "@nocobase/database": "2.0.0-alpha.60",
16
+ "@nocobase/utils": "2.0.0-alpha.61",
17
+ "@nocobase/database": "2.0.0-alpha.61",
18
18
  "lodash": "4.17.21",
19
- "@nocobase/server": "2.0.0-alpha.60",
20
- "@nocobase/data-source-manager": "2.0.0-alpha.60"
19
+ "@nocobase/server": "2.0.0-alpha.61",
20
+ "@nocobase/data-source-manager": "2.0.0-alpha.61"
21
21
  };
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Allows to create many to many relationships between two models by storing an array of unique keys of the target model.",
7
7
  "description.ru-RU": "Позволяет создавать отношения «многие ко многим» между двумя моделями, сохраняя массив уникальных ключей целевой модели.",
8
8
  "description.zh-CN": "支持通过在数组中存储目标表唯一键的方式建立多对多关系。",
9
- "version": "2.0.0-alpha.60",
9
+ "version": "2.0.0-alpha.61",
10
10
  "main": "dist/server/index.js",
11
11
  "peerDependencies": {
12
12
  "@nocobase/client": "2.x",
@@ -16,5 +16,5 @@
16
16
  "keywords": [
17
17
  "Collection fields"
18
18
  ],
19
- "gitHead": "9113d61ce85b60b7ba3d0e5ca64182d92a15ece4"
19
+ "gitHead": "f48b11fd3842abbbbc7bbeb751943d80bc5134bb"
20
20
  }