@nocobase/plugin-field-m2m-array 1.4.0-alpha.5 → 1.4.0-alpha.7

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/README.md CHANGED
@@ -1 +1,30 @@
1
- # @nocobase/plugin-field-record-set
1
+ # NocoBase
2
+
3
+ <video width="100%" controls>
4
+ <source src="https://static-docs.nocobase.com/NocoBase0510.mp4" type="video/mp4">
5
+ </video>
6
+
7
+
8
+ ## What is NocoBase
9
+
10
+ NocoBase is a scalability-first, open-source no-code development platform.
11
+ Instead of investing years of time and millions of dollars in research and development, deploy NocoBase in a few minutes and you'll have a private, controllable, and extremely scalable no-code development platform!
12
+
13
+ Homepage:
14
+ https://www.nocobase.com/
15
+
16
+ Online Demo:
17
+ https://demo.nocobase.com/new
18
+
19
+ Documents:
20
+ https://docs.nocobase.com/
21
+
22
+ Commericial license & plugins:
23
+ https://www.nocobase.com/en/commercial
24
+
25
+ License agreement:
26
+ https://www.nocobase.com/en/agreement
27
+
28
+
29
+ ## Contact Us:
30
+ hello@nocobase.com
@@ -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.4.0-alpha.5",
14
+ "@nocobase/client": "1.4.0-alpha.7",
15
15
  "react-router-dom": "6.21.0",
16
- "@nocobase/utils": "1.4.0-alpha.5",
17
- "@nocobase/database": "1.4.0-alpha.5",
18
- "@nocobase/server": "1.4.0-alpha.5",
19
- "@nocobase/data-source-manager": "1.4.0-alpha.5"
16
+ "@nocobase/utils": "1.4.0-alpha.7",
17
+ "@nocobase/database": "1.4.0-alpha.7",
18
+ "@nocobase/server": "1.4.0-alpha.7",
19
+ "@nocobase/data-source-manager": "1.4.0-alpha.7"
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.4.0-alpha.5",
7
+ "version": "1.4.0-alpha.7",
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": "101d541ccb57037bb28c11a0c33b56266da1840b"
17
+ "gitHead": "52bb98fe5fd95cc25baeaaef5aeae9cdd1a0e2fa"
18
18
  }