@nocobase/plugin-field-attachment-url 2.0.0-alpha.42 → 2.0.0-alpha.44
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
CHANGED
|
@@ -8,16 +8,16 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
11
|
+
"@nocobase/client": "2.0.0-alpha.44",
|
|
12
12
|
"react-i18next": "11.18.6",
|
|
13
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
14
|
-
"@nocobase/plugin-file-manager": "2.0.0-alpha.
|
|
15
|
-
"@nocobase/test": "2.0.0-alpha.
|
|
13
|
+
"@nocobase/server": "2.0.0-alpha.44",
|
|
14
|
+
"@nocobase/plugin-file-manager": "2.0.0-alpha.44",
|
|
15
|
+
"@nocobase/test": "2.0.0-alpha.44",
|
|
16
16
|
"@formily/react": "2.3.7",
|
|
17
17
|
"react": "18.2.0",
|
|
18
18
|
"@formily/antd-v5": "1.2.3",
|
|
19
19
|
"@ant-design/icons": "5.6.1",
|
|
20
|
-
"@nocobase/flow-engine": "2.0.0-alpha.
|
|
20
|
+
"@nocobase/flow-engine": "2.0.0-alpha.44",
|
|
21
21
|
"lodash": "4.17.21",
|
|
22
22
|
"@formily/core": "2.3.7"
|
|
23
23
|
};
|
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-field-attachment-url",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.44",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"displayName": "Collection field: Attachment(URL)",
|
|
6
|
+
"displayName.ru-RU": "Поле коллекции: Вложение (URL)",
|
|
6
7
|
"displayName.zh-CN": "数据表字段:附件(URL)",
|
|
7
8
|
"description": "Supports attachments in URL format.",
|
|
9
|
+
"description.ru-RU": "Поддержка вложений в формате URL.",
|
|
8
10
|
"description.zh-CN": "支持 URL 格式的附件。",
|
|
9
11
|
"peerDependencies": {
|
|
10
12
|
"@nocobase/client": "2.x",
|
|
@@ -15,5 +17,5 @@
|
|
|
15
17
|
"keywords": [
|
|
16
18
|
"Collection fields"
|
|
17
19
|
],
|
|
18
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "075bd484c270740fe9b02f1989818da91139b6b9"
|
|
19
21
|
}
|