@nocobase/plugin-field-sort 1.5.0-alpha.4 → 1.5.0-beta.4
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 +6 -6
- package/package.json +10 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.5.0-
|
|
12
|
-
"@nocobase/database": "1.5.0-
|
|
13
|
-
"@nocobase/actions": "1.5.0-
|
|
14
|
-
"@nocobase/server": "1.5.0-
|
|
15
|
-
"@nocobase/data-source-manager": "1.5.0-
|
|
11
|
+
"@nocobase/client": "1.5.0-beta.4",
|
|
12
|
+
"@nocobase/database": "1.5.0-beta.4",
|
|
13
|
+
"@nocobase/actions": "1.5.0-beta.4",
|
|
14
|
+
"@nocobase/server": "1.5.0-beta.4",
|
|
15
|
+
"@nocobase/data-source-manager": "1.5.0-beta.4",
|
|
16
16
|
"lodash": "4.17.21",
|
|
17
17
|
"sequelize": "6.35.2",
|
|
18
|
-
"@nocobase/lock-manager": "1.5.0-
|
|
18
|
+
"@nocobase/lock-manager": "1.5.0-beta.4"
|
|
19
19
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-field-sort",
|
|
3
|
-
"version": "1.5.0-
|
|
3
|
+
"version": "1.5.0-beta.4",
|
|
4
|
+
"license": "AGPL-3.0",
|
|
5
|
+
"displayName": "Collection field: Sort",
|
|
6
|
+
"displayName.zh-CN": "数据表字段:排序",
|
|
7
|
+
"description": "Used to sort the data in a collection.",
|
|
8
|
+
"description.zh-CN": "用于对数据表的数据进行排序。",
|
|
4
9
|
"main": "dist/server/index.js",
|
|
5
10
|
"peerDependencies": {
|
|
6
11
|
"@nocobase/actions": "1.x",
|
|
@@ -12,5 +17,8 @@
|
|
|
12
17
|
"lodash": "4.17.21",
|
|
13
18
|
"sequelize": "^6.26.0"
|
|
14
19
|
},
|
|
15
|
-
"
|
|
20
|
+
"keywords": [
|
|
21
|
+
"Collection fields"
|
|
22
|
+
],
|
|
23
|
+
"gitHead": "f5ca1548fe8d8eda32699137434306c44a5df84c"
|
|
16
24
|
}
|