@nocobase/plugin-field-m2m-array 1.5.1 → 1.5.2

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/LICENSE.txt CHANGED
@@ -95,7 +95,7 @@ Except for Third-Party Open Source Software, the Company owns all copyrights, tr
95
95
  6.9 If there are other agreements in the contract for the above rights, the contract agreement shall prevail.
96
96
 
97
97
  ====================================
98
- 1. Obligations of Commercial License
98
+ 7. Obligations of Commercial License
99
99
  ====================================
100
100
 
101
101
  7.1 It is not allowed to remove or change all intellectual property statements about NocoBase in the code.
@@ -11,10 +11,10 @@ module.exports = {
11
11
  "@formily/react": "2.3.0",
12
12
  "antd": "5.12.8",
13
13
  "react": "18.2.0",
14
- "@nocobase/client": "1.5.1",
14
+ "@nocobase/client": "1.5.2",
15
15
  "react-router-dom": "6.21.0",
16
- "@nocobase/utils": "1.5.1",
17
- "@nocobase/database": "1.5.1",
18
- "@nocobase/server": "1.5.1",
19
- "@nocobase/data-source-manager": "1.5.1"
16
+ "@nocobase/utils": "1.5.2",
17
+ "@nocobase/database": "1.5.2",
18
+ "@nocobase/server": "1.5.2",
19
+ "@nocobase/data-source-manager": "1.5.2"
20
20
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "数据表字段:多对多 (数组)",
5
5
  "description": "Allows to create many to many relationships between two models by storing an array of unique keys of the target model.",
6
6
  "description.zh-CN": "支持通过在数组中存储目标表唯一键的方式建立多对多关系。",
7
- "version": "1.5.1",
7
+ "version": "1.5.2",
8
8
  "main": "dist/server/index.js",
9
9
  "peerDependencies": {
10
10
  "@nocobase/client": "1.x",
@@ -14,5 +14,5 @@
14
14
  "keywords": [
15
15
  "Collection fields"
16
16
  ],
17
- "gitHead": "b16a0ff226482d0de847656ea26fd621b1d685cf"
17
+ "gitHead": "9b62f7c55e97a7d6573f69db9a52f369ff85b5f9"
18
18
  }