@nocobase/plugin-field-m2m-array 2.0.0-alpha.5 → 2.0.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/dist/externalVersion.js +5 -5
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -11,10 +11,10 @@ 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.
|
|
14
|
+
"@nocobase/client": "2.0.0-alpha.7",
|
|
15
15
|
"react-router-dom": "6.30.1",
|
|
16
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
17
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
18
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
19
|
-
"@nocobase/data-source-manager": "2.0.0-alpha.
|
|
16
|
+
"@nocobase/utils": "2.0.0-alpha.7",
|
|
17
|
+
"@nocobase/database": "2.0.0-alpha.7",
|
|
18
|
+
"@nocobase/server": "2.0.0-alpha.7",
|
|
19
|
+
"@nocobase/data-source-manager": "2.0.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": "2.0.0-alpha.
|
|
7
|
+
"version": "2.0.0-alpha.7",
|
|
8
8
|
"main": "dist/server/index.js",
|
|
9
9
|
"peerDependencies": {
|
|
10
10
|
"@nocobase/client": "2.x",
|
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
"keywords": [
|
|
15
15
|
"Collection fields"
|
|
16
16
|
],
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "cb012f93256f534472d3ae56e075839ca1675779"
|
|
18
18
|
}
|